Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lightning Address payment method #1809

Merged
merged 2 commits into from
Jan 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/views/containers/contributions/PaymentMethods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default ({
options: {
// key to store on state and corresponding translation (if needed)
bitcoin: 'Bitcoin',
lightning: 'Lightning Address',
Copy link
Member

@taoeffect taoeffect Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per Slack, how about simply Lightning ?

Also, I just realized all of these should probably all be wrapped in L, so can you update this PR with that boy-scoutting?

paypal: 'Paypal',
venmo: 'Venmo',
other: L('Other')
Expand Down