Browse Source
Task/upgrade stripe to version 20.4.1 (#6631)
* Upgrade stripe to version 20.4.1
* Update changelog
pull/6284/merge
Thomas Kaul
18 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
7 additions and
6 deletions
-
CHANGELOG.md
-
apps/api/src/app/subscription/subscription.service.ts
-
package-lock.json
-
package.json
|
|
|
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Improved the language localization for Spanish (`es`) |
|
|
|
- Upgraded `countries-list` from version `3.2.2` to `3.3.0` |
|
|
|
- Upgraded `ng-extract-i18n-merge` from `3.2.1` to `3.3.0` |
|
|
|
- Upgraded `stripe` from version `20.3.0` to `20.4.1` |
|
|
|
|
|
|
|
## 2.251.0 - 2026-03-24 |
|
|
|
|
|
|
|
|
|
|
|
@ -35,7 +35,7 @@ export class SubscriptionService { |
|
|
|
this.stripe = new Stripe( |
|
|
|
this.configurationService.get('STRIPE_SECRET_KEY'), |
|
|
|
{ |
|
|
|
apiVersion: '2026-01-28.clover' |
|
|
|
apiVersion: '2026-02-25.clover' |
|
|
|
} |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
@ -89,7 +89,7 @@ |
|
|
|
"passport-openidconnect": "0.1.2", |
|
|
|
"reflect-metadata": "0.2.2", |
|
|
|
"rxjs": "7.8.1", |
|
|
|
"stripe": "20.3.0", |
|
|
|
"stripe": "20.4.1", |
|
|
|
"svgmap": "2.19.2", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
@ -32351,9 +32351,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/stripe": { |
|
|
|
"version": "20.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/stripe/-/stripe-20.3.0.tgz", |
|
|
|
"integrity": "sha512-DYzcmV1MfYhycr1GwjCjeQVYk9Gu8dpxyTlu7qeDCsuguug7oUTxPsUQuZeSf/OPzK7pofqobvOKVqAwlpgf/Q==", |
|
|
|
"version": "20.4.1", |
|
|
|
"resolved": "https://registry.npmjs.org/stripe/-/stripe-20.4.1.tgz", |
|
|
|
"integrity": "sha512-axCguHItc8Sxt0HC6aSkdVRPffjYPV7EQqZRb2GkIa8FzWDycE7nHJM19C6xAIynH1Qp1/BHiopSi96jGBxT0w==", |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": ">=16" |
|
|
|
|
|
|
|
@ -134,7 +134,7 @@ |
|
|
|
"passport-openidconnect": "0.1.2", |
|
|
|
"reflect-metadata": "0.2.2", |
|
|
|
"rxjs": "7.8.1", |
|
|
|
"stripe": "20.3.0", |
|
|
|
"stripe": "20.4.1", |
|
|
|
"svgmap": "2.19.2", |
|
|
|
"tablemark": "4.1.0", |
|
|
|
"twitter-api-v2": "1.29.0", |
|
|
|
|