Skip to content

Commit 23ebab6

Browse files
committed
MAGETWO-45015: Unable to cancel billing agreement sign up after clicking Checkout with PayPal
- Fixed Incorrect function name
1 parent 54baca5 commit 23ebab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/view/frontend/web/js/paypal-checkout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ define([
5353
*
5454
*/
5555
cancel: function () {
56-
self.redirect(returnUrl);
56+
self._redirect(returnUrl);
5757
}
5858
}
5959
});

0 commit comments

Comments
 (0)