feat: Control the payment method from invoice form

This commit is contained in:
Ahmed Bouhuolia
2024-09-22 21:23:02 +02:00
parent 9827a84857
commit eb5fdbf4ee
11 changed files with 295 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ export const useGetPaymentServices = (
.then(
(response) =>
transformToCamelCase(
response.data?.paymentServices,
response.data?.payment_services,
) as GetPaymentServicesResponse,
),
{