mirror of
https://github.com/simple-login/app.git
synced 2025-10-10 07:16:56 +08:00
fix reformatting
This commit is contained in:
parent
11772d35e1
commit
b33ec7d025
2 changed files with 3 additions and 3 deletions
|
@ -1102,8 +1102,8 @@ If success, 200.
|
||||||
Process payment receipt
|
Process payment receipt
|
||||||
|
|
||||||
Input:
|
Input:
|
||||||
- `Authentication` header that contains the api key
|
- `Authentication` in header: the api key
|
||||||
- `receipt_data` the receipt_data base64Encoded returned by StoreKit, i.e. `rawReceiptData.base64EncodedString`
|
- `receipt_data` in body: the receipt_data base64Encoded returned by StoreKit, i.e. `rawReceiptData.base64EncodedString`
|
||||||
|
|
||||||
### Database migration
|
### Database migration
|
||||||
|
|
||||||
|
|
2
cron.py
2
cron.py
|
@ -218,7 +218,7 @@ if __name__ == "__main__":
|
||||||
"notify_manual_subscription_end",
|
"notify_manual_subscription_end",
|
||||||
"notify_premium_end",
|
"notify_premium_end",
|
||||||
"delete_refused_emails",
|
"delete_refused_emails",
|
||||||
"poll_apple_subscription"
|
"poll_apple_subscription",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
Loading…
Add table
Reference in a new issue