it('fetches paymentMethodDetails and calls fetchPaymentMethodDetailsSuccess with the returned data on success and updates isLoadingPaymentMethod to false',done=>{
mock=newMockAdapter(axios);
});
afterEach(()=>{
mock.restore();
});
it('fetches paymentMethodDetails and calls fetchPaymentMethodDetailsSuccess with the returned data on success',done=>{