ionic-vhframeworks 3.6.4 → 3.6.5

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.
@@ -6537,6 +6537,23 @@ export declare class VhEcommerce {
6537
6537
  private shopeepricecomparinglist;
6538
6538
  private callbacklazadapricecomparing;
6539
6539
  constructor(vhmongo_firebase: Vhmongo_firebase);
6540
+ /**
6541
+ * @notice : lấy thông tin vận đơn (mã code người gửi , mã code người nhận, địa chỉ người nhận...)
6542
+ * @example:
6543
+ let order_sn = '2112156RC1JN5Y';
6544
+ let access_token = '98efa569a4731bb67a8f76fed8808d66';
6545
+ let shop_id = '894793475932';
6546
+ this.vhEcommerce.getShippingDocumentShopee( order_sn, access_token, shop_id).then((result)=>{
6547
+ console.log('result', result);
6548
+ },error=>{
6549
+ console.log('error', error);
6550
+ })
6551
+ * @param order_sn
6552
+ * @param access_token
6553
+ * @param shop_id
6554
+ * @returns Promise
6555
+ */
6556
+ getShippingDocumentShopee(order_sn: string, access_token: string, shop_id: string): Promise<unknown>;
6540
6557
  /**
6541
6558
  * @notice : Lấy địa chỉ + thời gian lấy hàng
6542
6559
  * @example:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "3.6.4",
3
+ "version": "3.6.5",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"