devtech-culqi-ruby 1.0.0 → 1.0.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: 1346bcb588645112bbe6080b3ebde93145a8e8c3a0b2873db89bd4e41f6bae73
4
- data.tar.gz: c709059c9a760f8cbb914bfabcce72accf1a37192d43516f4daa6278ab33fe17
3
+ metadata.gz: d2e9d92c93d8142315911133384d797d92eed6efc88dfaac82bcd0d4d6aff5b8
4
+ data.tar.gz: 1ac3bd4419cdb51ad051a3931167c12a5cdf9669520951babb079a6c2483fac8
5
5
  SHA512:
6
- metadata.gz: 0f284d15d5db55c33291dc6db8f75d91b53d950afd4ccf40f6da9d957922e093d439329c130c99c8f1ec80e9a21bd5a9d63a413dc15ccba3f21232831e6e680f
7
- data.tar.gz: 53a020ded450c0db3a9deeb1d70cb8486e4115396b0a2dd26b8d416fcf21926dc4c6d43ec3132c80ef9ea43df0c0dafd59ec1c997739bf7a8dfe2da16ba07c56
6
+ metadata.gz: 0bf789b8d9e122b33ef7dfd7e4e06411acbece24867a8974bcc141f93bb506d1fdcf0a9d30dd629ae5b4dea0d6a849bd84c415fd00e53847985d4310da665ae9
7
+ data.tar.gz: c6313d853d384dd3a13326a28d9c910bbbdb9b35354e8f8c56f7804dd2005dc43636318290ad3b88b1b88951b7bee65d78c930f33cb8dd391118f0732b9d156f
data/lib/culqi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Culqi
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.2"
3
3
  end
data/lib/util/connect.rb CHANGED
@@ -7,8 +7,6 @@ module Culqi
7
7
  base_url = secure_url ? Culqi::API_BASE_SECURE : Culqi::API_BASE
8
8
  full_url = "#{base_url}#{url}"
9
9
 
10
- print full_url
11
-
12
10
  if(api_key.include? 'test')
13
11
  env = Culqi::X_CULQI_ENV_TEST
14
12
  else
@@ -25,9 +23,6 @@ module Culqi
25
23
  "x-culqi-rsa-id" => rsa_id
26
24
  }
27
25
 
28
- puts "Body"
29
- puts data.to_json
30
-
31
26
  response = Excon.new(full_url,
32
27
  headers: headers,
33
28
  read_timeout: time_out,
@@ -47,8 +42,6 @@ module Culqi
47
42
  raise ArgumentError, "Unsupported request type: #{type}"
48
43
  end
49
44
 
50
- puts result.body
51
-
52
45
  return result.body, result.status
53
46
  end
54
47
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devtech-culqi-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Culqi Team
@@ -64,7 +64,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - ">="
66
66
  - !ruby/object:Gem::Version
67
- version: 3.0.0
67
+ version: 2.7.0
68
68
  required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="