We will be off on April 7th (Monday) 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(
var card = checkout.create('card', {
originKey: self.getOriginKey(),
loadingContext: self.getLoadingContext(),
type: 'card',
hasHolderName: true,
holderNameRequired: true,
......
......@@ -216,6 +216,7 @@ define(
var oneClickCard = checkout
.create('card', {
originKey: self.getOriginKey(),
loadingContext: self.getLoadingContext(),
type: self.agreement_data.variant,
oneClick: true,
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