first_data_gateway 1.7.0 → 1.7.1

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
- SHA1:
3
- metadata.gz: 25c90e03f92af75108bb7c96474ad8ea42d5fe8d
4
- data.tar.gz: 7bc6edb330494698e745fc4ab1fe10f3b896b9ea
2
+ SHA256:
3
+ metadata.gz: dfaa891a48911e338893ebfbceb98caeb39ceb3eba72d2f794738847f6af3e33
4
+ data.tar.gz: 8c62acab3e4a32215c94adaeb2e16ec58a5039d44d86fdf991449684c6544a25
5
5
  SHA512:
6
- metadata.gz: ae1399697acd2cb387e44d4e12d6b72290ccc9489041e3a6a29eca84a327f1f1081e1d58ceb4caef0e43d67bd8f8949d1f9a6eb65ecc6f4b1ad57df981ccfc81
7
- data.tar.gz: b852380e03b62637a82d9baaa202cde110af3c662d0e35900cab50dbd75ee20e30b1081295812c724727db808fc80c92f31539115236330694562f77939e0f90
6
+ metadata.gz: 0d69f5fb23020cf934a234ddf481e00f5f826d2a52174ca515bde1cd39f133168b9d30d29ddbdd0126c7d8aa9561c6a550fd78f9fa53e0517b4ff873bec7c961
7
+ data.tar.gz: a81211700de44b15e8701efce7dd009f1f36f85e68bc2a3a29521a5cb7724b331bab657c8fe60818e488e3fe8f649dabfe27502207246d31614afbc2e3d174e4
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development, :test do
6
- gem 'rake', '~> 12.0.0'
6
+ gem 'rake', '~> 12.3.3'
7
7
  gem 'pry-byebug'
8
8
  gem 'rubocop', '~> 0.66.0'
9
9
  end
data/README.md CHANGED
@@ -32,6 +32,9 @@ api_secret = "Your API Secret here"
32
32
 
33
33
  credentials = SimpleClient::MerchantCredentials.new(api_key, api_secret)
34
34
 
35
+ # For use in production, supply "PROD" as the optional production argument:
36
+ # gateway = SimpleClient::Gateway.create(credentials, "PROD");
37
+
35
38
  gateway = SimpleClient::Gateway.create(credentials)
36
39
 
37
40
  payload = "{
@@ -3,10 +3,10 @@
3
3
 
4
4
  #The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
5
5
 
6
- The version of the OpenAPI document: 6.12.0.20200605.001
6
+ The version of the OpenAPI document: 6.10.1.20200226.002
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: unset
10
10
 
11
11
  =end
12
12
 
@@ -16,6 +16,14 @@ require 'openapi_client/api_error'
16
16
  require 'openapi_client/version'
17
17
  require 'openapi_client/configuration'
18
18
 
19
+ # Models
20
+ require 'openapi_client/models/primary_transaction'
21
+ require 'openapi_client/models/secondary_transaction'
22
+ require 'openapi_client/models/exchange_rate_request'
23
+ require 'openapi_client/models/wallet_payment_method'
24
+ require 'openapi_client/models/payment_tokenization_request'
25
+ require 'openapi_client/models/payment_schedules_request'
26
+
19
27
  # Models
20
28
  require 'openapi_client/models/acs_response'
21
29
  require 'openapi_client/models/avs_response'
@@ -142,7 +150,6 @@ require 'openapi_client/models/error_details'
142
150
  require 'openapi_client/models/error_message'
143
151
  require 'openapi_client/models/error_response'
144
152
  require 'openapi_client/models/error_response_all_of'
145
- require 'openapi_client/models/exchange_rate_request'
146
153
  require 'openapi_client/models/exchange_rate_response'
147
154
  require 'openapi_client/models/exchange_rate_response_all_of'
148
155
  require 'openapi_client/models/expiration'
@@ -239,7 +246,6 @@ require 'openapi_client/models/payment_method_type'
239
246
  require 'openapi_client/models/payment_registration'
240
247
  require 'openapi_client/models/payment_registration_all_of'
241
248
  require 'openapi_client/models/payment_schedules_error_response'
242
- require 'openapi_client/models/payment_schedules_request'
243
249
  require 'openapi_client/models/payment_schedules_response'
244
250
  require 'openapi_client/models/payment_schedules_response_all_of'
245
251
  require 'openapi_client/models/payment_token_credit_transaction'
@@ -261,7 +267,6 @@ require 'openapi_client/models/payment_token_update_response_all_of'
261
267
  require 'openapi_client/models/payment_token_verification_request'
262
268
  require 'openapi_client/models/payment_token_verification_request_all_of'
263
269
  require 'openapi_client/models/payment_tokenization_error_response'
264
- require 'openapi_client/models/payment_tokenization_request'
265
270
  require 'openapi_client/models/payment_tokenization_response'
266
271
  require 'openapi_client/models/payment_tokenization_response_all_of'
267
272
  require 'openapi_client/models/payment_url_detail'
@@ -305,7 +310,6 @@ require 'openapi_client/models/score_only_request'
305
310
  require 'openapi_client/models/score_only_response'
306
311
  require 'openapi_client/models/score_only_response_fraud_score'
307
312
  require 'openapi_client/models/score_only_response_fraud_score_explanations'
308
- require 'openapi_client/models/secondary_transaction'
309
313
  require 'openapi_client/models/secure3_d10_authentication_request'
310
314
  require 'openapi_client/models/secure3_d10_authentication_request_all_of'
311
315
  require 'openapi_client/models/secure3_d10_authentication_result'
@@ -382,7 +386,6 @@ require 'openapi_client/models/verification_cvv'
382
386
  require 'openapi_client/models/void_pre_auth_transactions'
383
387
  require 'openapi_client/models/void_transaction'
384
388
  require 'openapi_client/models/void_transaction_all_of'
385
- require 'openapi_client/models/wallet_payment_method'
386
389
  require 'openapi_client/models/wallet_pre_auth_transaction'
387
390
  require 'openapi_client/models/wallet_pre_auth_transaction_all_of'
388
391
  require 'openapi_client/models/wallet_sale_transaction'
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module OpenapiClient
14
- VERSION = '1.7.0'
14
+ VERSION = '1.7.1'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: first_data_gateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Margules
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-10 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -586,6 +586,7 @@ files:
586
586
  - docs/WalletPreAuthTransactionAllOf.md
587
587
  - docs/WalletSaleTransaction.md
588
588
  - docs/WalletSaleTransactionAllOf.md
589
+ - first_data_gateway-1.7.0.gem
589
590
  - first_data_gateway.gemspec
590
591
  - git_push.sh
591
592
  - lib/openapi_client.rb
@@ -1370,7 +1371,7 @@ homepage: https://docs.firstdata.com/org/gateway
1370
1371
  licenses:
1371
1372
  - MIT
1372
1373
  metadata: {}
1373
- post_install_message:
1374
+ post_install_message:
1374
1375
  rdoc_options: []
1375
1376
  require_paths:
1376
1377
  - lib
@@ -1385,9 +1386,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1385
1386
  - !ruby/object:Gem::Version
1386
1387
  version: '0'
1387
1388
  requirements: []
1388
- rubyforge_project:
1389
- rubygems_version: 2.5.2.3
1390
- signing_key:
1389
+ rubygems_version: 3.1.2
1390
+ signing_key:
1391
1391
  specification_version: 4
1392
1392
  summary: First Data Gateway RESTFUL API Ruby SDK
1393
1393
  test_files: