catarse_compra_facil 0.0.3 → 0.0.4

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: 36c5d1a7b95ddb0c4791d86f2c0506248682c329
4
- data.tar.gz: 07e59d5f129e7135fdc6238d12562ccb70fee92b
3
+ metadata.gz: e2d8f8e44e47e53b54e5edee55ab9fe343f10778
4
+ data.tar.gz: 69fd8d5c22ca1294e3d5198e996cdad72699a18c
5
5
  SHA512:
6
- metadata.gz: 0b0403a5fc51293275164ee04ebead6008ffb8b0af7b4f9dfaa3bce59650b1ecf9af62e782557dbe95aa4cd1964ba8a095327415a49a27636ecca4727b6a38c3
7
- data.tar.gz: b2fe269da4673a255157b763ac80f8235646ef39c776589f9641bd0a19e0ba35fc992e216d10bd5e65759a7b415454fb0b5d18e8b1b120b140ea792da7d18844
6
+ metadata.gz: b7d5e79e18f114a53f92ee78fadb4425103269920dbef31d76c726c2f56c01a2ed8f9ae052a40d1547fccb1812124321c7503cd6c714969e0a91a654259e6400
7
+ data.tar.gz: 79055c9410cb43c774c3d44c21b9ae1246f611b7aeeb67efd3c2e64a8ba1bcab9348506197804cf381630f9418bba4862b70d59e2a4dbc79ae8085e0b7f42bdd
@@ -1,3 +1,3 @@
1
1
  module CatarseCompraFacil
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -84,7 +84,7 @@ module CatarseCompraFacil
84
84
 
85
85
  def update_server_address
86
86
  if @payment_company == "multibanco"
87
- @server_address = "https://hm.comprafacil.pt/SIBSClick2/webservice/clicksmsV4.asmx?WSDL" if @user_type == 11249
87
+ @server_address = "https://hm.comprafacil.pt/SIBSClick/webservice/clicksmsV4.asmx?WSDL" if @user_type == 11249
88
88
  @server_address = "https://hm.comprafacil.pt/SIBSClickTeste/webservice/clicksmsV4.asmx?wsdl" if @user_type == 10241
89
89
  else
90
90
  @server_address = "https://hm.comprafacil.pt/SIBSClick2/webservice/CompraFacilPS.asmx?WSDL" if @user_type == 11249
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - EdgeInnovation