fix reformatting

This commit is contained in:
Son NK 2020-04-19 11:20:44 +02:00
parent 11772d35e1
commit b33ec7d025
2 changed files with 3 additions and 3 deletions

View File

@ -1102,8 +1102,8 @@ If success, 200.
Process payment receipt
Input:
- `Authentication` header that contains the api key
- `receipt_data` the receipt_data base64Encoded returned by StoreKit, i.e. `rawReceiptData.base64EncodedString`
- `Authentication` in header: the api key
- `receipt_data` in body: the receipt_data base64Encoded returned by StoreKit, i.e. `rawReceiptData.base64EncodedString`
### Database migration

View File

@ -218,7 +218,7 @@ if __name__ == "__main__":
"notify_manual_subscription_end",
"notify_premium_end",
"delete_refused_emails",
"poll_apple_subscription"
"poll_apple_subscription",
],
)
args = parser.parse_args()