Skip to content

Commit

Permalink
AD-395 Intermittent Google Pay Error Message Followed by Successful O…
Browse files Browse the repository at this point in the history
…rder Placement
  • Loading branch information
pjaneta committed Jan 16, 2025
1 parent e073ff9 commit de592de
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ var AdyenExpressCheckoutHybris = (function () {
success: function (response) {
try {
if (response.resultCode && (response.resultCode === 'Authorised' || response.resultCode === 'RedirectShopper')) {
resolve();
resolve({
resultCode: response.resultCode
});
AdyenExpressCheckoutHybris.handleResult(response, false);
} else {
reject();
Expand Down

0 comments on commit de592de

Please sign in to comment.