Skip to content

Commit

Permalink
bug #113 Remove unneeded console log (Zales0123)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

2ca73ad Remove unneeded console log
  • Loading branch information
Zales0123 authored Sep 23, 2020
2 parents 77098e1 + 2ca73ad commit 8e34cda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Resources/views/payWithPaypal.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@
}).then(function(res) {
return res.json();
}).then(function(data) {
console.log(data);
if (data.status == 'processing') {
return fetch(cancelPayPalPaymentUrl, {
method: 'post',
Expand Down

0 comments on commit 8e34cda

Please sign in to comment.