@v-miniapp/apis 1.0.15 → 1.0.17

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.
@@ -25,7 +25,7 @@ export type IVsfPaymentMethod = {
25
25
  /**
26
26
  * Kết quả trả về khi người dùng chọn phương thức thanh toán (mảng các phương thức)
27
27
  */
28
- export type IVsfShowPaymentMethodData = IVsfPaymentMethod[];
28
+ export type IVsfShowPaymentMethodData = IVsfPaymentMethod;
29
29
  /**
30
30
  * Tham số để hiển thị danh sách phương thức thanh toán
31
31
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@v-miniapp/apis",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",