stripe embedded and other fixes

This commit is contained in:
Thomas Demirdjian
2025-11-18 11:40:39 +01:00
parent 016f7c27ac
commit 7ab8685180
17 changed files with 2346 additions and 2504 deletions
+1
View File
@@ -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) => {