mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-21 01:07:43 +01:00
i run patch on main, checked out this branch, run prettier format, and then run diff
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
--- template/app/src/payment/stripe/paymentProcessor.ts
|
||||
+++ opensaas-sh/app/src/payment/stripe/paymentProcessor.ts
|
||||
@@ -20,7 +20,7 @@
|
||||
id: userId
|
||||
@@ -32,7 +32,7 @@
|
||||
id: userId,
|
||||
},
|
||||
data: {
|
||||
- paymentProcessorUserId: customer.id
|
||||
+ stripeId: customer.id
|
||||
}
|
||||
})
|
||||
if (!stripeSession.url) throw new Error('Error creating Stripe Checkout Session');
|
||||
- paymentProcessorUserId: customer.id,
|
||||
+ stripeId: customer.id,
|
||||
},
|
||||
});
|
||||
if (!stripeSession.url)
|
||||
|
||||
Reference in New Issue
Block a user