Skip to content

Commit

Permalink
Add Lightning Address payment method (#1809)
Browse files Browse the repository at this point in the history
* Add Lightning Address payment method

* Use L() for payment method names
  • Loading branch information
snowteamer authored Jan 18, 2024
1 parent 8b708e0 commit 96a2579
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions frontend/views/containers/contributions/PaymentMethods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ export default ({
data: () => ({
config: {
options: {
// key to store on state and corresponding translation (if needed)
bitcoin: 'Bitcoin',
paypal: 'Paypal',
venmo: 'Venmo',
// Key to store on the state and corresponding translation.
bitcoin: L('Bitcoin'),
lightning: L('Lightning'),
paypal: L('Paypal'),
venmo: L('Venmo'),
other: L('Other')
}
},
Expand Down

0 comments on commit 96a2579

Please sign in to comment.