@roomstay/core 0.1.74-3 → 0.1.74-4

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.
@@ -93,6 +93,11 @@ export type IPaymentCheckoutDetails = {
93
93
  publishableApiKey: string;
94
94
  successUrl: string;
95
95
  };
96
+ paypal?: {
97
+ orderId: string;
98
+ clientId: string;
99
+ successUrl: string;
100
+ };
96
101
  isSplitPayment?: boolean;
97
102
  totalAuthorizedAmount?: number;
98
103
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomstay/core",
3
- "version": "0.1.74-3",
3
+ "version": "0.1.74-4",
4
4
  "description": "Details shared between Roomstay libraries. Anything from Currency, to Generic types",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [