README.md in bayonet_client-0.1.0 vs README.md in bayonet_client-1.0.0
- old
+ new
@@ -1,6 +1,6 @@
-## Bayonet
+## Bayonet [![Build Status](https://travis-ci.org/Bayonet-Client/bayonet-ruby.svg?branch=master)](https://travis-ci.org/Bayonet-Client/bayonet-ruby)
Bayonet enables companies to feed and consult a global database about online consumers’ reputation, based on historic payments. Start making smarter business decisions today.
### Introduction
Bayonet’s API is organized around REST and exposes endpoints for HTTP requests. It is designed to have predictable, resource-oriented URLs and uses standard HTTP response codes to indicate the outcome of operations. Request and response payloads are formatted as JSON.
@@ -50,16 +50,16 @@
transaction_amount: '999',
currency_code: 'MXN',
transaction_time: '1476012879',
coupon: false,
payment_gateway: 'stripe',
- shipping_address : {
- address_line_1 : 'example line 1',
- address_line_2 : 'example line 2',
- city : 'Mexico City',
- state : 'Mexico DF',
- country : 'MEX',
- zip_code : '64000'
+ shipping_address: {
+ address_line_1: 'example line 1',
+ address_line_2: 'example line 2',
+ city: 'Mexico City',
+ state: 'Mexico DF',
+ country: 'MEX',
+ zip_code: '64000'
}
})
```
* Feedback API