ionic-vhframeworks 3.2.0 → 3.2.1
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/bundles/ionic-vhframeworks.umd.js +1 -1
- package/bundles/ionic-vhframeworks.umd.js.map +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js.map +1 -1
- package/fesm2015/ionic-vhframeworks.js.map +1 -1
- package/ionic-vhframeworks.metadata.json +1 -1
- package/lib/ionic-vhframeworks.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -6850,7 +6850,7 @@ export declare class VhQuerySales {
|
|
|
6850
6850
|
let created_before = new Date('2021-06-30');
|
|
6851
6851
|
let access_token = '50000601506bKRvdjv16d01472hspFZdjp3qWxFJdNhveuVAezlxvCMt08WkxBrr';
|
|
6852
6852
|
let id_shop = '100035896';
|
|
6853
|
-
this.vhQuerySales.
|
|
6853
|
+
this.vhQuerySales.getSalesOrderDetailListLazada( created_after.toISOString(), created_before.toISOString(), access_token, id_shop)
|
|
6854
6854
|
.then((result)=>{
|
|
6855
6855
|
console.log('result', result);
|
|
6856
6856
|
},error=>{
|