ionic-vhframeworks 10.11.1 → 10.11.3

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.
@@ -7138,6 +7138,12 @@ export declare class VhQueryCafe {
7138
7138
  * @return — Array -> array = [{},{},...]
7139
7139
  */
7140
7140
  getLicenseKEYs(query: any, projection?: object, sort?: object, limit?: number): Promise<unknown>;
7141
+ /**
7142
+ * Hàm lấy webhook Url của phần mềm ViethasPOS, Sales365, XprinterPOS, ký sinh vào trang Casso
7143
+ * Dùng vào việc Phần mềm bán hàng tạo đơn -> khách quet mã QR thanh toán (ngân hàng mà Casso đã tích hợp) -> Casso và Phần mềm bán hàng sẽ đồng bộ và xác nhận thanh toán thành công
7144
+ * @returns
7145
+ */
7146
+ getWebhookURL_Casso(): string;
7141
7147
  /**
7142
7148
  * Lấy về danh sách các ngân hàng (kèm logo) mà vietqr hỗ trợ tạo mã QR
7143
7149
  * @example:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.11.1",
3
+ "version": "10.11.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"