Merge branch 'master' of https://github.com/CactusPuppy/snapcon into 177195121-improve-email-templates

This commit is contained in:
Jimmy 2021-03-11 23:23:24 -08:00
commit fc0494c1f3
6 changed files with 116 additions and 21 deletions

View file

@ -19,7 +19,7 @@
%td
= humanized_money_with_symbol ticket.quantity * ticket.price
= form_tag conference_payments_path do
= form_tag conference_payments_path(@conference.short_title, :has_registration_ticket => @has_registration_ticket) do
%script.stripe-button{'src': "https://checkout.stripe.com/checkout.js",
'data': {amount: @total_amount_to_pay.cents,
label: "Pay #{humanized_money_with_symbol @total_amount_to_pay}",