@tonder.io/ionic-lite-sdk 0.0.35-beta.29 → 0.0.35-beta.30

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.
@@ -81,6 +81,10 @@ export interface ILiteCheckout {
81
81
  */
82
82
  getCustomerPaymentMethods(): Promise<IPaymentMethod[]>;
83
83
  /**
84
+ * @deprecated This method is deprecated and will be removed in a future release.
85
+ * It is no longer necessary to use this method, now automatically handled
86
+ * during the payment process or when using card management methods.
87
+ *
84
88
  * Retrieves the business information.
85
89
  * @returns {Promise<import("./index").GetBusinessResponse>} A promise that resolves with the business information.
86
90
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonder.io/ionic-lite-sdk",
3
- "version": "0.0.35-beta.29",
3
+ "version": "0.0.35-beta.30",
4
4
  "description": "Tonder ionic lite SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -110,6 +110,10 @@ export interface ILiteCheckout {
110
110
  getCustomerPaymentMethods(): Promise<IPaymentMethod[]>;
111
111
 
112
112
  /**
113
+ * @deprecated This method is deprecated and will be removed in a future release.
114
+ * It is no longer necessary to use this method, now automatically handled
115
+ * during the payment process or when using card management methods.
116
+ *
113
117
  * Retrieves the business information.
114
118
  * @returns {Promise<import("./index").GetBusinessResponse>} A promise that resolves with the business information.
115
119
  *