@tonder.io/ionic-lite-sdk 0.0.22-beta → 0.0.23-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/dist/types/requests.d.ts
CHANGED
package/package.json
CHANGED
package/src/types/requests.ts
CHANGED
|
@@ -331,6 +331,8 @@ export class StartCheckoutRequestClass implements StartCheckoutRequest {
|
|
|
331
331
|
business_id: any;
|
|
332
332
|
payment_id: any;
|
|
333
333
|
source!: string;
|
|
334
|
+
currency!: string;
|
|
335
|
+
metadata!: string;
|
|
334
336
|
|
|
335
337
|
get mockObject(): StartCheckoutRequest {
|
|
336
338
|
return {
|
|
@@ -353,6 +355,8 @@ export class StartCheckoutRequestClass implements StartCheckoutRequest {
|
|
|
353
355
|
business_id: " any",
|
|
354
356
|
payment_id: " any",
|
|
355
357
|
source: " string",
|
|
358
|
+
currency: "string",
|
|
359
|
+
metadata: "string"
|
|
356
360
|
};
|
|
357
361
|
}
|
|
358
362
|
}
|