diff --git a/firestore-stripe-payments/CHANGELOG.md b/firestore-stripe-payments/CHANGELOG.md index 5a3d5ca..cd304fa 100644 --- a/firestore-stripe-payments/CHANGELOG.md +++ b/firestore-stripe-payments/CHANGELOG.md @@ -1,3 +1,7 @@ +### Version 0.3.8 - 2023-12-21 + +[fix] - upgraded resources `onUserDeleted` & `onCustomerDataDeleted` to node 18 [#583] + ### Version 0.3.7 - 2023-12-21 [fix] - upgraded the resources to node 18 [#583] diff --git a/firestore-stripe-payments/extension.yaml b/firestore-stripe-payments/extension.yaml index 523a43b..8604bfe 100644 --- a/firestore-stripe-payments/extension.yaml +++ b/firestore-stripe-payments/extension.yaml @@ -13,7 +13,7 @@ # limitations under the License. name: firestore-stripe-payments -version: 0.3.7 +version: 0.3.8 specVersion: v1beta displayName: Run Payments with Stripe @@ -97,7 +97,7 @@ resources: Deletes the Stripe customer object and cancels all their subscriptions when the user is deleted in Firebase Authentication. properties: location: ${LOCATION} - runtime: nodejs14 + runtime: nodejs18 eventTrigger: eventType: providers/firebase.auth/eventTypes/user.delete resource: projects/${PROJECT_ID} @@ -108,7 +108,7 @@ resources: Deletes the Stripe customer object and cancels all their subscriptions when the customer doc in Cloud Firestore is deleted. properties: location: ${LOCATION} - runtime: nodejs14 + runtime: nodejs18 eventTrigger: eventType: providers/cloud.firestore/eventTypes/document.delete resource: projects/${PROJECT_ID}/databases/(default)/documents/${CUSTOMERS_COLLECTION}/{uid}