i run patch on main, checked out this branch, run prettier format, and then run diff

This commit is contained in:
Franjo Mindek
2025-09-19 18:21:45 +02:00
parent 0773fb9995
commit 10dd2c743d
44 changed files with 961 additions and 813 deletions

View File

@@ -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)