Sha256: db23552e0a8129350a0b975cc88e2d70be0d034160db069df1ca5e5c373867e0

Contents?: true

Size: 387 Bytes

Versions: 4

Compression:

Stored size: 387 Bytes

Contents

<% currency = ::Money::Currency.new(entry.source.currency) %>
<tr>
  <td><b><%= Spree.t('paypal.status').capitalize %></b></td>
  <td><%= entry.source.amount.negative? ? entry.source.source.source.state : entry.source.state %></td>
  <td><%= entry.parsed_paypal_entry %></td>
  <td><%= currency.symbol %><%= entry.source.amount %></td>
  <td><%= entry.source.response_code %></td>
</tr>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
spree_paypal_checkout-0.0.2 app/views/spree/admin/log_entries/_paypal_checkout.html.erb
spree_paypal_api_checkout-0.1.5 app/views/spree/admin/log_entries/_paypal_checkout.html.erb
spree_paypal_api_checkout-0.1.4 app/views/spree/admin/log_entries/_paypal_checkout.html.erb
spree_paypal_api_checkout-0.1.3 app/views/spree/admin/log_entries/_paypal_checkout.html.erb