ultracart_api 3.4.4 → 3.4.5

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
  SHA256:
3
- metadata.gz: 030c57d9a092b07726cce3a702561c996ca7722cc1e4434f9647955fbe80fa24
4
- data.tar.gz: 9354172fcd1a0c2be6dbe35dc6769900f8b82a9422e8a348b38dfece7e7bb491
3
+ metadata.gz: df5dca8eabc621812f5c227f3f9db88c062331ba8bf0e75100dbda0b88dfe7b6
4
+ data.tar.gz: 527ec15414ff54e105a043b9bb2ac0f8098dc2f15f31df193e7ff701f8227384
5
5
  SHA512:
6
- metadata.gz: fffcc180d93a131f3ddf22def0145233640e0884fad5af7368cce02541ba40c009dccb26937d24d98bccb95f75acc19096292dab6478a1a7ed6cf7237658b02b
7
- data.tar.gz: 54f75010b193501bc1fe94593d98bf325bad9945e0ce2a08a7f8a97d75e76f76ae62f1839145e1f64abbee5dfb0d756101db2e22b0a257ceae9bfd96d58cf247
6
+ metadata.gz: 1053b0c2532a66131de73a5a16a11331503765e446cfb14b22aa0472816bd9a725809ce728ed21ef2838ab00f47951c12a4f5fe1417bd79dd9036d08a3aeaa90
7
+ data.tar.gz: c180a7ff27ad2ea0159839d0d8caa306530368a52e13653b7c6764c2040a5b7e36e22f34ac7a92e48dca99fe8ad6ce9d870b8fe04523c5e0962dfb8c8f22f6a6
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 3.4.4
10
+ - Package version: 3.4.5
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-3.4.4.gem
27
+ gem install ./ultracart_api-3.4.5.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.4.4.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.4.5.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ultracart_api', '~> 3.4.4'
35
+ gem 'ultracart_api', '~> 3.4.5'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1099,6 +1099,7 @@ Not every change is committed to every SDK.
1099
1099
 
1100
1100
  | Version | Date | Comments |
1101
1101
  | --: | :-: | --- |
1102
+ | 3.4.5 | 08/03/2021 | configuration api bug fix for a bad response object on updateRotatingTransactionGateway |
1102
1103
  | 3.4.3 | 08/03/2021 | package tracking - add event_iso_date and event_timezone_id |
1103
1104
  | 3.4.2 | 07/29/2021 | bug fixes for new configuration api |
1104
1105
  | 3.4.1 | 07/29/2021 | bug fixes for new configuration api |
@@ -652,7 +652,7 @@ Name | Type | Description | Notes
652
652
 
653
653
 
654
654
  # **update_rotating_transaction_gateway**
655
- > RotatingTransactionGateway update_rotating_transaction_gateway(rtg_oid, rotating_transaction_gateway)
655
+ > RotatingTransactionGatewayResponse update_rotating_transaction_gateway(rtg_oid, rotating_transaction_gateway)
656
656
 
657
657
  Update a rotating transaction gateway
658
658
 
@@ -691,7 +691,7 @@ Name | Type | Description | Notes
691
691
 
692
692
  ### Return type
693
693
 
694
- [**RotatingTransactionGateway**](RotatingTransactionGateway.md)
694
+ [**RotatingTransactionGatewayResponse**](RotatingTransactionGatewayResponse.md)
695
695
 
696
696
  ### Authorization
697
697
 
@@ -728,7 +728,7 @@ module UltracartClient
728
728
  # @param rtg_oid The rtg_oid to update.
729
729
  # @param rotating_transaction_gateway Rotating transaction gateway
730
730
  # @param [Hash] opts the optional parameters
731
- # @return [RotatingTransactionGateway]
731
+ # @return [RotatingTransactionGatewayResponse]
732
732
  def update_rotating_transaction_gateway(rtg_oid, rotating_transaction_gateway, opts = {})
733
733
  data, _status_code, _headers = update_rotating_transaction_gateway_with_http_info(rtg_oid, rotating_transaction_gateway, opts)
734
734
  data
@@ -739,7 +739,7 @@ module UltracartClient
739
739
  # @param rtg_oid The rtg_oid to update.
740
740
  # @param rotating_transaction_gateway Rotating transaction gateway
741
741
  # @param [Hash] opts the optional parameters
742
- # @return [Array<(RotatingTransactionGateway, Fixnum, Hash)>] RotatingTransactionGateway data, response status code and response headers
742
+ # @return [Array<(RotatingTransactionGatewayResponse, Fixnum, Hash)>] RotatingTransactionGatewayResponse data, response status code and response headers
743
743
  def update_rotating_transaction_gateway_with_http_info(rtg_oid, rotating_transaction_gateway, opts = {})
744
744
  if @api_client.config.debugging
745
745
  @api_client.config.logger.debug 'Calling API: ConfigurationApi.update_rotating_transaction_gateway ...'
@@ -778,7 +778,7 @@ module UltracartClient
778
778
  :form_params => form_params,
779
779
  :body => post_body,
780
780
  :auth_names => auth_names,
781
- :return_type => 'RotatingTransactionGateway')
781
+ :return_type => 'RotatingTransactionGatewayResponse')
782
782
  if @api_client.config.debugging
783
783
  @api_client.config.logger.debug "API called: ConfigurationApi#update_rotating_transaction_gateway\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
784
784
  end
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.4.4'
14
+ VERSION = '3.4.5'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.4
4
+ version: 3.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart