Skip to content

Commit

Permalink
Adding version information in the Tpay configuration view
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Aug 5, 2024
1 parent b5ef61b commit d6c102f
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 @@ -27,7 +27,7 @@ define(
},

getRegulations: function () {
return window.checkoutConfig.tpaycards.payment.getRegulations;
return window.checkoutConfig.tpay.payment.getRegulations;
},

getLogoUrl: function (code) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ define(
},

getRegulations: function () {
return window.checkoutConfig.tpaycards.payment.getRegulations;
return window.checkoutConfig.tpay.payment.getRegulations;
},

getLogoUrl: function () {
Expand Down

0 comments on commit d6c102f

Please sign in to comment.