@zenky/storefront-api 0.0.20 → 0.0.21

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1208,6 +1208,7 @@ export interface OrderCheckoutResult {
1208
1208
  online_payment: {
1209
1209
  required: boolean;
1210
1210
  payment_page_url: string | null;
1211
+ transaction_id: string | null;
1211
1212
  };
1212
1213
  order: Order;
1213
1214
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenky/storefront-api",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Zenky Storefront API SDK",
5
5
  "author": "Timur Zurbaev <hello@zurbaev.ru>",
6
6
  "license": "MIT",