Sha256: b0fcd1221476be40de30ac0f433db0e8d575c01da1043956f6192cb300b5a42b
Contents?: true
Size: 406 Bytes
Versions: 59
Compression:
Stored size: 406 Bytes
Contents
<div>Verify/Refresh Payment Status</div> <%= form_for(@auth_shopping_payment, url: @auth_shopping_payment.new_record? ? payments_path : payment_path(@auth_shopping_payment), method: @auth_shopping_payment.new_record? ? :post : :put) do |f| %> <%= hidden_field :payment, :is_verify_payment, :value => true %> <div class="actions"> <%= f.submit "Verify/Refresh Payment Status" %> </div> <% end %>
Version data entries
59 entries across 59 versions & 1 rubygems