bayonet_client 2.1.0 → 2.1.1

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: 84634edd54c519cb0121328a24020bfadc224865
4
- data.tar.gz: 2b2534a69f942cab18f9b3940788c31cf7c9d591
3
+ metadata.gz: a1982df9782a46e4a2a1174cdac82c3a97b51522
4
+ data.tar.gz: 5ca2d85a410a0f5d82c5f21318ab13b85291e5c8
5
5
  SHA512:
6
- metadata.gz: 584aba3e625e946fedce39d3ce8663c0c0c42397be385ca1a08a909872cb6be8efafa224e06b3a7f411ef8975ebc83e00ae85dde7180c0e08545e181d7c0822d
7
- data.tar.gz: cf8750d5a9d6bffe5ca10273d517eae8886e12a1f07e8b6a9259e1fef4b46985c2ff9f410e798d0a6164a8de2df496d4c7558a8139b17f84b603083a38bb0d20
6
+ metadata.gz: 2e2de989b798c3a49444aba20ce8a6ba61620d85fbae9867f94fa90880abb2fe9758fa8bc5590ac313e7ae1ac81b5b12afaf13f2d3bbd69ba76f46732ed815d9
7
+ data.tar.gz: d80b0c7e3a4b333acf76e2e1261451d4aee983f0720b2eeea724342db9f8a8506a5ddd40998350cf44a3d356d23695d121c4a7f1cf445dea811df460fca21a01
data/README.md CHANGED
@@ -40,7 +40,11 @@ To use this SDK, please make sure:
40
40
  ```
41
41
 
42
42
  ## Usage
43
- Once you have Bayonet's SDK configured, you can call the APIs with the following syntax (depending on whether you are integrating for the Ecommerce product or the Lending product):
43
+ Once you have Bayonet's SDK configured, you can call the APIs with the following syntax.Follow the guidelines specific to the product you are integrating:
44
+
45
+ * [Ecommerce](#ecommerce)
46
+
47
+ * [Lending](#lending)
44
48
 
45
49
  ### Ecommerce
46
50
 
@@ -181,6 +185,7 @@ Once you have Bayonet's SDK configured, you can call the APIs with the following
181
185
  country: 'MEX',
182
186
  zip_code: '64000'
183
187
  },
188
+ bayonet_fingerprint_token: '<token generated by Bayonet fingerprinting JS',
184
189
  transaction_category: 'p2p_lending',
185
190
  transaction_id: '<your internal ID for this transaction>',
186
191
  transaction_time: 1476012879
@@ -211,6 +216,7 @@ Once you have Bayonet's SDK configured, you can call the APIs with the following
211
216
  country: 'MEX',
212
217
  zip_code: '64000'
213
218
  },
219
+ bayonet_fingerprint_token: '<token generated by Bayonet fingerprinting JS',
214
220
  transaction_category: 'p2p_lending',
215
221
  transaction_id: '<your internal ID for this transaction>',
216
222
  transaction_time: 1476012879
@@ -1,4 +1,4 @@
1
1
  module BayonetClient
2
- VERSION = '2.1.0'
2
+ VERSION = '2.1.1'
3
3
  SUPPORTED_API_VERSIONS = ['2']
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bayonet_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bayonet
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-09 00:00:00.000000000 Z
11
+ date: 2018-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty