Skip to content

Commit 64b8cc6

Browse files
committed
Update: handle onError paypal function
1 parent d2fbd60 commit 64b8cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Gateway/paypal_pay_now.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
4242
onError: function (err) {
43-
// Show an error page here, when an error occurs
43+
console.error(err);
4444
}
4545
4646
}, '#paypal-button');

0 commit comments

Comments
 (0)