Skip to content

Commit 3d25fd6

Browse files
committed
fix: remove stripe, stripe SCA remains
Signed-off-by: Alvaro Bueno <alvaro.bueno@mailchimp.com>
1 parent cec0bb8 commit 3d25fd6

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

custom/paymentMethods.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import ExampleIOUPaymentForm from "@reactioncommerce/components/ExampleIOUPaymentForm/v1";
2-
import StripePaymentInput from "@reactioncommerce/components/StripePaymentInput/v1";
32
import StripeCard from "components/StripeCard";
43

54
const paymentMethods = [
@@ -9,12 +8,7 @@ const paymentMethods = [
98
name: "iou_example",
109
shouldCollectBillingAddress: true
1110
},
12-
{
13-
displayName: "Credit Card",
14-
InputComponent: StripePaymentInput,
15-
name: "stripe_card",
16-
shouldCollectBillingAddress: true
17-
},
11+
1812
{
1913
displayName: "Credit Card (SCA)",
2014
InputComponent: StripeCard,

0 commit comments

Comments
 (0)