You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
473 B
6 lines
473 B
10 years ago
|
- if @registration && @registration.is_participant && @registration.complete && @registration.payment_info.present?
|
||
|
- info = YAML.load(@registration.payment_info)
|
||
|
%h3=_'registration.payment_confirm.title','Please confirm your payment'
|
||
|
.columns
|
||
|
%p=_'registration.payment_confirm.help',"You are about to confirm your payment of #{number_to_currency(info[:amount], :unit => '$')} USD for registration.", vars: {:amount => number_to_currency(info[:amount], :unit => '$')}
|