square_connect 2.3.0.153 → 2.3.0.154
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +24 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4424839cf68ae14278d650a7da60a6b491dabf95
|
4
|
+
data.tar.gz: 08b938c437877fbcbe5043a1946a537a510f0057
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|