mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Cleanup code and environment variables
This commit is contained in:
parent
d7dc1017b0
commit
1cca930744
12 changed files with 38 additions and 265 deletions
|
@ -1,19 +0,0 @@
|
|||
.row
|
||||
.col-md-12
|
||||
%h4= "Credit card payment successful"
|
||||
%hr
|
||||
%dl.dl-horizontal
|
||||
%dt= t(:invoice)
|
||||
%dd= @invoice.reference_no
|
||||
|
||||
%dt= "Card Type"
|
||||
%dd= params['cc_type'].humanize
|
||||
|
||||
%dt= "Card Holder"
|
||||
%dd= params['cc_holder_name']
|
||||
|
||||
%dt= "Card Last four digits"
|
||||
%dd= params['cc_last_four_digits']
|
||||
|
||||
%dt= "Valid thru"
|
||||
%dd= "#{params['cc_month']}/#{params['cc_year']}"
|
|
@ -1,4 +0,0 @@
|
|||
= form_tag "https://igw-demo.every-pay.com/transactions/", method: :post do
|
||||
- @every_pay.keys.each do |k, v|
|
||||
= hidden_field_tag(k, @every_pay[k])
|
||||
= submit_tag t("registrar.invoices.to_card_payment")
|
Loading…
Add table
Add a link
Reference in a new issue