@ikas/storefront 4.13.12 → 4.13.13

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.
@@ -8,6 +8,7 @@ export declare class IkasTransactionPaymentMethodDetail implements ITransactionP
8
8
  cardType: IkasTransactionCardType | null;
9
9
  installment: IkasTransactionInstallmentPrice | null;
10
10
  lastFourDigits: string;
11
+ paymentMethodName: string | null;
11
12
  threeDSecure: boolean | null;
12
13
  constructor(data: ITransactionPaymentMethodDetail);
13
14
  }
@@ -1 +1 @@
1
- import{makeAutoObservable as i}from"mobx";var l=function(l){this.bankName=null,this.cardAssociation=null,this.cardFamily=null,this.cardType=null,this.installment=null,this.threeDSecure=null,this.bankName=l.bankName||null,this.binNumber=l.binNumber,this.cardAssociation=l.cardAssociation||null,this.cardFamily=l.cardFamily||null,this.cardType=l.cardType||null,this.installment=l.installment||null,this.lastFourDigits=l.lastFourDigits,this.threeDSecure=l.threeDSecure||null,i(this)};export{l as IkasTransactionPaymentMethodDetail};
1
+ import{makeAutoObservable as t}from"mobx";var l=function(l){this.bankName=null,this.cardAssociation=null,this.cardFamily=null,this.cardType=null,this.installment=null,this.threeDSecure=null,this.bankName=l.bankName||null,this.binNumber=l.binNumber,this.cardAssociation=l.cardAssociation||null,this.cardFamily=l.cardFamily||null,this.cardType=l.cardType||null,this.installment=l.installment||null,this.lastFourDigits=l.lastFourDigits,this.paymentMethodName=l.paymentMethodName||null,this.threeDSecure=l.threeDSecure||null,t(this)};export{l as IkasTransactionPaymentMethodDetail};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "4.13.12",
3
+ "version": "4.13.13",
4
4
  "description": "Storefront functionality for ikas storefront themes.",
5
5
  "author": "ikas",
6
6
  "license": "ISC",
@@ -17,11 +17,11 @@
17
17
  "build": "rm -rf build && rollup -c"
18
18
  },
19
19
  "devDependencies": {
20
- "@ikas/storefront-api": "^4.13.12",
21
- "@ikas/storefront-config": "^4.13.12",
22
- "@ikas/storefront-model-functions": "^4.13.12",
23
- "@ikas/storefront-models": "^4.13.12",
24
- "@ikas/storefront-providers": "^4.13.12",
20
+ "@ikas/storefront-api": "^4.13.13",
21
+ "@ikas/storefront-config": "^4.13.13",
22
+ "@ikas/storefront-model-functions": "^4.13.13",
23
+ "@ikas/storefront-models": "^4.13.13",
24
+ "@ikas/storefront-providers": "^4.13.13",
25
25
  "@ikas/localized-address": "^1.0.0-beta.3",
26
26
  "@adyen/adyen-web": "^5.28.2",
27
27
  "@rollup/plugin-commonjs": "^22.0.0",
@@ -55,11 +55,11 @@
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@ikas/localized-address": "^1.0.0-beta.3",
58
- "@ikas/storefront-api": "^4.13.12",
59
- "@ikas/storefront-config": "^4.13.12",
60
- "@ikas/storefront-model-functions": "^4.13.12",
61
- "@ikas/storefront-models": "^4.13.12",
62
- "@ikas/storefront-providers": "^4.13.12",
58
+ "@ikas/storefront-api": "^4.13.13",
59
+ "@ikas/storefront-config": "^4.13.13",
60
+ "@ikas/storefront-model-functions": "^4.13.13",
61
+ "@ikas/storefront-models": "^4.13.13",
62
+ "@ikas/storefront-providers": "^4.13.13",
63
63
  "mobx": "^6.1.3",
64
64
  "mobx-react-lite": "^3.1.5",
65
65
  "next": "12.2.0",