ipizza 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/ipizza.gemspec +1 -1
- data/lib/ipizza/provider/sampo.rb +1 -1
- data/lib/ipizza/provider/seb.rb +2 -2
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.4
|
data/ipizza.gemspec
CHANGED
data/lib/ipizza/provider/seb.rb
CHANGED
@@ -43,7 +43,7 @@ module Ipizza::Provider
|
|
43
43
|
|
44
44
|
def payment_response(params)
|
45
45
|
response = Ipizza::PaymentResponse.new(params)
|
46
|
-
response.verify(
|
46
|
+
response.verify(self.class.file_cert)
|
47
47
|
|
48
48
|
return response
|
49
49
|
end
|
@@ -73,7 +73,7 @@ module Ipizza::Provider
|
|
73
73
|
|
74
74
|
def authentication_response(params)
|
75
75
|
response = Ipizza::AuthenticationResponse.new(params)
|
76
|
-
response.verify(self.class.file_cert
|
76
|
+
response.verify(self.class.file_cert)
|
77
77
|
return response
|
78
78
|
end
|
79
79
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ipizza
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 7
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 4
|
10
|
+
version: 0.4.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Priit Haamer
|