You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect((errorasCustomError).message).toBe('SCTM - validateBlik - billingEmail must be a valid email address.');
827
-
expect(logger.error).toBeCalledTimes(1);
828
-
expect(logger.error).toBeCalledWith(`SCTM - validateBlik - billingEmail must be a valid email address.`,{
829
-
commerceToolsPayment: CTPayment,
830
-
});
831
-
}
832
-
});
833
-
834
-
it('should should not throw any error or terminate the process if the payment method is blik and the currency code is PLN and the billing email is provided correctly',()=>{
748
+
it('should not throw any error or terminate the process if the payment method is blik and the currency code is PLN and the billing email is provided correctly',()=>{
0 commit comments