Skip to content

Commit

Permalink
feat(firestore-stripe-payments): upgrade resources to node18 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-Mais committed Dec 21, 2023
1 parent 5434c22 commit 973cf93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions firestore-stripe-payments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
6 changes: 3 additions & 3 deletions firestore-stripe-payments/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand All @@ -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}
Expand Down

0 comments on commit 973cf93

Please sign in to comment.