Revert "Merge branch 'main' into ana"

This reverts commit 67207eae8d, reversing
changes made to 9b9a86fc4a.
This commit is contained in:
anamotaadyen
2022-11-04 13:21:11 +00:00
parent 24446ff2ca
commit 0f76072e57
5 changed files with 3 additions and 69 deletions

View File

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