square_connect 2.20180712.1.228 → 2.20180712.1.234
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.
- checksums.yaml +4 -4
- data/README.md +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae35dcc77ca9d4c9237ef793c0705e35e339e6e405e4a23f9ec1499f5aa8b5cb
|
|
4
|
+
data.tar.gz: 48c4190f9e040ed33bd69a4c6ae8faeec3148f4be1de0258e0617c744a3083a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6dc88b69ea94b19cffff9aacf123c1ab6893be3d21232d3270e2af37adee835c7ceb4bdc511f9e056bc2adb1099149556c78446ba795fb5b09c4e588797ae420
|
|
7
|
+
data.tar.gz: 1b0964fe2038553a3966ef475769ae749b6e26b20694f16724715fa91f2d7e2c18071baba0ead0833d7fb1b1ed8b29ce4f07a46ed32480551342fb03de272c60
|
data/README.md
CHANGED
|
@@ -399,6 +399,7 @@ Class | Method | HTTP request | Description
|
|
|
399
399
|
- TIMECARDS_READ: GET endpoints related to employee timecards
|
|
400
400
|
- TIMECARDS_WRITE: POST, PUT, and DELETE endpoints related to employee timecards
|
|
401
401
|
- PAYMENTS_WRITE_ADDITIONAL_RECIPIENTS: Allow third party applications to deduct a portion of each transaction amount.
|
|
402
|
+
- PAYMENTS_WRITE_IN_PERSON: POST, PUT, and DELETE endpoints. Grants write access to transaction and refunds information.
|
|
402
403
|
|
|
403
404
|
### oauth2ClientSecret
|
|
404
405
|
|