ionic-vhframeworks 9.4.3 → 9.4.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.
@@ -25677,7 +25677,7 @@ export declare class VhQuerySales {
25677
25677
  /**
25678
25678
  * Lấy về danh sách các ngân hàng (kèm logo) mà vietqr hỗ trợ tạo mã QR
25679
25679
  * @example:
25680
- * this.vhQueryAutoWeb.vietqr_getBanks()
25680
+ * this.vhQuerySales.vietqr_getBanks()
25681
25681
  .then((rsp:any)=>{
25682
25682
  if(rsp.vcode === 0){
25683
25683
  }
@@ -25691,7 +25691,7 @@ export declare class VhQuerySales {
25691
25691
  /**
25692
25692
  * Tạo mã QR cho Đại lý quét thanh toán
25693
25693
  * @example:
25694
- * this.vhQueryAutoWeb.vietqr_generateQR('0909925354', 'LE DUC HUY', '970422', 'compact2', '674fd94a9ace7267deb685fd', 99000)
25694
+ * this.vhQuerySales.vietqr_generateQR('0909925354', 'LE DUC HUY', '970422', 'compact2', '674fd94a9ace7267deb685fd', 99000)
25695
25695
  .then((rsp:any)=>{
25696
25696
  if(rsp.vcode === 0){
25697
25697
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "9.4.3",
3
+ "version": "9.4.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"