tonder-web-sdk 1.12.0-beta.8 → 1.12.0-beta.9

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.
@@ -111,7 +111,7 @@
111
111
  <workItem from="1723774667217" duration="11739000" />
112
112
  <workItem from="1723855727317" duration="20341000" />
113
113
  <workItem from="1723952592527" duration="17418000" />
114
- <workItem from="1724247675743" duration="32084000" />
114
+ <workItem from="1724247675743" duration="32742000" />
115
115
  </task>
116
116
  <servers />
117
117
  </component>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tonder-web-sdk",
3
- "version": "1.12.0-beta.8",
3
+ "version": "1.12.0-beta.9",
4
4
  "description": "tonder sdk for integrations",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -32,7 +32,7 @@ export class LiteInlineCheckout {
32
32
  businessId: string,
33
33
  ): Promise<void>;
34
34
 
35
- getCustomerAPMs(): Promise<IPaymentMethod[]>;
35
+ getCustomerPaymentMethods(): Promise<IPaymentMethod[]>;
36
36
  }
37
37
 
38
38