boomerdigital/solidus_amazon_payments

View on GitHub
app/views/spree/amazon/delivery.html.erb

Summary

Maintainability
Test Coverage
<%# %>
<%# Amazon Payments - Login and Pay for Spree Commerce %>
<%# %>
<%# @category    Amazon %>
<%# @package     Amazon_Payments %>
<%# @copyright   Copyright (c) 2014 Amazon.com %>
<%# @license     http://opensource.org/licenses/Apache-2.0  Apache License, Version 2.0 %>
<%# %>
<%= form_for current_order, :url => confirm_amazon_order_path, :method => :post do |form| %>
  <%= render partial: 'spree/checkout/delivery', locals: {form: form} %>
<% end %>