catarse_compra_facil 0.0.4 → 0.0.5

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
  SHA1:
3
- metadata.gz: e2d8f8e44e47e53b54e5edee55ab9fe343f10778
4
- data.tar.gz: 69fd8d5c22ca1294e3d5198e996cdad72699a18c
3
+ metadata.gz: 9f7871840a47ca181afc4aeceefd7fb76be8126c
4
+ data.tar.gz: 9fabcdfab45be77b16e084b5454a17dfb1b4b83a
5
5
  SHA512:
6
- metadata.gz: b7d5e79e18f114a53f92ee78fadb4425103269920dbef31d76c726c2f56c01a2ed8f9ae052a40d1547fccb1812124321c7503cd6c714969e0a91a654259e6400
7
- data.tar.gz: 79055c9410cb43c774c3d44c21b9ae1246f611b7aeeb67efd3c2e64a8ba1bcab9348506197804cf381630f9418bba4862b70d59e2a4dbc79ae8085e0b7f42bdd
6
+ metadata.gz: b46e31a10a828134997aad980efb1cd05922a3410e5273449d9d0b4b579fb28609e6fa531b3d9833df01d12b01ef1d43b17831254d1ae7abefe649002fb681fb
7
+ data.tar.gz: 96c277f05fabd13072a1da019b47bd779d45908dd688a140055738da5f68962cd2bd5926b1126e15b87945c244b4f7d4ef6cc1bf8d3db6318991fca7f34a0726
@@ -1,3 +1,3 @@
1
1
  module CatarseCompraFacil
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -37,8 +37,8 @@ module CatarseCompraFacil
37
37
  def payment_company=(payment_company_text)
38
38
  if payment_company_text == "multibanco" or payment_company_text == "payshop"
39
39
  @payment_company = payment_company_text
40
- update_server_address
41
40
  set_config
41
+ update_server_address
42
42
  else
43
43
  raise "payment_company should be 'multibanco' or 'payshop'"
44
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catarse_compra_facil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - EdgeInnovation