csob_payment_gateway 0.0.12 → 0.0.13
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecd413036af9a0a6526aadbcc8d8fa6c0ac08cac
|
4
|
+
data.tar.gz: 8a94216cc4e60220d172547b3e8b752d91e72b4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fb0004fe66d3c1006e9f88930c49dfc0d4648818e266643d91224adb4ecff272fa01e9e59dea7af90415b8e2e3d86837593693cdea475c78c50370585c8425d
|
7
|
+
data.tar.gz: 7722cc0b831cea34c08aa8da082ebb59e130a4403656e8e80834405149420b5da84521c3af5a6ff23c9f6e2d17aadc4c75b4fbdd92fd41871c81098fafa759db
|
Binary file
|
@@ -4,7 +4,7 @@ require "csob_payment_gateway/version"
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = 'csob_payment_gateway'
|
6
6
|
s.version = CsobPaymentGateway::VERSION
|
7
|
-
s.date = '2016-
|
7
|
+
s.date = '2016-04-17'
|
8
8
|
s.summary = "Ruby implementation of CSOB PaymentGateway"
|
9
9
|
s.description = "Gem for integration CSOB PaymentGateway in Ruby"
|
10
10
|
s.authors = ["Jiří Kratochvíl"]
|
@@ -81,7 +81,7 @@ module CsobPaymentGateway
|
|
81
81
|
CsobPaymentGateway::Crypt.verify(text, response["signature"])
|
82
82
|
end
|
83
83
|
|
84
|
-
def get_data(use_response
|
84
|
+
def get_data(use_response = true)
|
85
85
|
data_pay_id = (use_response ? response["payId"] : pay_id)
|
86
86
|
text = [
|
87
87
|
merchant_id,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: csob_payment_gateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jiří Kratochvíl
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -33,6 +33,7 @@ files:
|
|
33
33
|
- Gemfile
|
34
34
|
- config/config.yml
|
35
35
|
- config/csob.yml.example
|
36
|
+
- csob_payment_gateway-0.0.12.gem
|
36
37
|
- csob_payment_gateway.gemspec
|
37
38
|
- init.rb
|
38
39
|
- lib/csob_payment_gateway.rb
|