We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 33c5e77a authored by Rik ter Beek's avatar Rik ter Beek

restore getLoadingContext because it is needed to use or test or live environement

parent 8fcfed22
...@@ -85,6 +85,7 @@ define( ...@@ -85,6 +85,7 @@ define(
var card = checkout.create('card', { var card = checkout.create('card', {
originKey: self.getOriginKey(), originKey: self.getOriginKey(),
loadingContext: self.getLoadingContext(),
type: 'card', type: 'card',
hasHolderName: true, hasHolderName: true,
holderNameRequired: true, holderNameRequired: true,
......
...@@ -216,6 +216,7 @@ define( ...@@ -216,6 +216,7 @@ define(
var oneClickCard = checkout var oneClickCard = checkout
.create('card', { .create('card', {
originKey: self.getOriginKey(), originKey: self.getOriginKey(),
loadingContext: self.getLoadingContext(),
type: self.agreement_data.variant, type: self.agreement_data.variant,
oneClick: true, oneClick: true,
hideCVC: hideCVC, hideCVC: hideCVC,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment