Skip to content

Commit

Permalink
Update Alipay casing (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnharvey authored Sep 23, 2024
1 parent 99fd295 commit 98ae8e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CreditCard } from 'lucide-react';

const PaymentMethodLabels: Record<PaddlePaymentMethodDetails['type'], string> = {
card: 'Card',
alipay: 'AliPay',
alipay: 'Alipay',
wire_transfer: 'Wire Transfer',
apple_pay: 'Apple Pay',
google_pay: 'Google Pay',
Expand Down

0 comments on commit 98ae8e1

Please sign in to comment.