Sha256: 121e588ad887f4bc118a364d83acaf963669285054a0bfe12543addf1a55ff8c

Contents?: true

Size: 681 Bytes

Versions: 3

Compression:

Stored size: 681 Bytes

Contents

<table class="table table-bordered">
    <tr>
        <th>first name:</th>
        <td><%= params[:first_name] %></td>
    </tr>

    <tr>
        <th>last name:</th>
        <td><%= params[:last_name] %></td>
    </tr>

    <tr>
        <th>session id:</th>
        <td><%= params[:session_id] %></td>
    </tr>

    <tr>
        <th>amount:</th>
        <td><%= number_to_currency(params[:amount].to_i / 10) %></td>
    </tr>
</table>

<%= link_to 'Poprawna autoryzacja', payu_correct_authorization_path(session_id: params[:session_id]), class: 'btn btn-success pull-left' %>
<%= link_to 'Błędna autoryzacja', wrong_authorization_path, class: 'btn btn-warning pull-right' %>


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
opay-1.1.6 app/views/opay/payu/paygw.html.erb
opay-1.1.5 app/views/opay/payu/paygw.html.erb
opay-1.1.4 app/views/opay/payu/paygw.html.erb