Fixing a nil chain bug

This commit is contained in:
Will Marshall
2014-04-08 17:55:09 +10:00
parent 4447730505
commit fcb04481c4

View File

@@ -24,7 +24,7 @@ Payment Details
<% end %>
<%- if @order.shipping_method.require_ship_address %>
<%- if @order.shipping_method.andand.require_ship_address %>
============================================================
Shipping Details
============================================================