square_connect 2.3.0.153 → 2.3.0.154

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +24 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e55021916b5ca6827b4df313b54e19750146f89
4
- data.tar.gz: 5ecbba7d5ff3bc43ea48f1d3ed7d7dcdc3bafbe8
3
+ metadata.gz: 4424839cf68ae14278d650a7da60a6b491dabf95
4
+ data.tar.gz: 08b938c437877fbcbe5043a1946a537a510f0057
5
5
  SHA512:
6
- metadata.gz: faeabf0b23f80dcfcecd96b168d017502b047969d6a28cf5dac938450ec420e81b8faefe6d3a9b1e4b2dab81550d7704020e3df6e9678b44f0d6bace9d195e9e
7
- data.tar.gz: 7b4cc05b96b8e3d5ed548e55522579c4983925f31ea7f4d348f2bef3c0107a0a76565e6c0da0de10f6e63134278598d2137d2bc7b4c66efcc7c419f7b44685c1
6
+ metadata.gz: 9771f6c939eb5bc182ba391a37669c4b88613563bf912ba3f4a931f229b37b46c801ab542d0f28f91737f979cbdb5ce3f87f7fc980bb945c3bf92e5948de0317
7
+ data.tar.gz: 867627870f5fccb3ec1761bb672e7eb26fc8851026d80467700391541c25d8967ee8c6d9361c2e785df66b63154fc970f80b59070fe4802bd70fb42c56a64740
data/CHANGES.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Change Log
2
2
 
3
+ ## Version 2.3.0 (2017-09-13)
4
+
5
+ ### New features: Orders API
6
+
7
+ * `CreateOrder` endpoint creates an itemized order which can be referenced in messages to the `Charge` endpoint.
8
+ * `BatchRetrieveOrders` retrieves order objects referenced in one or more transactions based on the provided `order_id`.
9
+
10
+ **Note:** at this point, `BatchRetrieveOrders only` returns information on paid orders made through Square's eCommerce APIs (Transactions, Checkout).
11
+
12
+ ### Other Changes
13
+
14
+ * `order` is removed from Transaction
15
+ * `order_id` is added to Transaction
16
+ * `OrderLineItemDiscountType.UNKOWN` renamed to `OrderLineItemDiscountType.UNKOWN_DISCOUNT`
17
+ * `OrderLineItemTaxType.UNKOWN` renamed to `OrderLineItemDiscountType.UNKOWN_TAX`
18
+ * `ChargeRequest.idempotency_key` is restricted to max length 192
19
+ * `ChargeRequest.card_nonce` is restricted to max length 192
20
+ * `ChargeRequest.customer_card_id` is restricted to max length 192
21
+ * `ChargeRequest.reference_id` is restricted to max length 40
22
+ * `ChargeRequest.note` is restricted to max length 60
23
+ * `ChargeRequest.customer_id` is restricted to max length 50
24
+ * `CreateCheckoutRequest.redirect_url` is restricted to max length 800
25
+ * Added `phone_number` and `business_name` to Location
26
+
3
27
  ## Version 2.2.1 (2017-08-11)
4
28
 
5
29
  * Documentation style and links fixes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: square_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0.153
4
+ version: 2.3.0.154
5
5
  platform: ruby
6
6
  authors:
7
7
  - Square, Inc.