@tonder.io/ionic-full-sdk 0.0.26-beta → 0.0.27-beta

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonder.io/ionic-full-sdk",
3
- "version": "0.0.26-beta",
3
+ "version": "0.0.27-beta",
4
4
  "description": "Tonder ionic full SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.js",
@@ -19,7 +19,7 @@ export type InlineCheckoutConstructor = {
19
19
  apiKey: string,
20
20
  successUrl?: string,
21
21
  renderPaymentButton: boolean,
22
- renderSaveCardButton: boolean,
22
+ renderSaveCardButton?: boolean,
23
23
  callBack?: (params: any) => void,
24
24
  styles?: any,
25
25
  containerId?: string,
@@ -38,7 +38,7 @@ export class InlineCheckout {
38
38
  returnUrl?: string
39
39
  successUrl?: string
40
40
  renderPaymentButton: boolean
41
- renderSaveCardButton: boolean
41
+ renderSaveCardButton?: boolean
42
42
  callBack: (params: any) => void
43
43
  customStyles: any
44
44
  abortController: AbortController