Skip to content

Commit 3eef2a2

Browse files
committed
Revert "API test with fixed email"
This reverts commit c097694.
1 parent 617dd6e commit 3eef2a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

api/sessions/index.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ def create_checkout_session(path):
5050
mode='payment',
5151
success_url='https://ezyou.shop{}/success'.format(body.get('pagePath')),
5252
cancel_url='https://ezyou.shop{}/issue'.format(body.get('pagePath')),
53-
stripe_account=body.get('stripeAccountId'),
54-
payment_intent_data={
55-
'receipt_email': '[email protected]'
56-
}
53+
stripe_account=body.get('stripeAccountId')
5754
)
5855

5956
return jsonify(id=session.id)

0 commit comments

Comments
 (0)