@cloudcommerce/app-paypal 2.49.4 → 2.50.0
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/lib/util/paypal-api.d.ts +1 -1
- package/package.json +4 -4
package/lib/util/paypal-api.d.ts
CHANGED
|
@@ -7,5 +7,5 @@ export declare const executePaypalPayment: (paymentId: string, paypalPaymentExec
|
|
|
7
7
|
payer_id: string;
|
|
8
8
|
}) => Promise<Record<string, any>>;
|
|
9
9
|
export declare const createPaypalProfile: () => Promise<any>;
|
|
10
|
-
export declare const createPaypalWebhook: () => Promise<import("axios").AxiosResponse<any, any> | null>;
|
|
10
|
+
export declare const createPaypalWebhook: () => Promise<import("axios").AxiosResponse<any, any, {}> | null>;
|
|
11
11
|
export declare const readPaypalWebhookEvent: (eventId: string) => Promise<Record<string, any>>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudcommerce/app-paypal",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.50.0",
|
|
5
5
|
"description": "e-com.plus Cloud Commerce app to integrate PayPal Plus",
|
|
6
6
|
"main": "lib/paypal.js",
|
|
7
7
|
"exports": {
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"axios": "^1.11.0",
|
|
32
32
|
"firebase-admin": "^13.5.0",
|
|
33
33
|
"firebase-functions": "^6.4.0",
|
|
34
|
-
"@cloudcommerce/
|
|
35
|
-
"@cloudcommerce/
|
|
34
|
+
"@cloudcommerce/api": "2.50.0",
|
|
35
|
+
"@cloudcommerce/firebase": "2.50.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@cloudcommerce/types": "2.
|
|
38
|
+
"@cloudcommerce/types": "2.50.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "bash scripts/build.sh"
|