paymentsds-mpesa 0.1.0.pre.alpha.47 → 0.1.0.pre.alpha.48

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
  SHA256:
3
- metadata.gz: 66ff2d7900add05d00db7332c324e645e30cc8656f1246ab2aa3de67566a80e8
4
- data.tar.gz: e74768d669130a8a4be33fe2a273777b9badf92820c538499513fd9dee15b956
3
+ metadata.gz: de725c533d419e1d6e50b63de6c9b2868a889cfb0aaceae60427e5672e94c5bc
4
+ data.tar.gz: 7d916b852e7d2c64fe6a4eb0810988558fd1d214883634d219d82462c4dc993d
5
5
  SHA512:
6
- metadata.gz: 6d29eb9059e54023ee84e5f1e36abf35a0b9addf9cdd94bcbe7df6a2c7404d64eb838357381fd31d5d43abf2cec4470446d8e24686dbdea781ba1adcc5d2df0b
7
- data.tar.gz: 66befe33577f24780ae116503b9f9c10f82f240c1bd25081f0e164918a2a7aa283c60192567af0dc17e98183ccbb25526db0eadcd4875ffad9d1b2aebd6b0407
6
+ metadata.gz: 3a3b770ca06d0d4cc4882eeeaeb23662d110baa393c80fd775e90f0e291236ba4290611931c3a13655131675c66efc57a25f27ba477f9c719e1b791b5ae1a218
7
+ data.tar.gz: 8c7410673fa8aae286041173fa03ae027fd9daef691940c352b578e1fd6abf42a4c6f9fc090589364cd5d809178dfa5c01d4be2156634e764708a509d92583f5
@@ -4,7 +4,7 @@ module Paymentsds
4
4
  attr_accessor :response
5
5
  attr_accessor :transaction_id
6
6
  attr_accessor :conversation_id
7
- attr_accessor :third_party_reference
7
+ attr_accessor :reference
8
8
 
9
9
  def initialize
10
10
  yield(self) if block_given?
@@ -188,7 +188,7 @@ module Paymentsds
188
188
  response = Paymentsds::MPesa::Result.new do |r|
189
189
  r.response =
190
190
  r.transaction_id = result.body["output_TransactionID"]
191
- r.conversation = result.body["output_ConversationID"]
191
+ r.conversation_id = result.body["output_ConversationID"]
192
192
  r.reference = result.body["output_ThirdPartyReference"]
193
193
  end
194
194
 
@@ -204,7 +204,7 @@ module Paymentsds
204
204
  response = Paymentsds::MPesa::Result.new do |r|
205
205
  r.response =
206
206
  r.transaction_id = result.body["output_TransactionID"]
207
- r.conversation = result.body["output_ConversationID"]
207
+ r.conversation_id = result.body["output_ConversationID"]
208
208
  r.reference = result.body["output_ThirdPartyReference"]
209
209
  end
210
210
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Paymentsds
4
4
  module MPesa
5
- VERSION = '0.1.0.pre.alpha.47'
5
+ VERSION = '0.1.0.pre.alpha.48'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paymentsds-mpesa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.47
4
+ version: 0.1.0.pre.alpha.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edson Michaque