Skip to content

Commit

Permalink
feat: disable wallets in stripe form
Browse files Browse the repository at this point in the history
  • Loading branch information
NawfalAhmed committed Sep 5, 2024
1 parent 69836b7 commit 96a63db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion audit-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"GHSA-wf5p-g6vw-rhxx",
"GHSA-rv95-896h-c2vc",
"GHSA-grv7-fg5c-xmjg",
"GHSA-3h5v-q93c-6h6q"
"GHSA-3h5v-q93c-6h6q",
"GHSA-vc8w-jr9v-vj7f",
"GHSA-952p-6rrq-rcjv",
"GHSA-4vvj-4cpr-p986"
],
"moderate": true
}
4 changes: 4 additions & 0 deletions src/payment/checkout/Checkout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ class Checkout extends React.Component {
address: 'never',
},
},
wallets: {
applePay: 'never',
googlePay: 'never',
},
};

// istanbul ignore next
Expand Down

0 comments on commit 96a63db

Please sign in to comment.