Skip to content

Commit

Permalink
Merge pull request #123 from Bugfighter/patch-2
Browse files Browse the repository at this point in the history
Fix wrong template path
  • Loading branch information
mariolorenz authored Jun 7, 2024
2 parents 6ec4610 + ac799aa commit 0b5b347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
// frontend - account
'modules/osc/adyen/account/order_adyen.tpl' => 'osc/adyen/views/frontend/tpl/account/order_adyen.tpl',
// frontend - mails
'modules/osc/adyen/email/order_adyen_html.tpl' => 'osc/adyen/views/frontend/tpl/account/order_adyen_html.tpl',
'modules/osc/adyen/email/order_adyen_plain.tpl' => 'osc/adyen/views/frontend/tpl/account/order_adyen_plain.tpl',
'modules/osc/adyen/email/order_adyen_html.tpl' => 'osc/adyen/views/frontend/tpl/email/order_adyen_html.tpl',
'modules/osc/adyen/email/order_adyen_plain.tpl' => 'osc/adyen/views/frontend/tpl/email/order_adyen_plain.tpl',
// adyen js api
'modules/osc/adyen/payment/adyen_assets_configuration.tpl' => 'osc/adyen/views/frontend/tpl/payment/adyen_assets_configuration.tpl',
],
Expand Down

0 comments on commit 0b5b347

Please sign in to comment.