Stripe Upgrade Cleanup (#12882)

* chore(stripe): remove manual api version from code

* upgrade minor stripe version
This commit is contained in:
Matteo Pagliazzi
2021-01-07 17:32:54 +01:00
committed by GitHub
parent 9d93821758
commit 1dc8be4842
5 changed files with 7 additions and 21 deletions

View File

@@ -16,9 +16,7 @@ import * as subscriptions from '../../../../../../website/server/libs/payments/s
const { i18n } = common;
describe('Stripe - Webhooks', () => {
const stripe = stripeModule('test', {
apiVersion: '2020-08-27',
});
const stripe = stripeModule('test');
const endpointSecret = nconf.get('STRIPE_WEBHOOKS_ENDPOINT_SECRET');
const headers = {};
const body = {};