This repository was archived by the owner on Apr 23, 2021. It is now read-only.
Releases: square/connect-python-sdk
Releases · square/connect-python-sdk
2.3.2
Bug Fixes
- Fix incorrect code that incorrectly checked if values are
None.
2.3.1
2.3.0
New features: Orders API
CreateOrderendpoint creates an itemized order which can be referenced in messages to theChargeendpoint.BatchRetrieveOrdersretrieves order objects referenced in one or more transactions based on the providedorder_id.
Note: at this point, BatchRetrieveOrders only returns information on paid orders made through Square's eCommerce APIs (Transactions, Checkout).
Other Changes
orderis removed from Transactionorder_idis added to TransactionOrderLineItemDiscountType.UNKOWNrenamed toOrderLineItemDiscountType.UNKOWN_DISCOUNTOrderLineItemTaxType.UNKOWNrenamed toOrderLineItemDiscountType.UNKOWN_TAXChargeRequest.idempotency_keyis restricted to max length 192ChargeRequest.card_nonceis restricted to max length 192ChargeRequest.customer_card_idis restricted to max length 192ChargeRequest.reference_idis restricted to max length 40ChargeRequest.noteis restricted to max length 60ChargeRequest.customer_idis restricted to max length 50CreateCheckoutRequest.redirect_urlis restricted to max length 800- Added
phone_numberandbusiness_nameto Location
2.2.1
Updated OAuth definition.
2.0.2 a bug fix for list locations endpoint