mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: clean up the stripe payment integration
This commit is contained in:
@@ -5,10 +5,13 @@ import { transformToCamelCase } from '@/utils';
|
||||
|
||||
const PaymentServicesQueryKey = 'PaymentServices';
|
||||
|
||||
export interface GetPaymentServicesResponse {
|
||||
|
||||
}
|
||||
export interface GetPaymentServicesResponse {}
|
||||
|
||||
/**
|
||||
* Retrieves the integrated payment services.
|
||||
* @param {UseQueryOptions<GetPaymentServicesResponse, Error>} options
|
||||
* @returns {UseQueryResult<GetPaymentServicesResponse, Error>}
|
||||
*/
|
||||
export const useGetPaymentServices = (
|
||||
options?: UseQueryOptions<GetPaymentServicesResponse, Error>,
|
||||
): UseQueryResult<GetPaymentServicesResponse, Error> => {
|
||||
|
||||
Reference in New Issue
Block a user