Skip to content

Commit

Permalink
PLGMAG2V2-829: Bring back DotPay and Sofort payment methods (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Feb 21, 2025
1 parent 93f89dc commit 8783983
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions view/frontend/layout/checkout_index_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
<item name="multisafepay_creditcard" xsi:type="array">
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
</item>
<item name="multisafepay_dotpay" xsi:type="array">
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
</item>
<item name="multisafepay_eps" xsi:type="array">
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
</item>
Expand Down Expand Up @@ -88,6 +91,9 @@
<item name="multisafepay_paysafecard" xsi:type="array">
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
</item>
<item name="multisafepay_sofort" xsi:type="array">
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
</item>
<item name="multisafepay_trustpay" xsi:type="array">
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
</item>
Expand Down
2 changes: 2 additions & 0 deletions view/frontend/web/js/view/payment/method-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ define(
{type: 'multisafepay_cbc', component: baseRenderer},
{type: 'multisafepay_creditcard', component: gatewayPath + 'creditcard'},
{type: 'multisafepay_directdebit', component: gatewayPath + 'directdebit'},
{type: 'multisafepay_dotpay', component: baseRenderer},
{type: 'multisafepay_einvoicing', component: gatewayPath + 'einvoicing'},
{type: 'multisafepay_eps', component: baseRenderer},
{type: 'multisafepay_googlepay', component: gatewayPath + 'googlepay'},
Expand All @@ -83,6 +84,7 @@ define(
{type: 'multisafepay_bnplmf', component: gatewayPath + 'payment-component'},
{type: 'multisafepay_paypal', component: baseRenderer},
{type: 'multisafepay_paysafecard', component: baseRenderer},
{type: 'multisafepay_sofort', component: baseRenderer},
{type: 'multisafepay_trustly', component: baseRenderer},
{type: 'multisafepay_trustpay', component: baseRenderer},
{type: 'multisafepay_wechatpay', component: baseRenderer},
Expand Down

0 comments on commit 8783983

Please sign in to comment.