Skip to content

Commit

Permalink
AD-337 Add PayPal Express Button with Frontend Logic and API Calls to…
Browse files Browse the repository at this point in the history
… CMS Components on PDP and Cart Pages - remove console log
  • Loading branch information
pjaneta committed Dec 16, 2024
1 parent f975326 commit 3e87bda
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,6 @@ var AdyenExpressCheckoutHybris = (function () {
return {};
},
prepareDataPayPal: function (paymentData) {
console.log(JSON.stringify(paymentData))

let baseData = {
payPalDetails: {
orderID: paymentData.authorizedEvent.id,
Expand Down

0 comments on commit 3e87bda

Please sign in to comment.