paymentsds-mpesa 0.1.0.pre.alpha.1 → 0.1.0.pre.alpha.2

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
  SHA256:
3
- metadata.gz: eec94343c54d33bb54e2492a22a89d538231c674ba4f4ea3aac71e133cf3cb4b
4
- data.tar.gz: 33813434c53a1270dd0699ed3c824f8c90cba92b962140a1ad6244b8af04dc35
3
+ metadata.gz: a2aa262885b2f49a8fe790d1795fea8baecdee302c95a12a912f9eb66615bb88
4
+ data.tar.gz: 9d1c46fe5ef52d669bcfa7962113ab08556c6b7938ee833c76fe67c7c6e698c2
5
5
  SHA512:
6
- metadata.gz: 778a5b13075fcc4aeb92a3883000cf5dc1a9281d5b1a1cc66770cc27ad3b2c3813a8bc860087dd155b09c7e1987e7118c409ab8cfa6bd8db1ddc448bfa2d4598
7
- data.tar.gz: 24a25d403a4228c16065c09b1d18c6ded65ea02ee070d1ad79d277bb0de0d3d5206e0be88c51b6490727ff3a33462ff2f9740c932981c432b4a3e4519eec2a96
6
+ metadata.gz: 32805537c70c3fbc70208f918880a6d6023a74ddae53cbd99a410a7c7d65c09cb19eb36e7c7e3096ca2645b5bb583b549988b4ea3d8c24655992bf0c2622081f
7
+ data.tar.gz: f215f57d6ffeb43cda3163c784bcd71728839b9ef4899d4b06861df73d98e3fb3bfbbcbe8b680ff1225beb5ad20930130b8f902619605343424b0d1a4e0ae6cb
@@ -33,7 +33,7 @@ module Paymentsds
33
33
 
34
34
  missing_properties = detect_missing_properties(opcode, data)
35
35
  unless missing_properties.empty?
36
- return Result.new(false, ErrorType::MISSING_PROPERTIES, missing_properties)
36
+ return ::Result.new(false, ErrorType::MISSING_PROPERTIES, missing_properties)
37
37
  end
38
38
 
39
39
  errors = detect_errors(opcode, data)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Paymentsds
4
4
  module MPesa
5
- VERSION = '0.1.0.pre.alpha.1'
5
+ VERSION = '0.1.0.pre.alpha.2'
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.1
4
+ version: 0.1.0.pre.alpha.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edson Michaque