trustly-client-ruby 0.1.88 → 0.1.89

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: b9f1155bb07623a052020fa6e8e31f1e9469c757
4
- data.tar.gz: 01407e711c850b894c913173c0157d37ba2feca2
3
+ metadata.gz: a07757c5c2757331eec529eb9fdd018a8bf50c5e
4
+ data.tar.gz: 8df570a26531af16833046a472c8fe6fb469d59f
5
5
  SHA512:
6
- metadata.gz: 5fdbd0aae38be097841050e1ba7a028b3497c4aa587834c842db894203483724fbc6f1319ad7b508c1c4b311b06d90f2aaf2ff88b2580df2b7825355a34650ba
7
- data.tar.gz: 7cddf5061f0390b923d87fb801cf7acb4733787c73b69eb896bf5d1f083e8329066b544be53dc050f09ddff774965f6b5abe5f1b76200f70efebfc589ed9c538
6
+ metadata.gz: e63f212fd3ca2cb6fa182d5320c804b9a94700cefa969d48dc4eecb0a5f1ef7e467f56db8eaef22279f9e14c40fcd145aa99ab420e9038616d8655e5bbec3bf2
7
+ data.tar.gz: 89d6e1823c2d7a8402ad7d63aa525c313d55673bb82e87c8be9673cdcd572960baa003e7be882ce6a37ceb6ae65d0e5e91f8d41d57d901011b4c712c5718f145
@@ -124,7 +124,7 @@ class Trustly::Api::Signed < Trustly::Api
124
124
 
125
125
  def notification_response(notification,success=true)
126
126
  response = Trustly::JSONRPCNotificationResponse.new(notification,success)
127
- response.set_signature(self.sign_merchant_request(notification))
127
+ response.set_signature(self.sign_merchant_request(response))
128
128
  return response
129
129
  end
130
130
 
@@ -1,3 +1,3 @@
1
1
  module Trustly
2
- VERSION = "0.1.88"
2
+ VERSION = "0.1.89"
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.88
4
+ version: 0.1.89
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Carretie