Skip to content

Commit

Permalink
Merge pull request #459
Browse files Browse the repository at this point in the history
AD-327: fix for order with guid error not found for current user in current BaseStore
  • Loading branch information
kpieloch authored Oct 3, 2024
2 parents e9981e7 + 9ac5cb4 commit 4f3e341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public static String getErrorMessageByRefusalReason(String refusalReason) {
return CHECKOUT_ERROR_AUTHORIZATION_PAYMENT_REFUSED;
}
}
return "";
return CHECKOUT_ERROR_AUTHORIZATION_PAYMENT_REFUSED;
}
}

0 comments on commit 4f3e341

Please sign in to comment.