mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
feat: Control the payment method from invoice form
This commit is contained in:
@@ -31,7 +31,7 @@ export const useGetPaymentServices = (
|
||||
.then(
|
||||
(response) =>
|
||||
transformToCamelCase(
|
||||
response.data?.paymentServices,
|
||||
response.data?.payment_services,
|
||||
) as GetPaymentServicesResponse,
|
||||
),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user