Skip to content

Commit

Permalink
remove red code
Browse files Browse the repository at this point in the history
  • Loading branch information
todak2000 committed Oct 26, 2024
1 parent 8cf337d commit 5b38f06
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions open-giving/src/components/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,6 @@ export const donationMethods = [
type: 'paypal',
icon: '/new/donation/paypal.svg',
},
// {
// method: 'Stripe',
// type: 'stripe',
// icon: '/new/donation/stripe.svg',
// },
// {
// method: 'Venmo',
// type: 'venmo',
// icon: '/new/donation/venmo.svg',
// },
// {
// method: 'Cashapp',
// type: 'cashapp',
// icon: '/new/donation/cashapp.svg',
// },
// {
// method: 'Patreon',
// type: 'patreon',
// icon: '/new/donation/patreon.svg',
// },
// {
// method: 'Donorbox',
// type: 'donorbox',
// icon: '/new/donation/donorbox.svg',
// },
{
method: 'Donation Link',
type: 'donation-link',
Expand Down

0 comments on commit 5b38f06

Please sign in to comment.