square_connect 2.1.0.78 → 2.1.1.99
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/docs/V1Payment.md +1 -1
- data/lib/square_connect/api_client.rb +1 -1
- data/lib/square_connect/models/v1_payment.rb +1 -1
- data/lib/square_connect/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: decded6a4dd37b88c631cc6a454a9333a86dfd2f
|
4
|
+
data.tar.gz: 896af6af1d8b2fe179288dcedd01337340ca8ff6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a34e83ce91b8e0704d19afa25fbfd44b1c7533a73ef6735b93205618019c5ad25ce9481c2288da15070eb558f672c91bcdc9d584cd53a5ee9d98610c4c41133
|
7
|
+
data.tar.gz: f04847781cb2724e71de1d50558829ee8faa6b28c32e1b4c8dcdbb0fd384fe6924c0fba04be8bd3ddbee6560b0c12f578d1c967d904718fbf8d16dfedbd3c0f3
|
data/README.md
CHANGED
@@ -10,7 +10,7 @@ for the specification and template files we used to generate this.
|
|
10
10
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
11
11
|
|
12
12
|
- API version: 2.0
|
13
|
-
- Package version: 2.1.
|
13
|
+
- Package version: 2.1.1
|
14
14
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
15
15
|
|
16
16
|
For more information, please visit [https://squareup.com/developers](https://squareup.com/developers)
|
data/docs/V1Payment.md
CHANGED
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
8
8
|
**id** | **String** | The payment's unique identifier. | [optional]
|
9
9
|
**merchant_id** | **String** | The unique identifier of the merchant that took the payment. | [optional]
|
10
10
|
**created_at** | **String** | The time when the payment was created, in ISO 8601 format. | [optional]
|
11
|
-
**creator_id** | **
|
11
|
+
**creator_id** | **String** | The unique identifier of the Square account that took the payment. | [optional]
|
12
12
|
**device** | [**Device**](Device.md) | The device that took the payment. | [optional]
|
13
13
|
**payment_url** | **String** | The URL of the payment's detail page in the merchant dashboard. The merchant must be signed in to the merchant dashboard to view this page. | [optional]
|
14
14
|
**receipt_url** | **String** | The URL of the receipt for the payment. Note that for split tender payments, this URL corresponds to the receipt for the first tender listed in the payment's tender field. Each Tender object has its own receipt_url field you can use to get the other receipts associated with a split tender payment. | [optional]
|
@@ -30,7 +30,7 @@ module SquareConnect
|
|
30
30
|
@config = config
|
31
31
|
|
32
32
|
# Construct user agent string. Returns slightly different string for JRuby
|
33
|
-
@user_agent = "Square-Connect-Ruby/2.1.
|
33
|
+
@user_agent = "Square-Connect-Ruby/2.1.1"
|
34
34
|
|
35
35
|
@default_headers = {
|
36
36
|
'Content-Type' => "application/json",
|
@@ -118,7 +118,7 @@ module SquareConnect
|
|
118
118
|
:'id' => :'String',
|
119
119
|
:'merchant_id' => :'String',
|
120
120
|
:'created_at' => :'String',
|
121
|
-
:'creator_id' => :'
|
121
|
+
:'creator_id' => :'String',
|
122
122
|
:'device' => :'Device',
|
123
123
|
:'payment_url' => :'String',
|
124
124
|
:'receipt_url' => :'String',
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: square_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1.99
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Square, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|