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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e96e8cef9e8325b5e7d5bfa82cf8ce2a0bf8e0ac
4
- data.tar.gz: 155d5dd0bc86fe672626bbfcd56090c76cfcdd8a
3
+ metadata.gz: decded6a4dd37b88c631cc6a454a9333a86dfd2f
4
+ data.tar.gz: 896af6af1d8b2fe179288dcedd01337340ca8ff6
5
5
  SHA512:
6
- metadata.gz: 3527bc21da434a01c4078f41b33d10c6e6f9230a8a896cfcc2a2d58fd928d47d7842c6a09e239594eef7ce23615868e65cfea1e1836d0921f50e3a69375abd67
7
- data.tar.gz: 31e9bf0f39e7261e094b815e4c3e856276ef312e29e3809595e767fbd1e8cf4156a9b55106982cac0fa24a08515e3eaf00cdb180558583246edeee36b8076bd4
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.0
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** | **BOOLEAN** | The unique identifier of the Square account that took the payment. | [optional]
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.0"
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' => :'BOOLEAN',
121
+ :'creator_id' => :'String',
122
122
  :'device' => :'Device',
123
123
  :'payment_url' => :'String',
124
124
  :'receipt_url' => :'String',
@@ -8,5 +8,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
8
8
  =end
9
9
 
10
10
  module SquareConnect
11
- VERSION = "2.1.0"
11
+ VERSION = "2.1.1"
12
12
  end
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.0.78
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-05-23 00:00:00.000000000 Z
11
+ date: 2017-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus