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

Version Path
wordjelly-auth-1.6.0 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.5.9 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.5.8 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.5.7 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.5.6 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.5.5 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.5.4 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.5.3 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.5.2 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.5.1 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.5.0 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.4.9 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.4.8 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.4.7 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.4.6 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.4.5 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.4.4 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.4.3 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.4.2 app/views/auth/shopping/payments/_refresh_payment.html.erb
wordjelly-auth-1.4.0 app/views/auth/shopping/payments/_refresh_payment.html.erb