'Submitting the credit card form failed with code codeFromResponse: messageFromResponse',
});
done();
},
);
);
expect(createFlash).toHaveBeenCalledWith({
message:
'Submitting the credit card form failed with code codeFromResponse: messageFromResponse',
});
});
});
});
});
describe('fetchPaymentMethodDetails',()=>{
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()=>{