Skip to content

Commit

Permalink
Removing order id from the request and passing it as seperate variable
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi committed Dec 18, 2024
1 parent 5fff620 commit 06e8006
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion view/frontend/web/js/googlepay/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ define([
let request = result.data;
adyenPaymentModal.hideModalLabel(this.modalLabel);
fullScreenLoader.startLoader();
request.orderId = self.orderId;
let popupModal = self.showModal();

adyenPaymentService.paymentDetails(request, self.orderId).
Expand Down

0 comments on commit 06e8006

Please sign in to comment.