@ikas/storefront 4.0.0-alpha.13 → 4.0.0-alpha.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "4.0.0-alpha.13",
3
+ "version": "4.0.0-alpha.15",
4
4
  "description": "Storefront functionality for ikas storefront themes.",
5
5
  "author": "Umut Ozan Yıldırım",
6
6
  "license": "ISC",
@@ -24,11 +24,11 @@
24
24
  "libphonenumber-js": "^1.10.6"
25
25
  },
26
26
  "devDependencies": {
27
- "@ikas/storefront-api": "^4.0.0-alpha.13",
28
- "@ikas/storefront-config": "^4.0.0-alpha.13",
29
- "@ikas/storefront-model-functions": "^4.0.0-alpha.13",
30
- "@ikas/storefront-models": "^4.0.0-alpha.13",
31
- "@ikas/storefront-providers": "^4.0.0-alpha.13",
27
+ "@ikas/storefront-api": "^4.0.0-alpha.15",
28
+ "@ikas/storefront-config": "^4.0.0-alpha.15",
29
+ "@ikas/storefront-model-functions": "^4.0.0-alpha.15",
30
+ "@ikas/storefront-models": "^4.0.0-alpha.15",
31
+ "@ikas/storefront-providers": "^4.0.0-alpha.15",
32
32
  "@rollup/plugin-commonjs": "^22.0.0",
33
33
  "@rollup/plugin-json": "^4.1.0",
34
34
  "@rollup/plugin-node-resolve": "^13.3.0",
@@ -52,11 +52,11 @@
52
52
  "html-react-parser": "^1.4.0"
53
53
  },
54
54
  "peerDependencies": {
55
- "@ikas/storefront-api": "^4.0.0-alpha.13",
56
- "@ikas/storefront-config": "^4.0.0-alpha.13",
57
- "@ikas/storefront-model-functions": "^4.0.0-alpha.13",
58
- "@ikas/storefront-models": "^4.0.0-alpha.13",
59
- "@ikas/storefront-providers": "^4.0.0-alpha.13",
55
+ "@ikas/storefront-api": "^4.0.0-alpha.15",
56
+ "@ikas/storefront-config": "^4.0.0-alpha.15",
57
+ "@ikas/storefront-model-functions": "^4.0.0-alpha.15",
58
+ "@ikas/storefront-models": "^4.0.0-alpha.15",
59
+ "@ikas/storefront-providers": "^4.0.0-alpha.15",
60
60
  "mobx": "^6.1.3",
61
61
  "mobx-react-lite": "^3.1.5",
62
62
  "next": "canary",
@@ -6,7 +6,7 @@ import { useTranslation } from "../../utils/i18n";
6
6
  import { IkasBaseStore } from "../../store";
7
7
  import { IkasCheckout, IkasPaymentGateway } from "../../models";
8
8
  import { MasterPassOperationTypeEnum } from "@ikas/storefront-api";
9
- import { getMasterpassRequestToken } from "@ikas/storefront-api";
9
+ import { getMasterPassRequestToken } from "@ikas/storefront-api";
10
10
  import { IkasStorefrontConfig } from "@ikas/storefront-config";
11
11
 
12
12
  const isServer = typeof localStorage === "undefined";
@@ -437,7 +437,7 @@ export default class MasterPassModel {
437
437
  operationType: MasterPassOperationTypeEnum;
438
438
  phoneNumber: string;
439
439
  }) => {
440
- const response = await getMasterpassRequestToken({
440
+ const response = await getMasterPassRequestToken({
441
441
  cartId,
442
442
  paymentGatewayId,
443
443
  operationType,