File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
firestore-stripe-payments Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 0.3.8 - 2023-12-21
2
+
3
+ [ fix] - upgraded resources ` onUserDeleted ` & ` onCustomerDataDeleted ` to node 18 [ #583 ]
4
+
1
5
### Version 0.3.7 - 2023-12-21
2
6
3
7
[ fix] - upgraded the resources to node 18 [ #583 ]
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : firestore-stripe-payments
16
- version : 0.3.7
16
+ version : 0.3.8
17
17
specVersion : v1beta
18
18
19
19
displayName : Run Payments with Stripe
@@ -97,7 +97,7 @@ resources:
97
97
Deletes the Stripe customer object and cancels all their subscriptions when the user is deleted in Firebase Authentication.
98
98
properties :
99
99
location : ${LOCATION}
100
- runtime : nodejs14
100
+ runtime : nodejs18
101
101
eventTrigger :
102
102
eventType : providers/firebase.auth/eventTypes/user.delete
103
103
resource : projects/${PROJECT_ID}
@@ -108,7 +108,7 @@ resources:
108
108
Deletes the Stripe customer object and cancels all their subscriptions when the customer doc in Cloud Firestore is deleted.
109
109
properties :
110
110
location : ${LOCATION}
111
- runtime : nodejs14
111
+ runtime : nodejs18
112
112
eventTrigger :
113
113
eventType : providers/cloud.firestore/eventTypes/document.delete
114
114
resource : projects/${PROJECT_ID}/databases/(default)/documents/${CUSTOMERS_COLLECTION}/{uid}
You can’t perform that action at this time.
0 commit comments