africastalking-ruby 2.1.2 → 2.1.3
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 +4 -4
- data/README.md +1 -1
- data/lib/AfricasTalking/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c2db4d1708b0e2eb31f698ab716f0ef58d4f2860d37b85ea94bda2b793f6c22
|
|
4
|
+
data.tar.gz: 674799dc86c3f148b9b01a9ba38d64fa569e9b788e92725713a962f4bcd310ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5729c3e921e135ec6580243e4bc6ca975c505c3caaddb2cf4533804e59cc4abea94388cff4fd896a3b658a1abc8306e9a494e2caeeaedc88d080dda1f592a852
|
|
7
|
+
data.tar.gz: ba40730e93832c7be943317a56f33f6a8618e9816f1fb5f51ebad97236bccf5541f96cb8d1e02427a0ef1f30913d6651dc93891d50238413a543e008cdb4f1b8
|
data/README.md
CHANGED
|
@@ -344,7 +344,7 @@ payments.mobileData options
|
|
|
344
344
|
- `phoneNumber`: Customer phone number (in international format). `REQUIRED`
|
|
345
345
|
- `quantity`: Mobile data amount. `REQUIRED`
|
|
346
346
|
- `unit`: Mobile data unit. Can either be `MB` or `GB`. `REQUIRED`
|
|
347
|
-
- `validity`: How long the mobile data is valid for. Must be one of `
|
|
347
|
+
- `validity`: How long the mobile data is valid for. Must be one of `Day`, `Week` and `Month`. `REQUIRED`
|
|
348
348
|
- `metadata`: Additional data to associate with the transaction. `REQUIRED`
|
|
349
349
|
|
|
350
350
|
#### Wallet Transfer
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: africastalking-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Mwirigi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|