Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Jan 17, 2025
1 parent d20b905 commit dd88b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!--POS terminal-->
<field formid="terminalId" type="string" mandatory="false" />
<field formid="storeId" type="string" mandatory="false" />
<field formid="storeId" type="string" mandatory="false" />

<!--Adyen Component-->
<field formid="adyenStateData" type="string" mandatory="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
window.klarnaWidgetEnabled = ${adyenKlarnaWidgetEnabled};
window.adyenRecurringPaymentsEnabled = ${adyenRecurringPaymentsEnabled};
window.getPaymentMethodsURL = "${URLUtils.https('Adyen-GetPaymentMethods')}";
window.getConnectedTerminalsURL = "${URLUtils.https('Adyen-GetConnectedTerminals')}";
window.getConnectedTerminalsURL = "${URLUtils.https('Adyen-GetConnectedTerminals')}";
window.checkBalanceUrl = "${URLUtils.https('Adyen-CheckBalance')}";
window.partialPaymentsOrderUrl = "${URLUtils.https('Adyen-PartialPaymentsOrder')}";
window.partialPaymentUrl = "${URLUtils.https('Adyen-partialPayment')}";
Expand Down

0 comments on commit dd88b94

Please sign in to comment.