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
Streamline response handling in payment processing
Remove some indirection and unnecessary meta-programming.
Have it return either true or false leaving the "success" state call
as a responsibility of the caller (the "failure_state" was always the
same).
Also remove one nesting level in the implementation.
0 commit comments