feat: remove other payment methods

This commit is contained in:
Ahmed Bouhuolia
2024-04-15 14:49:27 +02:00
parent 9321db2a3a
commit c191c4bd26
6 changed files with 100 additions and 129 deletions

View File

@@ -1,11 +1,11 @@
// @ts-nocheck
import { useMutation, useQueryClient } from 'react-query';
import { batch } from 'react-redux';
import { omit } from 'lodash';
import t from './types';
import useApiRequest from '../useRequest';
import { useRequestQuery } from '../useQueryRequest';
import { useSetOrganizations, useSetSubscriptions } from '../state';
import { omit } from 'lodash';
/**
* Retrieve organizations of the authenticated user.