@open-mercato/checkout 0.6.8-develop.6983.1.e4f794099e → 0.6.8-develop.6985.1.fb93574faa

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": "@open-mercato/checkout",
3
- "version": "0.6.8-develop.6983.1.e4f794099e",
3
+ "version": "0.6.8-develop.6985.1.fb93574faa",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -62,18 +62,18 @@
62
62
  }
63
63
  },
64
64
  "dependencies": {
65
- "@open-mercato/core": "0.6.8-develop.6983.1.e4f794099e",
66
- "@open-mercato/ui": "0.6.8-develop.6983.1.e4f794099e",
65
+ "@open-mercato/core": "0.6.8-develop.6985.1.fb93574faa",
66
+ "@open-mercato/ui": "0.6.8-develop.6985.1.fb93574faa",
67
67
  "bcryptjs": "^3.0.3"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@mikro-orm/postgresql": "^7.0.14",
71
- "@open-mercato/shared": "0.6.8-develop.6983.1.e4f794099e",
71
+ "@open-mercato/shared": "0.6.8-develop.6985.1.fb93574faa",
72
72
  "react": "^19.0.0",
73
73
  "react-dom": "^19.0.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@open-mercato/shared": "0.6.8-develop.6983.1.e4f794099e",
76
+ "@open-mercato/shared": "0.6.8-develop.6985.1.fb93574faa",
77
77
  "@types/jest": "^30.0.0",
78
78
  "@types/react": "^19.2.17",
79
79
  "@types/react-dom": "^19.2.3",
@@ -459,5 +459,6 @@
459
459
  "checkout.widgets.gatewayTransactionLink.labels.link": "Link",
460
460
  "checkout.widgets.gatewayTransactionLink.labels.transactionId": "Transaction ID",
461
461
  "checkout.widgets.gatewayTransactionLink.title": "Checkout transaction",
462
- "checkout.widgets.paymentGatewayToolbarLink.action": "Create Payment Link"
462
+ "checkout.widgets.paymentGatewayToolbarLink.action": "Create Payment Link",
463
+ "notifications.categories.checkout": "Kasse"
463
464
  }
@@ -459,5 +459,6 @@
459
459
  "checkout.widgets.gatewayTransactionLink.labels.link": "Link",
460
460
  "checkout.widgets.gatewayTransactionLink.labels.transactionId": "Transaction ID",
461
461
  "checkout.widgets.gatewayTransactionLink.title": "Checkout transaction",
462
- "checkout.widgets.paymentGatewayToolbarLink.action": "Create Payment Link"
462
+ "checkout.widgets.paymentGatewayToolbarLink.action": "Create Payment Link",
463
+ "notifications.categories.checkout": "Checkout"
463
464
  }
@@ -459,5 +459,6 @@
459
459
  "checkout.widgets.gatewayTransactionLink.labels.link": "Link",
460
460
  "checkout.widgets.gatewayTransactionLink.labels.transactionId": "Transaction ID",
461
461
  "checkout.widgets.gatewayTransactionLink.title": "Checkout transaction",
462
- "checkout.widgets.paymentGatewayToolbarLink.action": "Create Payment Link"
462
+ "checkout.widgets.paymentGatewayToolbarLink.action": "Create Payment Link",
463
+ "notifications.categories.checkout": "Pago"
463
464
  }
@@ -459,5 +459,6 @@
459
459
  "checkout.widgets.gatewayTransactionLink.labels.link": "링크",
460
460
  "checkout.widgets.gatewayTransactionLink.labels.transactionId": "거래 ID",
461
461
  "checkout.widgets.gatewayTransactionLink.title": "체크아웃 거래",
462
- "checkout.widgets.paymentGatewayToolbarLink.action": "결제 링크 생성"
462
+ "checkout.widgets.paymentGatewayToolbarLink.action": "결제 링크 생성",
463
+ "notifications.categories.checkout": "체크아웃"
463
464
  }
@@ -459,5 +459,6 @@
459
459
  "checkout.widgets.gatewayTransactionLink.labels.link": "Link",
460
460
  "checkout.widgets.gatewayTransactionLink.labels.transactionId": "ID transakcji",
461
461
  "checkout.widgets.gatewayTransactionLink.title": "Transakcja checkout",
462
- "checkout.widgets.paymentGatewayToolbarLink.action": "Utwórz link płatniczy"
462
+ "checkout.widgets.paymentGatewayToolbarLink.action": "Utwórz link płatniczy",
463
+ "notifications.categories.checkout": "Zamówienie"
463
464
  }