@pintahub/shopify-api 2.5.2 → 2.5.4

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.
@@ -31,7 +31,7 @@ class AdminAPI {
31
31
  this.metaobject = new metaobjects_1.AdminMetaObjectAPI(this._createClient('2026-01'));
32
32
  this.metaobjects = new metaobjects_1.AdminMetaObjectAPI(this._createClient('2026-01'));
33
33
  this.orders = new orders_1.AdminOrderAPI(this._createClient('2026-01'));
34
- this.payments = new payments_1.AdminPaymentsAPI(this._createClient('2025-07'));
34
+ this.payments = new payments_1.AdminPaymentsAPI(this._createClient('2026-01'));
35
35
  }
36
36
  _createClient(apiVersion = '2023-10') {
37
37
  const { shop, accessToken } = this.options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "2.5.2",
3
+ "version": "2.5.4",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",