mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
fix(stripe): fix buying gems
This commit is contained in:
parent
0e6e7adb06
commit
9fd0e27c66
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
.row.text-center
|
||||
h2.mx-auto.text-payment {{ $t('choosePaymentMethod') }}
|
||||
.payments-column
|
||||
button.purchase.btn.btn-primary.payment-button.payment-item(@click='showStripe()')
|
||||
button.purchase.btn.btn-primary.payment-button.payment-item(@click='showStripe({})')
|
||||
.svg-icon.credit-card-icon(v-html="icons.creditCardIcon")
|
||||
| {{ $t('card') }}
|
||||
button.btn.payment-item.paypal-checkout.payment-button(@click="openPaypal(paypalCheckoutLink, 'gems')")
|
||||
|
|
|
|||
Loading…
Reference in a new issue