Skip to content

Commit

Permalink
DAVAMS-724: Add MB WAY (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Feb 15, 2024
1 parent df0e349 commit 75efe0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions view/frontend/layout/checkout_index_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
<item name="multisafepay_mastercard" xsi:type="array">
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
</item>
<item name="multisafepay_mbway" xsi:type="array">
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
</item>
<item name="multisafepay_mybank" xsi:type="array">
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
</item>
Expand Down
1 change: 1 addition & 0 deletions view/frontend/web/js/view/payment/method-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ define(
{type: 'multisafepay_klarna', component: baseRenderer},
{type: 'multisafepay_maestro', component: gatewayPath + 'creditcard'},
{type: 'multisafepay_mastercard', component: gatewayPath + 'creditcard'},
{type: 'multisafepay_mbway', component: baseRenderer},
{type: 'multisafepay_mybank', component: gatewayPath + 'mybank'},
{type: 'multisafepay', component: baseRenderer},
{type: 'multisafepay_payafter', component: gatewayPath + 'payafter'},
Expand Down

0 comments on commit 75efe0b

Please sign in to comment.