()
| 67 | * @returns Stripe client or null if credentials are not available |
| 68 | */ |
| 69 | export function getStripeClient(): Stripe | null { |
| 70 | return stripeClientSingleton.getInstance() |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Get the Stripe client instance, throwing an error if not available |
no outgoing calls
no test coverage detected