Sha256: 716bdb484c21ff0b05b6cebdf8716f9e89773d17a9fd08d9f173e8b07e6c0db0
Contents?: true
Size: 680 Bytes
Versions: 59
Compression:
Stored size: 680 Bytes
Contents
<% if @auth_shopping_payment.payment_pending %> <!-- if its not a gateway payment. --> <!-- or if its not a gateway payment. --> <% if @auth_shopping_payment.is_gateway? %> <% if @auth_shopping_payment.gateway_callback_called == false %> <div>Proceed to PayUMoney By Clicking the button below</div> <%= payment_to_gateway_form(@auth_shopping_payment) %> <% else %> <%= render :partial => "refresh_payment.html.erb" %> <% end %> <% else %> <!-- just give the option to refresh the payment, this is something that can be done with refunds or discounts or any other payment. --> <%= render :partial => "refresh_payment.html.erb" %> <% end %> <% end %>
Version data entries
59 entries across 59 versions & 1 rubygems