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

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