Sha256: 1197b6c8192d7e855efd46a4b00f81aaa1fb3d8748eefec84033b2fa2c9514ed
Contents?: true
Size: 345 Bytes
Versions: 11
Compression:
Stored size: 345 Bytes
Contents
%h4 Payment Details - if order.payment.present? - if order.purchased? %p This order was purchased with the following details: - elsif order.declined? %p This order was declined with the following details: %table.table %tbody - order.payment.each do |k, v| %tr %td= k %td= v - else %p None
Version data entries
11 entries across 11 versions & 1 rubygems