mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix payments
This commit is contained in:
@@ -24,7 +24,7 @@ export default defineEventHandler(async event => {
|
||||
}
|
||||
|
||||
const checkout = await StripeService.cretePayment(
|
||||
PLAN.PRICE,
|
||||
StripeService.testMode ? PLAN.PRICE_TEST : PLAN.PRICE,
|
||||
'https://dashboard.litlyx.com/payment_ok',
|
||||
project_id,
|
||||
project.customer_id
|
||||
|
||||
Reference in New Issue
Block a user