Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
soyombo-baterdene committed Sep 29, 2023
1 parent 1ea5d31 commit 3186e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-payment-api/src/public/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async function onPaymentClick(payment, invoiceData, prefix) {
selectedPaymentId: paymentObj._id,
invoiceData: invoiceObj,
paymentKind: paymentObj.kind,
userAgent: navigator.userAgent,
};

loader.style.display = 'block';
Expand Down

0 comments on commit 3186e12

Please sign in to comment.