feat: clean up the style of public payment page.

This commit is contained in:
Ahmed Bouhuolia
2024-09-21 09:53:00 +02:00
parent 11c56c75a4
commit 8de8695b25
6 changed files with 52 additions and 48 deletions

View File

@@ -31,8 +31,8 @@ export class CreateStripeAccountService {
const stripeAccountId = stripeAccount.id;
const parsedStripeAccountDTO = {
...stripeAccountDTO,
name: 'Stripe',
...stripeAccountDTO,
};
// Stores the details of the Stripe account.
await PaymentIntegration.query().insert({