We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec0bb8 commit 3d25fd6Copy full SHA for 3d25fd6
1 file changed
custom/paymentMethods.js
@@ -1,5 +1,4 @@
1
import ExampleIOUPaymentForm from "@reactioncommerce/components/ExampleIOUPaymentForm/v1";
2
-import StripePaymentInput from "@reactioncommerce/components/StripePaymentInput/v1";
3
import StripeCard from "components/StripeCard";
4
5
const paymentMethods = [
@@ -9,12 +8,7 @@ const paymentMethods = [
9
8
name: "iou_example",
10
shouldCollectBillingAddress: true
11
},
12
- {
13
- displayName: "Credit Card",
14
- InputComponent: StripePaymentInput,
15
- name: "stripe_card",
16
- shouldCollectBillingAddress: true
17
- },
+
18
{
19
displayName: "Credit Card (SCA)",
20
InputComponent: StripeCard,
0 commit comments