()
| 27 | } |
| 28 | |
| 29 | public getStripe() { |
| 30 | if (!this.stripe) throw new Error('Stripe is not initialized') |
| 31 | return this.stripe |
| 32 | } |
| 33 | |
| 34 | public getSubscriptionObject(subscription: Stripe.Response<Stripe.Subscription>) { |
| 35 | return { |
no outgoing calls
no test coverage detected