README.md in bayonet_client-2.1.0 vs README.md in bayonet_client-2.1.1
- old
+ new
@@ -38,12 +38,16 @@
```ruby
BayonetClient.configure(api_key, api_version)
```
## Usage
-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):
+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:
+* [Ecommerce](#ecommerce)
+
+* [Lending](#lending)
+
### Ecommerce
* Consulting API
```ruby
@@ -179,10 +183,11 @@
city: 'Mexico City',
state: 'Mexico DF',
country: 'MEX',
zip_code: '64000'
},
+ bayonet_fingerprint_token: '<token generated by Bayonet fingerprinting JS',
transaction_category: 'p2p_lending',
transaction_id: '<your internal ID for this transaction>',
transaction_time: 1476012879
})
```
@@ -209,9 +214,10 @@
city: 'Mexico City',
state: 'Mexico DF',
country: 'MEX',
zip_code: '64000'
},
+ bayonet_fingerprint_token: '<token generated by Bayonet fingerprinting JS',
transaction_category: 'p2p_lending',
transaction_id: '<your internal ID for this transaction>',
transaction_time: 1476012879
})
```