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 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

View file

@ -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()