ionic-vhframeworks 10.3.5 → 10.3.6

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.
@@ -12637,6 +12637,13 @@ export declare class VhEcommerce {
12637
12637
  * @return Promise => Array(bool) = [true or false,,...]
12638
12638
  */
12639
12639
  updateSalesOrderShopee_byFile(order_snArray: any, data: object, access_token: string, id_shop: string): Promise<unknown>;
12640
+ /**
12641
+ * Hàm này lấy về chi tiết thanh toán của hóa đơn
12642
+ * @param order_sn: id của hóa đơn shopee
12643
+ * @param access_token
12644
+ * @param id_shop
12645
+ */
12646
+ getEscrowShopee(order_sn: any, access_token: string, shop_id: number): Promise<unknown>;
12640
12647
  static ɵfac: i0.ɵɵFactoryDeclaration<VhEcommerce, never>;
12641
12648
  static ɵprov: i0.ɵɵInjectableDeclaration<VhEcommerce>;
12642
12649
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.3.5",
3
+ "version": "10.3.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"