mirror of
https://github.com/jlengrand/checkoutCreate.git
synced 2026-03-10 08:11:18 +00:00
Revert "Merge branch 'main' into ana"
This reverts commit67207eae8d, reversing changes made to9b9a86fc4a.
This commit is contained in:
@@ -27,7 +27,7 @@ def adyen_payments(frontend_request, locale_data):
|
||||
payments_request['shopperReference'] = "UniqueReference"
|
||||
payments_request['returnUrl'] = "http://localhost:8080/api/handleShopperRedirect"
|
||||
payments_request['countryCode'] = locale_data['countryCode']
|
||||
payments_request['merchantAccount'] = get_adyen_merchant_account()
|
||||
payments_request['merchantAccount'] = "CheckoutCreateDemo"
|
||||
payments_request['recurringExpiry'] = "2022-08-01T23:59:59+02:00"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user