mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
@@ -3,8 +3,10 @@
|
||||
h2.text-center Continue with Amazon
|
||||
#AmazonPayButton
|
||||
#AmazonPayWallet(v-if="amazonPayments.loggedIn", style="width: 400px; height: 228px;")
|
||||
#AmazonPayRecurring(v-if="amazonPayments.loggedIn && amazonPayments.type === 'subscription'",
|
||||
style="width: 400px; height: 140px;")
|
||||
template(v-if="amazonPayments.loggedIn && amazonPayments.type === 'subscription'")
|
||||
br
|
||||
p(v-html="$t('amazonPaymentsRecurring')")
|
||||
#AmazonPayRecurring(style="width: 400px; height: 140px;")
|
||||
.modal-footer
|
||||
.text-center
|
||||
button.btn.btn-primary(v-if="amazonPaymentsCanCheckout",
|
||||
|
||||
Reference in New Issue
Block a user