solidus_tec_estimator 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01f391cb4bb52df6f01250564d8982d2b58f646236d1a2dabe6e90558f27b285
4
- data.tar.gz: 993c715f555ae3de46a8ff9272c8ea40398511a6acea331cb4b6ea92f4660753
3
+ metadata.gz: 1078c9453d7e334bd19b7b09a11c491271420bb39c24a83ed645b217bd647d18
4
+ data.tar.gz: 95191b668cda00e855dbd41904b3bf884d7efc761d13f901e85b5e29e1413d6d
5
5
  SHA512:
6
- metadata.gz: 7256f7b0993700d345240c197a0b57d39ffc99dbbb3f001d324cb8de081971b1e7de2d202270129cbc37f67a01b6d5a0f77d358fb9621d62d437c5ac0a77ea93
7
- data.tar.gz: 82650da43a3a7041cd722a2a53e9a4dfdb6e1dc7139a30d2792f23d37496acefa6cecc9a18fd955a1fbb083ce75d92a2e0ba43e8fcfb0a530a24aa49555905f6
6
+ metadata.gz: 6e54b8db27c49e6330df33ce009b013e26eb37eb68a3e6a57dfc42d1177890d821df07a64c668fe319ee50be354f2c60b2f563292e7a34d99fcbb9731d8318a0
7
+ data.tar.gz: '09793f7e54a0bc6366da0aae9234fcca8cf77338c176967ec0fdc141ee5b527d94222e4d8d63f0cde52d273643f4534bd7dc7fbcca1224f12eec308bbcef6d14'
@@ -22,7 +22,7 @@ module SolidusTecEstimator
22
22
 
23
23
  def shipping_rates
24
24
  shipping_rates = []
25
- if cep_de_sjbv? && tem_estoque_na_f1? && package.weight <= 40_000
25
+ if cep_de_sjbv? && tem_estoque_na_f1? && package.weight <= 50_000
26
26
  shipping_rates << build_shipping_rate(package)
27
27
  end
28
28
  shipping_rates.select { |rate| shipping_methods.include?(rate.shipping_method) }
@@ -1,3 +1,3 @@
1
1
  module SolidusTecEstimator
2
- VERSION = '2.1.1'
2
+ VERSION = '2.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_tec_estimator
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ulysses