trustly-client-ruby 0.1.87 → 0.1.88

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: e593e50228fd9ce1ab9bd5157978353fd56f4885
4
- data.tar.gz: e8d220f736a2ef57cfe281d59c0db7fc4c778eb6
3
+ metadata.gz: b9f1155bb07623a052020fa6e8e31f1e9469c757
4
+ data.tar.gz: 01407e711c850b894c913173c0157d37ba2feca2
5
5
  SHA512:
6
- metadata.gz: 525117f09950e755124628b0a2ec1c0720db1470eac6b9dc30982dea0c713c5078ea48a590d2e8ec6f619ca9c4821babb6730cf6b72d8741dbff9d697fd8ddd9
7
- data.tar.gz: 397497ccba54b61bdaebed81e8fac6da2eba3ef682c5582e47adac3b46d3b11f8640a1aaa1cd3b4ba416577d1c48fb2af26605210b524873b65c62b33005ef59
6
+ metadata.gz: 5fdbd0aae38be097841050e1ba7a028b3497c4aa587834c842db894203483724fbc6f1319ad7b508c1c4b311b06d90f2aaf2ff88b2580df2b7825355a34650ba
7
+ data.tar.gz: 7cddf5061f0390b923d87fb801cf7acb4733787c73b69eb896bf5d1f083e8329066b544be53dc050f09ddff774965f6b5abe5f1b76200f70efebfc589ed9c538
@@ -6,9 +6,9 @@ class Trustly::JSONRPCNotificationResponse < Trustly::Data
6
6
  method = request.get_method()
7
7
 
8
8
  self.set('version','1.1')
9
- self.set_result('uuid',uuid) unless uuid.nil?
10
- self.set_result('method',method) unless method.nil?
11
- self.set_data('success', (!success.nil? && !success ? 'FAILED' : 'OK' ))
9
+ self.set_result('uuid', uuid) unless uuid.nil?
10
+ self.set_result('method', method) unless method.nil?
11
+ self.set_data( 'status', (!success.nil? && !success ? 'FAILED' : 'OK' ))
12
12
  end
13
13
 
14
14
  def set_signature(signature)
@@ -1,3 +1,3 @@
1
1
  module Trustly
2
- VERSION = "0.1.87"
2
+ VERSION = "0.1.88"
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.87
4
+ version: 0.1.88
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Carretie