Task/remove deprecated session id from create stripe checkout session response (#6280)

* Remove deprecated sessionId
pull/6297/head
Thomas Kaul 2 weeks ago committed by GitHub
parent bf9f8d49e9
commit 5adacda88f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -100,7 +100,6 @@ export class SubscriptionService {
);
return {
sessionId: session.id,
sessionUrl: session.url
};
}

@ -1,6 +1,3 @@
export interface CreateStripeCheckoutSessionResponse {
/** @deprecated */
sessionId: string;
sessionUrl: string;
}

Loading…
Cancel
Save