wip: zen
This commit is contained in:
parent
ca9b13e8a2
commit
1947580b08
14 changed files with 1096 additions and 147 deletions
|
|
@ -173,7 +173,7 @@ export namespace Billing {
|
|||
const user = Actor.assert("user")
|
||||
const { successUrl, cancelUrl } = input
|
||||
|
||||
const email = await User.getAccountEmail(user.properties.userID)
|
||||
const email = await User.getAuthEmail(user.properties.userID)
|
||||
const customer = await Billing.get()
|
||||
const session = await Billing.stripe().checkout.sessions.create({
|
||||
mode: "payment",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue