Sha256: 9a00bbd47da2cd8c5e1b42848ad704f43b4d8f0f3c4ef7ab1f9c3afeca750a93

Contents?: true

Size: 398 Bytes

Versions: 59

Compression:

Stored size: 398 Bytes

Contents

<h1>New Auth Shopping Payment</h1>

<% if @auth_shopping_payment.refund.nil? || @auth_shopping_payment.refund == false %>
	<% if @auth_shopping_payment.is_gateway? %>
		<%= render :partial => "gateway.html.erb" %>
	<% else %>
		<%= render :partial => "cash_card_cheque.html.erb" %>
	<% end %>
<% else %>
		<%= render :partial => "refund.html.erb" %>
<% end %>

<%= link_to 'Back', payments_path %>

Version data entries

59 entries across 59 versions & 1 rubygems

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