ruby-culqi 1.0.0 → 1.0.1

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: e8c5217b4754416c6bb2c10ad446367c13b8e9ee86df0821f092673dcefa6bf1
4
- data.tar.gz: f1cf22a2099dc9bcdbfd084ca33064a5855e849e1b7731d24e467bedbf6eb775
3
+ metadata.gz: a50f07e4c824046a04e48ff3045df7389ff4e0ae31e68293854b4e7d99b21fdc
4
+ data.tar.gz: 39b18b9941dac0426e7e776e31174754db169905162fd93f5b18c9f897b37058
5
5
  SHA512:
6
- metadata.gz: 733ad68cc11af57dd4faed69ee3e7fb86f8c392efdb37c20c8f33a1d7032b745f47950b959eb3b3675dcf439769e986417de47f25223a1e1d45ce3178db502a0
7
- data.tar.gz: cdee344c339e4bdf79846d24ee67ea48cb0cc6067c4988ca1cf95a1b7d5e1131c5caf0a1da21955c212d735fa416c1451ed07a68dca81c64b76b9ed55b53dfa4
6
+ metadata.gz: d212ef408e73a608417999ed44ee29ead9134da7e87a58c727e070bc29d8fe4c6c3d4673a8ef1518689587d870a11f7fe28d8cfa895928712b6318d034a267a1
7
+ data.tar.gz: 01c1b269bc803109ff8ad8ca40a6624b77122124f7977e9b449f827509526eebef035f7d37a17162b81178d8fb6dc6cbf5b73ed0f778b90dc1a0e0864d09e192
data/lib/culqi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Culqi
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/lib/culqi-ruby.rb CHANGED
@@ -20,10 +20,10 @@ require 'culqi/yape'
20
20
  require 'culqi/order'
21
21
  module Culqi
22
22
 
23
- #API_BASE = 'https://api.culqi.com/v2'
24
- #API_BASE_SECURE = 'https://secure.culqi.com/v2'
25
- API_BASE = 'https://qa-api.culqi.xyz/v2'
26
- API_BASE_SECURE = 'https://qa-secure.culqi.xyz/v2'
23
+ API_BASE = 'https://api.culqi.com/v2'
24
+ API_BASE_SECURE = 'https://secure.culqi.com/v2'
25
+ #API_BASE = 'https://qa-api.culqi.xyz/v2'
26
+ #API_BASE_SECURE = 'https://qa-secure.culqi.xyz/v2'
27
27
  READ_TIMEOUT = 120
28
28
  LIST_TIMEOUT = 360
29
29
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-culqi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Diaz Diaz