mirror of
https://github.com/simple-login/app.git
synced 2025-03-11 15:13:19 +08:00
Add output doc for POST /apple/process_payment
This commit is contained in:
parent
b33ec7d025
commit
bf55ba0521
1 changed files with 4 additions and 0 deletions
|
@ -1105,6 +1105,10 @@ Input:
|
|||
- `Authentication` in header: the api key
|
||||
- `receipt_data` in body: the receipt_data base64Encoded returned by StoreKit, i.e. `rawReceiptData.base64EncodedString`
|
||||
|
||||
Output:
|
||||
200 if user is upgraded successfully
|
||||
4** if any error.
|
||||
|
||||
### Database migration
|
||||
|
||||
The database migration is handled by `alembic`
|
||||
|
|
Loading…
Reference in a new issue