spree_mollie_gateway 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1fcd927c63e4c8833f44e5e891d841bcbdda17f8059bea770163b3ec0a18971
4
- data.tar.gz: 37f433304870871c8fab1846e952ced6c22675fba2b6a2a17d1a41e8305fb7cc
3
+ metadata.gz: 7cf358b7556d35dc5e3ef4d1b3e16fc9e1337662b2e37166948444c2ebc840fe
4
+ data.tar.gz: 48f86aca5561d2c0b05b8ee3fbda36f59511b2cca423769fcac38e5b48cf78b2
5
5
  SHA512:
6
- metadata.gz: 6681db23d3943f3b9a5d42702ff840f9196b4aaf325d4a183d2097661f4369f22d525a150cfcdf330d589590aa3dd306292cba99818f490db3ddec9c39768826
7
- data.tar.gz: 6cb9885c2cca79447f4b19cc92d35280c633905e94ae5e802f84acffb682c361544f5c0eddb1dc1f51f8d783aa9a399cc79e2a59ffe44a0d0e3fbe1088970634
6
+ metadata.gz: a176f61f8b98b70a5a44223deae8ba8ac431905c655883785a11353b2c56358beda4cc926c295cb9e8858badc35b6965d0d0e2e88774b7dfd65b1cc46b061a25
7
+ data.tar.gz: c05c654dc3e61258a2c2201dd71f2736e84fe50f6caf2b3555168a4e6cce1e8b2d4160a0e58a6803cee1d8b994c7c0e755caa0d9babca8514afad3d6e12f5acc
@@ -80,7 +80,7 @@
80
80
  <strong><%= Spree.t(:payment) %>:</strong>
81
81
  </td>
82
82
  <td id='payment_status'>
83
- <% if @order.payments.count > 0 && @order.payments.last.source.present? %>
83
+ <% if @order.payments.count > 0 && @order.payments.last.source.present? && @order.payments.last.source_type == "Spree::MolliePaymentSource" %>
84
84
  <% if @order.payments.last.after_pay_method? && @order.payments.last.authorized? %>
85
85
  <span class="label label-authorized">authorized</span>
86
86
  <% else %>
@@ -1,3 +1,3 @@
1
1
  module SpreeMollieGateway
2
- VERSION = '3.0.2'.freeze
2
+ VERSION = '3.0.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_mollie_gateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vernon de Goede