trustly-client-ruby 0.1.86 → 0.1.87

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa19ee312cc55c6d3fb61dc5219933db4dc81091
4
- data.tar.gz: 067fb785d74bfabcfac18dd6d1d105c83cdbed6a
3
+ metadata.gz: e593e50228fd9ce1ab9bd5157978353fd56f4885
4
+ data.tar.gz: e8d220f736a2ef57cfe281d59c0db7fc4c778eb6
5
5
  SHA512:
6
- metadata.gz: 9144b13fb9a69b8a37bdf5df36d95a885250efbb6e9c1a586ecbb78edce7a28d9751bb26d5bba414d984691712bb141791f53b8004887ffeb4446df7f80cdab2
7
- data.tar.gz: 499734aae159ab0684c639daf6e7fc1b64852f7fa40a39c37b553d0ce052aea89596d19ae1a7f7f257358e97e888a61bd24248908999c3a193cb19a4a6700e74
6
+ metadata.gz: 525117f09950e755124628b0a2ec1c0720db1470eac6b9dc30982dea0c713c5078ea48a590d2e8ec6f619ca9c4821babb6730cf6b72d8741dbff9d697fd8ddd9
7
+ data.tar.gz: 397497ccba54b61bdaebed81e8fac6da2eba3ef682c5582e47adac3b46d3b11f8640a1aaa1cd3b4ba416577d1c48fb2af26605210b524873b65c62b33005ef59
@@ -125,7 +125,7 @@ class Trustly::Api::Signed < Trustly::Api
125
125
  def notification_response(notification,success=true)
126
126
  response = Trustly::JSONRPCNotificationResponse.new(notification,success)
127
127
  response.set_signature(self.sign_merchant_request(notification))
128
- return notification
128
+ return response
129
129
  end
130
130
 
131
131
  def withdraw(_options)
@@ -1,3 +1,3 @@
1
1
  module Trustly
2
- VERSION = "0.1.86"
2
+ VERSION = "0.1.87"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trustly-client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.86
4
+ version: 0.1.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Carretie