Skip to content

Commit

Permalink
Remove Giropay from wpcom-checkout dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jjchrisdiehl committed Jun 25, 2024
1 parent fdd08f2 commit 5cd112d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 232 deletions.
1 change: 0 additions & 1 deletion packages/wpcom-checkout/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export * from './postal-code';
export { default as Field } from './field';
export { default as styled } from '@emotion/styled';
export * from './payment-methods/bancontact';
export * from './payment-methods/giropay';
export * from './payment-methods/ideal';
export * from './payment-methods/sofort';
export * from './payment-methods/p24';
Expand Down
229 changes: 0 additions & 229 deletions packages/wpcom-checkout/src/payment-methods/giropay.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions packages/wpcom-checkout/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ export type CheckoutPaymentMethodSlug =
| 'ebanx'
| 'netbanking'
| 'eps'
| 'giropay'
| 'ideal'
| 'p24'
| 'paypal'
Expand Down Expand Up @@ -348,7 +347,6 @@ export type WPCOMPaymentMethod =
| 'WPCOM_Billing_Stripe_Source_Alipay'
| 'WPCOM_Billing_Stripe_Source_Bancontact'
| 'WPCOM_Billing_Stripe_Source_Eps'
| 'WPCOM_Billing_Stripe_Source_Giropay'
| 'WPCOM_Billing_Stripe_Source_Ideal'
| 'WPCOM_Billing_Stripe_Source_P24'
| 'WPCOM_Billing_Stripe_Source_Sofort'
Expand Down

0 comments on commit 5cd112d

Please sign in to comment.