stripe embedded and other fixes
This commit is contained in:
@@ -390,6 +390,7 @@ const formatCheckoutSessionResponse = (session) => ({
|
||||
amount_total: session.amount_total,
|
||||
created: session.created,
|
||||
expires_at: session.expires_at,
|
||||
client_secret: session.client_secret || null,
|
||||
});
|
||||
|
||||
const getPortalConfigurationId = async (stripe) => {
|
||||
|
||||
Reference in New Issue
Block a user