@ikas/storefront 0.0.111 → 0.0.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.es.js +1 -0
- package/build/index.js +1 -0
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -17697,6 +17697,7 @@ var CheckoutViewModel = /** @class */ (function () {
|
|
|
17697
17697
|
return __generator(this, function (_b) {
|
|
17698
17698
|
switch (_b.label) {
|
|
17699
17699
|
case 0:
|
|
17700
|
+
console.log(IkasStorefrontConfig);
|
|
17700
17701
|
this.createCustomer();
|
|
17701
17702
|
this.createShippingAddress();
|
|
17702
17703
|
this.createBillingAddress();
|
package/build/index.js
CHANGED
|
@@ -17703,6 +17703,7 @@ var CheckoutViewModel = /** @class */ (function () {
|
|
|
17703
17703
|
return __generator(this, function (_b) {
|
|
17704
17704
|
switch (_b.label) {
|
|
17705
17705
|
case 0:
|
|
17706
|
+
console.log(IkasStorefrontConfig);
|
|
17706
17707
|
this.createCustomer();
|
|
17707
17708
|
this.createShippingAddress();
|
|
17708
17709
|
this.createBillingAddress();
|