Sha256: 280677793d08de77e462f3d6382159ef8c31570574fbbe800d6d4f5171b7d772

Contents?: true

Size: 915 Bytes

Versions: 59

Compression:

Stored size: 915 Bytes

Contents

<p id="notice"><%= notice %></p>

<% @auth_shopping_payment.attributes_to_show.each do |k,v| %>
<div>
<span><%= k.to_s + ":" %></span><span><%= @auth_shopping_payment.send("#{k}") %></span>
</div>
<% end %>

<!-- should show the cash change if and only if -->
<% if @auth_shopping_payment.is_cash? && current_signed_in_resource.is_admin? %>
	<span>Change To Give the Customer is: </span>
	<%= @auth_shopping_payment.cash_change %>	
<% end %>


<%= render :partial => "proceed_to_gateway_or_verify_payment.html.erb" %>





<% if current_signed_in_resource.is_admin? %>
	<!-- provide the option to approve the payment -->
	<%= render :partial => "approve_payment.html.erb" %>	
<% end %>


<%= render :partial => "show_payment_receipt.html.erb" %>

<%= render :partial => "create_discount_coupon.html.erb" %>




<%= link_to 'Edit', edit_payment_path(@auth_shopping_payment) %> |
<%= 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/show.html.erb
wordjelly-auth-1.5.9 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.5.8 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.5.7 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.5.6 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.5.5 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.5.4 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.5.3 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.5.2 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.5.1 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.5.0 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.4.9 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.4.8 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.4.7 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.4.6 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.4.5 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.4.4 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.4.3 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.4.2 app/views/auth/shopping/payments/show.html.erb
wordjelly-auth-1.4.0 app/views/auth/shopping/payments/show.html.erb