Skip to content

Commit

Permalink
chore: combined URLs in same code block
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Aug 10, 2023
1 parent 20a0e69 commit 71d42d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
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}';
window.paymentsDetailsURL = "${URLUtils.https('Adyen-PaymentsDetails')}";
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')}";
Expand Down

0 comments on commit 71d42d6

Please sign in to comment.