openpay_copemx 3.0.0 → 3.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 +4 -4
- data/.gitignore +0 -0
- data/.travis.yml +0 -0
- data/Gemfile +0 -0
- data/LICENSE.txt +0 -0
- data/README.md +8 -49
- data/Rakefile +0 -0
- data/lib/openpay/bankaccounts.rb +0 -0
- data/lib/openpay/cards.rb +0 -0
- data/lib/openpay/charges.rb +0 -0
- data/lib/openpay/colombia/cards_co.rb +0 -0
- data/lib/openpay/colombia/charges_co.rb +0 -0
- data/lib/openpay/colombia/customers_co.rb +0 -0
- data/lib/openpay/colombia/plans_co.rb +0 -0
- data/lib/openpay/colombia/pse_co.rb +0 -0
- data/lib/openpay/colombia/subscriptions_co.rb +0 -0
- data/lib/openpay/colombia/tokens_co.rb +0 -0
- data/lib/openpay/colombia/webhooks_co.rb +0 -0
- data/lib/openpay/customers.rb +0 -0
- data/lib/openpay/errors/openpay_connection_exception.rb +0 -0
- data/lib/openpay/errors/openpay_exception.rb +0 -0
- data/lib/openpay/errors/openpay_exception_factory.rb +0 -0
- data/lib/openpay/errors/openpay_transaction_exception.rb +0 -0
- data/lib/openpay/fees.rb +0 -0
- data/lib/openpay/open_pay_resource.rb +0 -0
- data/lib/openpay/open_pay_resource_factory.rb +0 -0
- data/lib/openpay/openpay_api.rb +0 -0
- data/lib/openpay/payouts.rb +0 -0
- data/lib/openpay/peru/cards_pe.rb +0 -0
- data/lib/openpay/peru/charges_pe.rb +0 -0
- data/lib/openpay/peru/checkouts_pe.rb +0 -0
- data/lib/openpay/peru/customers_pe.rb +0 -0
- data/lib/openpay/peru/tokens_pe.rb +0 -0
- data/lib/openpay/peru/webhooks_pe.rb +0 -0
- data/lib/openpay/plans.rb +0 -0
- data/lib/openpay/points.rb +0 -0
- data/lib/openpay/subscriptions.rb +0 -0
- data/lib/openpay/tokens.rb +0 -0
- data/lib/openpay/transfers.rb +0 -0
- data/lib/openpay/utils/country.rb +0 -0
- data/lib/openpay/utils/search_params.rb +0 -0
- data/lib/openpay/webhooks.rb +0 -0
- data/lib/openpay.rb +0 -0
- data/lib/version.rb +1 -1
- data/openpay.gemspec +4 -3
- data/test/Factories.rb +0 -0
- data/test/spec/bankaccounts_spec.rb +0 -0
- data/test/spec/cards_spec.rb +0 -0
- data/test/spec/charges_spec.rb +0 -0
- data/test/spec/colombia/cards_col_spec.rb +0 -0
- data/test/spec/colombia/charges_col_spec.rb +0 -0
- data/test/spec/colombia/customers_co_spec.rb +0 -0
- data/test/spec/colombia/plans_col_spec.rb +0 -0
- data/test/spec/colombia/pse_col_spec.rb +0 -0
- data/test/spec/colombia/subscriptions_col_spec.rb +0 -0
- data/test/spec/colombia/tokens_col_spec.rb +0 -0
- data/test/spec/customers_spec.rb +0 -0
- data/test/spec/exceptions_spec.rb +0 -0
- data/test/spec/fees_spec.rb +0 -0
- data/test/spec/openpayresource_spec.rb +0 -0
- data/test/spec/payouts_spec.rb +0 -0
- data/test/spec/peru/cards_pe_spec.rb +0 -0
- data/test/spec/peru/charges_pe_spec.rb +0 -0
- data/test/spec/peru/checkouts_pe_spec.rb +0 -0
- data/test/spec/peru/customers_pe_spec.rb +0 -0
- data/test/spec/peru/tokens_pe_spec.rb +0 -0
- data/test/spec/peru/webhook_pe_spec.rb +0 -0
- data/test/spec/plans_spec.rb +0 -0
- data/test/spec/points_spec.rb +0 -0
- data/test/spec/requesttimeout_spec.rb +0 -0
- data/test/spec/subscriptions_spec.rb +0 -0
- data/test/spec/transfers_spec.rb +0 -0
- data/test/spec/utils/search_params_spec.rb +0 -0
- data/test/spec_helper.rb +0 -0
- metadata +8 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1b8f5e12f7b0ab4e205677d0fdbbb56477328f942a9a9517a2001c5b91eeb2d
|
4
|
+
data.tar.gz: 5fea9a867c850b40cd1ccd4eafaa0cd53c9a382ac3194bb64bfde63943f07a58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0c69b2d654c88da9741c66719afd2047accf6a1a55edb1ca394099898ed877ea46c52eaad6fc1166bcedfb64709460d50b9826f1e99e26710aec8c07bae3649
|
7
|
+
data.tar.gz: e8e36c8926231812d89381950b8363fd86473bc103c6bfd1c37cb0c0131d2e8c507610e5d10703954da703cc85f0876309871323398a76001e84ea6d256031c7
|
data/.gitignore
CHANGED
File without changes
|
data/.travis.yml
CHANGED
File without changes
|
data/Gemfile
CHANGED
File without changes
|
data/LICENSE.txt
CHANGED
File without changes
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
|
1
|
+
# Openpay Ruby
|
2
|
+
This is a copy of the original gem [openpay](https://github.com/open-pay/openpay-ruby) but the version 3 is not released yet, in this version is enable the use for different countries, I've tested some functionalities and it works fine, be careful with its use.
|
2
3
|
|
3
|
-
[](http://badge.fury.io/rb/openpay)
|
4
|
+
[![Version ][rubygems_badge]][rubygems]
|
5
|
+
[![Travis CI ][travis_badge]][travis]
|
6
6
|
|
7
7
|
# Openpay México
|
8
8
|
|
@@ -1937,48 +1937,7 @@ For more use cases take a look at the *test/spec* folder
|
|
1937
1937
|
|
1938
1938
|
1. http://docs.openpay.mx/
|
1939
1939
|
|
1940
|
-
|
1941
|
-
|
1942
|
-
|
1943
|
-
|
1944
|
-
|
1945
|
-
|
1946
|
-
|
1947
|
-
|
1948
|
-
|
1949
|
-
|
1950
|
-
|
1951
|
-
|
1952
|
-
|
1953
|
-
|
1954
|
-
|
1955
|
-
|
1956
|
-
|
1957
|
-
|
1958
|
-
|
1959
|
-
|
1960
|
-
|
1961
|
-
|
1962
|
-
|
1963
|
-
|
1964
|
-
|
1965
|
-
|
1966
|
-
|
1967
|
-
|
1968
|
-
|
1969
|
-
|
1970
|
-
|
1971
|
-
|
1972
|
-
|
1973
|
-
|
1974
|
-
|
1975
|
-
|
1976
|
-
|
1977
|
-
|
1978
|
-
|
1979
|
-
|
1980
|
-
|
1981
|
-
|
1982
|
-
|
1983
|
-
|
1984
|
-
|
1940
|
+
[rubygems_badge]: https://badge.fury.io/rb/openpay_copemx.svg
|
1941
|
+
[travis_badge]: https://travis-ci.org/jazznava/openpay-ruby.svg?branch=master
|
1942
|
+
[rubygems]: https://rubygems.org/gems/openpay_copemx
|
1943
|
+
[travis]: https://travis-ci.org/jazznava/openpay-ruby
|
data/Rakefile
CHANGED
File without changes
|
data/lib/openpay/bankaccounts.rb
CHANGED
File without changes
|
data/lib/openpay/cards.rb
CHANGED
File without changes
|
data/lib/openpay/charges.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/openpay/customers.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/openpay/fees.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/lib/openpay/openpay_api.rb
CHANGED
File without changes
|
data/lib/openpay/payouts.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/openpay/plans.rb
CHANGED
File without changes
|
data/lib/openpay/points.rb
CHANGED
File without changes
|
File without changes
|
data/lib/openpay/tokens.rb
CHANGED
File without changes
|
data/lib/openpay/transfers.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/lib/openpay/webhooks.rb
CHANGED
File without changes
|
data/lib/openpay.rb
CHANGED
File without changes
|
data/lib/version.rb
CHANGED
data/openpay.gemspec
CHANGED
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.version = Openpay::VERSION
|
10
10
|
spec.authors = ["Openpay","ronnie_bermejo"]
|
11
11
|
spec.email = ["hola@openpay.mx"]
|
12
|
-
spec.description = %q{ruby client for Openpay API services (version
|
12
|
+
spec.description = %q{ruby client for Openpay API services (version 3.0.0). Is a copy from the original Openpay gem but the version 3 there is no published yet, in this version is enable the use for different countries.}
|
13
13
|
spec.summary = %q{ruby api for openpay resources}
|
14
|
-
spec.homepage = "
|
14
|
+
spec.homepage = "https://github.com/jazznava/openpay-ruby"
|
15
15
|
spec.license = "Apache-2.0"
|
16
16
|
|
17
17
|
spec.files = `git ls-files`.split($/)
|
@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.add_development_dependency 'bundler', '~> 1.3'
|
26
26
|
spec.add_development_dependency 'rake'
|
27
27
|
spec.add_development_dependency 'json_spec'
|
28
|
-
spec.post_install_message = 'Thanks for installing openpay. Enjoy
|
28
|
+
spec.post_install_message = 'Thanks for installing openpay. Enjoy!'
|
29
29
|
|
30
|
+
spec.required_ruby_version = '>= 2.1.0'
|
30
31
|
end
|
data/test/Factories.rb
CHANGED
File without changes
|
File without changes
|
data/test/spec/cards_spec.rb
CHANGED
File without changes
|
data/test/spec/charges_spec.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/spec/customers_spec.rb
CHANGED
File without changes
|
File without changes
|
data/test/spec/fees_spec.rb
CHANGED
File without changes
|
File without changes
|
data/test/spec/payouts_spec.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/spec/plans_spec.rb
CHANGED
File without changes
|
data/test/spec/points_spec.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/test/spec/transfers_spec.rb
CHANGED
File without changes
|
File without changes
|
data/test/spec_helper.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openpay_copemx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Openpay
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-10-
|
12
|
+
date: 2022-10-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rest-client
|
@@ -81,7 +81,9 @@ dependencies:
|
|
81
81
|
- - ">="
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '0'
|
84
|
-
description: ruby client for Openpay API services (version
|
84
|
+
description: ruby client for Openpay API services (version 3.0.0). Is a copy from
|
85
|
+
the original Openpay gem but the version 3 there is no published yet, in this version
|
86
|
+
is enable the use for different countries.
|
85
87
|
email:
|
86
88
|
- hola@openpay.mx
|
87
89
|
executables: []
|
@@ -161,11 +163,11 @@ files:
|
|
161
163
|
- test/spec/transfers_spec.rb
|
162
164
|
- test/spec/utils/search_params_spec.rb
|
163
165
|
- test/spec_helper.rb
|
164
|
-
homepage:
|
166
|
+
homepage: https://github.com/jazznava/openpay-ruby
|
165
167
|
licenses:
|
166
168
|
- Apache-2.0
|
167
169
|
metadata: {}
|
168
|
-
post_install_message: Thanks for installing openpay. Enjoy
|
170
|
+
post_install_message: Thanks for installing openpay. Enjoy!
|
169
171
|
rdoc_options: []
|
170
172
|
require_paths:
|
171
173
|
- lib
|
@@ -176,7 +178,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
176
178
|
requirements:
|
177
179
|
- - ">="
|
178
180
|
- !ruby/object:Gem::Version
|
179
|
-
version:
|
181
|
+
version: 2.1.0
|
180
182
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
181
183
|
requirements:
|
182
184
|
- - ">="
|