From 71d42d6be01ae48f5091aca0084187945d434e26 Mon Sep 17 00:00:00 2001 From: Zenit Shkreli <69572953+zenit2001@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:02:58 +0200 Subject: [PATCH] chore: combined URLs in same code block --- .../templates/default/checkout/billing/adyenComponentForm.isml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cartridges/int_adyen_SFRA/cartridge/templates/default/checkout/billing/adyenComponentForm.isml b/src/cartridges/int_adyen_SFRA/cartridge/templates/default/checkout/billing/adyenComponentForm.isml index 004cc6eec..519825a0c 100644 --- a/src/cartridges/int_adyen_SFRA/cartridge/templates/default/checkout/billing/adyenComponentForm.isml +++ b/src/cartridges/int_adyen_SFRA/cartridge/templates/default/checkout/billing/adyenComponentForm.isml @@ -14,7 +14,6 @@ environment: '${pdict.adyen.environment}', }; window.adyenClientKey = '${pdict.adyen.adyenClientKey}'; - window.sessionsUrl = "${URLUtils.https('Adyen-Sessions')}"; window.returnURL = "${URLUtils.https('Checkout-Begin', 'stage', 'payment')}"; window.paymentFromComponentURL = "${URLUtils.https('Adyen-PaymentFromComponent')}"; window.resultCodeAuthorised = '${AdyenConstants.RESULTCODES.AUTHORISED}'; @@ -22,6 +21,7 @@ window.ShowConfirmationPaymentFromComponent = "${ShowConfirmationPaymentFromComponent}"; window.AdyenSFRA6Enabled = '${pdict.adyen.SFRA6Enabled}'; window.klarnaWidgetEnabled = ${adyenKlarnaWidgetEnabled}; + window.sessionsUrl = "${URLUtils.https('Adyen-Sessions')}"; window.checkBalanceUrl = "${URLUtils.https('Adyen-CheckBalance')}"; window.partialPaymentsOrderUrl = "${URLUtils.https('Adyen-PartialPaymentsOrder')}"; window.partialPaymentUrl = "${URLUtils.https('Adyen-partialPayment')}";