'Submitting the credit card form failed with code codeFromResponse: messageFromResponse',
});
done();
},
);
});
});
describe('fetchPaymentMethodDetails',()=>{
it('fetches paymentMethodDetails and calls fetchPaymentMethodDetailsSuccess with the returned data on success and updates isLoadingPaymentMethod to false',(done)=>{
it('fetches paymentMethodDetails and calls fetchPaymentMethodDetailsSuccess with the returned data on success and updates isLoadingPaymentMethod to false',async()=>{