Skip to content

Commit

Permalink
remove empty comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Jan 16, 2024
1 parent 41cadf7 commit 1407d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hosted-buttons/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export const buildHostedButtonOnApprove = ({
// The "Debit or Credit Card" button does not open a popup
// so we need to open a new popup for buyers who complete
// a checkout via "Debit or Credit Card".
//
if (data.paymentSource === "card") {
const url = `${baseUrl}/ncp/payment/${hostedButtonId}/${data.orderID}`;
popup(url, {
Expand Down

0 comments on commit 1407d26

Please sign in to comment.