vantiv 0.1.0
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 +7 -0
- data/.env.example +4 -0
- data/.gitignore +11 -0
- data/.rspec +2 -0
- data/.ruby-version +1 -0
- data/.travis.yml +5 -0
- data/Gemfile +3 -0
- data/LICENSE.txt +21 -0
- data/README.md +354 -0
- data/Rakefile +6 -0
- data/bin/console +19 -0
- data/bin/generate_sandbox_fixtures +23 -0
- data/bin/paypage_server +20 -0
- data/bin/setup +7 -0
- data/cert_fixtures/L_AC_1.json +27 -0
- data/cert_fixtures/L_AC_1A.json +8 -0
- data/cert_fixtures/L_AC_2.json +27 -0
- data/cert_fixtures/L_AC_2A.json +8 -0
- data/cert_fixtures/L_AC_3.json +26 -0
- data/cert_fixtures/L_AC_3A.json +8 -0
- data/cert_fixtures/L_AC_4.json +25 -0
- data/cert_fixtures/L_AC_4A.json +8 -0
- data/cert_fixtures/L_AC_5.json +18 -0
- data/cert_fixtures/L_AC_5A.json +8 -0
- data/cert_fixtures/L_AC_6.json +27 -0
- data/cert_fixtures/L_AC_7.json +26 -0
- data/cert_fixtures/L_AC_8.json +26 -0
- data/cert_fixtures/L_AC_9.json +26 -0
- data/cert_fixtures/L_AR_1.json +27 -0
- data/cert_fixtures/L_AR_1A.json +9 -0
- data/cert_fixtures/L_AR_1B.json +8 -0
- data/cert_fixtures/L_AR_2.json +27 -0
- data/cert_fixtures/L_AR_2A.json +8 -0
- data/cert_fixtures/L_AR_3.json +26 -0
- data/cert_fixtures/L_AR_3A.json +8 -0
- data/cert_fixtures/L_AR_4.json +25 -0
- data/cert_fixtures/L_AR_4A.json +9 -0
- data/cert_fixtures/L_AR_4B.json +9 -0
- data/cert_fixtures/L_AR_5.json +17 -0
- data/cert_fixtures/L_AR_5A.json +9 -0
- data/cert_fixtures/L_EP_1.json +15 -0
- data/cert_fixtures/L_EP_2.json +15 -0
- data/cert_fixtures/L_EP_3.json +11 -0
- data/cert_fixtures/L_EP_4.json +15 -0
- data/cert_fixtures/L_EP_5.json +15 -0
- data/cert_fixtures/L_EP_6.json +15 -0
- data/cert_fixtures/L_EP_7.json +15 -0
- data/cert_fixtures/L_RC_1.json +27 -0
- data/cert_fixtures/L_RC_1A.json +8 -0
- data/cert_fixtures/L_RC_1B.json +8 -0
- data/cert_fixtures/L_RC_2.json +27 -0
- data/cert_fixtures/L_RC_2A.json +8 -0
- data/cert_fixtures/L_RC_2B.json +8 -0
- data/cert_fixtures/L_RC_3.json +26 -0
- data/cert_fixtures/L_RC_3A.json +8 -0
- data/cert_fixtures/L_RC_3B.json +8 -0
- data/cert_fixtures/L_RC_4.json +25 -0
- data/cert_fixtures/L_RC_4A.json +8 -0
- data/cert_fixtures/L_RC_4B.json +8 -0
- data/cert_fixtures/L_RC_5.json +18 -0
- data/cert_fixtures/L_RC_5A.json +8 -0
- data/cert_fixtures/L_RC_5B.json +8 -0
- data/cert_fixtures/L_RC_6.json +27 -0
- data/cert_fixtures/L_RC_6A.json +8 -0
- data/cert_fixtures/L_RC_7.json +26 -0
- data/cert_fixtures/L_RC_7A.json +8 -0
- data/cert_fixtures/L_RC_8.json +18 -0
- data/cert_fixtures/L_S_1.json +27 -0
- data/cert_fixtures/L_S_2.json +27 -0
- data/cert_fixtures/L_S_3.json +26 -0
- data/cert_fixtures/L_S_4.json +25 -0
- data/cert_fixtures/L_S_5.json +18 -0
- data/cert_fixtures/L_S_6.json +26 -0
- data/cert_fixtures/L_S_7.json +26 -0
- data/cert_fixtures/L_S_8.json +26 -0
- data/cert_fixtures/L_S_9.json +26 -0
- data/cert_fixtures/L_T_1.json +11 -0
- data/cert_fixtures/L_T_10.json +19 -0
- data/cert_fixtures/L_T_11.json +19 -0
- data/cert_fixtures/L_T_2.json +11 -0
- data/cert_fixtures/L_T_3.json +12 -0
- data/cert_fixtures/L_T_4.json +11 -0
- data/cert_fixtures/L_T_6.json +19 -0
- data/cert_fixtures/L_T_7.json +19 -0
- data/cert_fixtures/L_T_8.json +19 -0
- data/cert_fixtures/L_T_9.json +20 -0
- data/cert_fixtures/L_V_1.json +27 -0
- data/cert_fixtures/L_V_1A.json +8 -0
- data/cert_fixtures/L_V_1B.json +8 -0
- data/cert_fixtures/L_V_1C.json +8 -0
- data/cert_fixtures/L_V_2.json +27 -0
- data/cert_fixtures/L_V_2A.json +8 -0
- data/cert_fixtures/L_V_3.json +18 -0
- data/cert_fixtures/L_V_3A.json +8 -0
- data/cert_fixtures/L_V_4.json +26 -0
- data/cert_fixtures/L_V_4A.json +8 -0
- data/exe/vantiv-certify-app +23 -0
- data/lib/vantiv.rb +152 -0
- data/lib/vantiv/api.rb +10 -0
- data/lib/vantiv/api/capture_response.rb +26 -0
- data/lib/vantiv/api/endpoints.rb +15 -0
- data/lib/vantiv/api/live_transaction_response.rb +50 -0
- data/lib/vantiv/api/request.rb +75 -0
- data/lib/vantiv/api/request_body.rb +111 -0
- data/lib/vantiv/api/request_body_generator.rb +43 -0
- data/lib/vantiv/api/response.rb +50 -0
- data/lib/vantiv/api/tied_transaction_response.rb +30 -0
- data/lib/vantiv/api/tokenization_response.rb +45 -0
- data/lib/vantiv/certification/cert_request_body_compiler.rb +38 -0
- data/lib/vantiv/certification/paypage_driver.rb +54 -0
- data/lib/vantiv/certification/paypage_server.rb +70 -0
- data/lib/vantiv/certification/response_cache.rb +29 -0
- data/lib/vantiv/certification/validation_test_runner.rb +103 -0
- data/lib/vantiv/certification/views/index.html.erb +76 -0
- data/lib/vantiv/environment.rb +14 -0
- data/lib/vantiv/mocked_sandbox.rb +29 -0
- data/lib/vantiv/mocked_sandbox/api_request.rb +53 -0
- data/lib/vantiv/mocked_sandbox/fixture_generator.rb +48 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--4457002100000005.json.erb +23 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--4457010000000009.json.erb +23 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--4457010010900010.json.erb +21 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--5112001600000006.json.erb +23 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--5112001900000003.json.erb +23 -0
- data/lib/vantiv/paypage.rb +7 -0
- data/lib/vantiv/test_card.rb +94 -0
- data/lib/vantiv/version.rb +3 -0
- data/vantiv-ruby.gemspec +29 -0
- metadata +271 -0
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"httpok": true,
|
3
|
+
"http_response_code": "200",
|
4
|
+
"response_body": {
|
5
|
+
"litleOnlineResponse": {
|
6
|
+
"@version": "10.2",
|
7
|
+
"@response": "0",
|
8
|
+
"@message": "Valid Format",
|
9
|
+
"registerTokenResponse": {
|
10
|
+
"@id": "b61e4b75273284891b2dabf5",
|
11
|
+
"@reportGroup": "<%= Vantiv.default_report_group %>",
|
12
|
+
"response": "802",
|
13
|
+
"responseTime": "<%= Time.now.strftime('%FT%T') %>",
|
14
|
+
"message": "Account number was previously registered",
|
15
|
+
"bin": "445701",
|
16
|
+
"TransactionID": "<%= rand(10**17) %>",
|
17
|
+
"PaymentAccountID": "1111111111110009",
|
18
|
+
"Type": "VI"
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"RequestID": "2319c224-265a-46fa-9ff8-30878ab35703"
|
22
|
+
}
|
23
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
{
|
2
|
+
"httpok": true,
|
3
|
+
"http_response_code": "200",
|
4
|
+
"response_body": {
|
5
|
+
"litleOnlineResponse": {
|
6
|
+
"@version": "10.2",
|
7
|
+
"@response": "0",
|
8
|
+
"@message": "Valid Format",
|
9
|
+
"registerTokenResponse": {
|
10
|
+
"@id": "3a4d4089865d97b4b9afc1ee",
|
11
|
+
"@reportGroup": "<%= Vantiv.default_report_group %>",
|
12
|
+
"response": "820",
|
13
|
+
"responseTime": "<%= Time.now.strftime('%FT%T') %>",
|
14
|
+
"message": "Credit card number was invalid",
|
15
|
+
"TransactionID": "<%= rand(10**17) %>",
|
16
|
+
"PaymentAccountID": ""
|
17
|
+
}
|
18
|
+
},
|
19
|
+
"RequestID": "4546b895-8388-4913-8d11-398f92997d2d"
|
20
|
+
}
|
21
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"httpok": true,
|
3
|
+
"http_response_code": "200",
|
4
|
+
"response_body": {
|
5
|
+
"litleOnlineResponse": {
|
6
|
+
"@version": "10.2",
|
7
|
+
"@response": "0",
|
8
|
+
"@message": "Valid Format",
|
9
|
+
"registerTokenResponse": {
|
10
|
+
"@id": "9cf8372cf4a87409b1406d26",
|
11
|
+
"@reportGroup": "<%= Vantiv.default_report_group %>",
|
12
|
+
"response": "801",
|
13
|
+
"responseTime": "<%= Time.now.strftime('%FT%T') %>",
|
14
|
+
"message": "Account number was successfully registered",
|
15
|
+
"bin": "511200",
|
16
|
+
"TransactionID": "<%= rand(10**17) %>",
|
17
|
+
"PaymentAccountID": "1111111111130006",
|
18
|
+
"Type": "MC"
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"RequestID": "d4d086b8-3f6c-4689-ae1e-3159a32d357b"
|
22
|
+
}
|
23
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"httpok": true,
|
3
|
+
"http_response_code": "200",
|
4
|
+
"response_body": {
|
5
|
+
"litleOnlineResponse": {
|
6
|
+
"@version": "10.2",
|
7
|
+
"@response": "0",
|
8
|
+
"@message": "Valid Format",
|
9
|
+
"registerTokenResponse": {
|
10
|
+
"@id": "9657fb0a279fe9f019b7d20c",
|
11
|
+
"@reportGroup": "<%= Vantiv.default_report_group %>",
|
12
|
+
"response": "802",
|
13
|
+
"responseTime": "<%= Time.now.strftime('%FT%T') %>",
|
14
|
+
"message": "Account number was previously registered",
|
15
|
+
"bin": "511200",
|
16
|
+
"TransactionID": "<%= rand(10**17) %>",
|
17
|
+
"PaymentAccountID": "1111111111140003",
|
18
|
+
"Type": "MC"
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"RequestID": "ec038dcd-b6c8-4433-cd3f-678baaf721c6"
|
22
|
+
}
|
23
|
+
}
|
@@ -0,0 +1,94 @@
|
|
1
|
+
module Vantiv
|
2
|
+
class TestCard
|
3
|
+
class CardNotFound < StandardError; end
|
4
|
+
CARDS = [
|
5
|
+
{
|
6
|
+
access_method_name: "valid_account",
|
7
|
+
attrs: {
|
8
|
+
card_number: "4457010000000009",
|
9
|
+
expiry_month: "01",
|
10
|
+
expiry_year: "16",
|
11
|
+
cvv: "349",
|
12
|
+
mocked_sandbox_payment_account_id: "1111111111110009",
|
13
|
+
network: "VI"
|
14
|
+
}
|
15
|
+
},
|
16
|
+
{
|
17
|
+
access_method_name: "invalid_card_number",
|
18
|
+
attrs: {
|
19
|
+
card_number: "4457010010900010",
|
20
|
+
expiry_month: "01",
|
21
|
+
expiry_year: "16",
|
22
|
+
cvv: "349",
|
23
|
+
mocked_sandbox_payment_account_id: nil,
|
24
|
+
network: "VI"
|
25
|
+
}
|
26
|
+
},
|
27
|
+
{
|
28
|
+
access_method_name: "invalid_account_number",
|
29
|
+
attrs: {
|
30
|
+
card_number: "5112001600000006",
|
31
|
+
expiry_month: "01",
|
32
|
+
expiry_year: "20",
|
33
|
+
cvv: "349",
|
34
|
+
mocked_sandbox_payment_account_id: "1111111111130006",
|
35
|
+
network: "MC"
|
36
|
+
}
|
37
|
+
},
|
38
|
+
{
|
39
|
+
access_method_name: "insufficient_funds",
|
40
|
+
attrs: {
|
41
|
+
card_number: "4457002100000005",
|
42
|
+
expiry_month: "01",
|
43
|
+
expiry_year: "20",
|
44
|
+
cvv: "349",
|
45
|
+
mocked_sandbox_payment_account_id: "1111111111120005",
|
46
|
+
network: "VI"
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
access_method_name: "expired_card",
|
51
|
+
attrs: {
|
52
|
+
card_number: "5112001900000003",
|
53
|
+
expiry_month: "01",
|
54
|
+
expiry_year: "20",
|
55
|
+
cvv: "349",
|
56
|
+
mocked_sandbox_payment_account_id: "1111111111140003",
|
57
|
+
network: "MC"
|
58
|
+
}
|
59
|
+
}
|
60
|
+
]
|
61
|
+
|
62
|
+
def self.all
|
63
|
+
CARDS.map do |raw_card|
|
64
|
+
new(raw_card[:attrs].merge(name: raw_card[:access_method_name]))
|
65
|
+
end
|
66
|
+
end
|
67
|
+
|
68
|
+
CARDS.each do |raw_card|
|
69
|
+
define_singleton_method :"#{raw_card[:access_method_name]}" do
|
70
|
+
new(raw_card[:attrs].merge(name: raw_card[:access_method_name]))
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
def self.find(card_number)
|
75
|
+
card = CARDS.find do |card_data|
|
76
|
+
card_data[:attrs][:card_number] == card_number
|
77
|
+
end
|
78
|
+
raise CardNotFound.new("No card with account number #{card_number}") unless card
|
79
|
+
new(card[:attrs])
|
80
|
+
end
|
81
|
+
|
82
|
+
attr_reader :card_number, :expiry_month, :expiry_year, :cvv, :mocked_sandbox_payment_account_id, :network, :name
|
83
|
+
|
84
|
+
def initialize(card_number:, expiry_month:, expiry_year:, cvv:, mocked_sandbox_payment_account_id:, network:, name:)
|
85
|
+
@card_number = card_number
|
86
|
+
@expiry_month = expiry_month
|
87
|
+
@expiry_year = expiry_year
|
88
|
+
@cvv = cvv
|
89
|
+
@mocked_sandbox_payment_account_id = mocked_sandbox_payment_account_id
|
90
|
+
@network = network
|
91
|
+
@name = name
|
92
|
+
end
|
93
|
+
end
|
94
|
+
end
|
data/vantiv-ruby.gemspec
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require 'vantiv/version'
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "vantiv"
|
8
|
+
spec.version = Vantiv::VERSION
|
9
|
+
spec.authors = ["Joshua Balloch", "Chris Voxland"]
|
10
|
+
spec.email = ["joshuaballoch@gmail.com", "chrisvoxland@gmail.com"]
|
11
|
+
|
12
|
+
spec.summary = %q{A simple ruby client to use Vantiv's DevHub API}
|
13
|
+
spec.homepage = "https://github.com/plated/vantiv-ruby"
|
14
|
+
spec.license = "MIT"
|
15
|
+
|
16
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
17
|
+
spec.bindir = "exe"
|
18
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
19
|
+
spec.require_paths = ["lib"]
|
20
|
+
|
21
|
+
spec.add_dependency 'selenium-webdriver'
|
22
|
+
spec.add_dependency 'webrick'
|
23
|
+
|
24
|
+
spec.add_development_dependency "bundler", "~> 1.10"
|
25
|
+
spec.add_development_dependency 'dotenv'
|
26
|
+
spec.add_development_dependency 'pry'
|
27
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
28
|
+
spec.add_development_dependency "rspec"
|
29
|
+
end
|
metadata
ADDED
@@ -0,0 +1,271 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: vantiv
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Joshua Balloch
|
8
|
+
- Chris Voxland
|
9
|
+
autorequire:
|
10
|
+
bindir: exe
|
11
|
+
cert_chain: []
|
12
|
+
date: 2016-04-01 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: selenium-webdriver
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ">="
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: '0'
|
21
|
+
type: :runtime
|
22
|
+
prerelease: false
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - ">="
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: '0'
|
28
|
+
- !ruby/object:Gem::Dependency
|
29
|
+
name: webrick
|
30
|
+
requirement: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '0'
|
35
|
+
type: :runtime
|
36
|
+
prerelease: false
|
37
|
+
version_requirements: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
42
|
+
- !ruby/object:Gem::Dependency
|
43
|
+
name: bundler
|
44
|
+
requirement: !ruby/object:Gem::Requirement
|
45
|
+
requirements:
|
46
|
+
- - "~>"
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: '1.10'
|
49
|
+
type: :development
|
50
|
+
prerelease: false
|
51
|
+
version_requirements: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - "~>"
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: '1.10'
|
56
|
+
- !ruby/object:Gem::Dependency
|
57
|
+
name: dotenv
|
58
|
+
requirement: !ruby/object:Gem::Requirement
|
59
|
+
requirements:
|
60
|
+
- - ">="
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '0'
|
63
|
+
type: :development
|
64
|
+
prerelease: false
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
66
|
+
requirements:
|
67
|
+
- - ">="
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '0'
|
70
|
+
- !ruby/object:Gem::Dependency
|
71
|
+
name: pry
|
72
|
+
requirement: !ruby/object:Gem::Requirement
|
73
|
+
requirements:
|
74
|
+
- - ">="
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: '0'
|
77
|
+
type: :development
|
78
|
+
prerelease: false
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - ">="
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '0'
|
84
|
+
- !ruby/object:Gem::Dependency
|
85
|
+
name: rake
|
86
|
+
requirement: !ruby/object:Gem::Requirement
|
87
|
+
requirements:
|
88
|
+
- - "~>"
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: '10.0'
|
91
|
+
type: :development
|
92
|
+
prerelease: false
|
93
|
+
version_requirements: !ruby/object:Gem::Requirement
|
94
|
+
requirements:
|
95
|
+
- - "~>"
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: '10.0'
|
98
|
+
- !ruby/object:Gem::Dependency
|
99
|
+
name: rspec
|
100
|
+
requirement: !ruby/object:Gem::Requirement
|
101
|
+
requirements:
|
102
|
+
- - ">="
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
version: '0'
|
105
|
+
type: :development
|
106
|
+
prerelease: false
|
107
|
+
version_requirements: !ruby/object:Gem::Requirement
|
108
|
+
requirements:
|
109
|
+
- - ">="
|
110
|
+
- !ruby/object:Gem::Version
|
111
|
+
version: '0'
|
112
|
+
description:
|
113
|
+
email:
|
114
|
+
- joshuaballoch@gmail.com
|
115
|
+
- chrisvoxland@gmail.com
|
116
|
+
executables:
|
117
|
+
- vantiv-certify-app
|
118
|
+
extensions: []
|
119
|
+
extra_rdoc_files: []
|
120
|
+
files:
|
121
|
+
- ".env.example"
|
122
|
+
- ".gitignore"
|
123
|
+
- ".rspec"
|
124
|
+
- ".ruby-version"
|
125
|
+
- ".travis.yml"
|
126
|
+
- Gemfile
|
127
|
+
- LICENSE.txt
|
128
|
+
- README.md
|
129
|
+
- Rakefile
|
130
|
+
- bin/console
|
131
|
+
- bin/generate_sandbox_fixtures
|
132
|
+
- bin/paypage_server
|
133
|
+
- bin/setup
|
134
|
+
- cert_fixtures/L_AC_1.json
|
135
|
+
- cert_fixtures/L_AC_1A.json
|
136
|
+
- cert_fixtures/L_AC_2.json
|
137
|
+
- cert_fixtures/L_AC_2A.json
|
138
|
+
- cert_fixtures/L_AC_3.json
|
139
|
+
- cert_fixtures/L_AC_3A.json
|
140
|
+
- cert_fixtures/L_AC_4.json
|
141
|
+
- cert_fixtures/L_AC_4A.json
|
142
|
+
- cert_fixtures/L_AC_5.json
|
143
|
+
- cert_fixtures/L_AC_5A.json
|
144
|
+
- cert_fixtures/L_AC_6.json
|
145
|
+
- cert_fixtures/L_AC_7.json
|
146
|
+
- cert_fixtures/L_AC_8.json
|
147
|
+
- cert_fixtures/L_AC_9.json
|
148
|
+
- cert_fixtures/L_AR_1.json
|
149
|
+
- cert_fixtures/L_AR_1A.json
|
150
|
+
- cert_fixtures/L_AR_1B.json
|
151
|
+
- cert_fixtures/L_AR_2.json
|
152
|
+
- cert_fixtures/L_AR_2A.json
|
153
|
+
- cert_fixtures/L_AR_3.json
|
154
|
+
- cert_fixtures/L_AR_3A.json
|
155
|
+
- cert_fixtures/L_AR_4.json
|
156
|
+
- cert_fixtures/L_AR_4A.json
|
157
|
+
- cert_fixtures/L_AR_4B.json
|
158
|
+
- cert_fixtures/L_AR_5.json
|
159
|
+
- cert_fixtures/L_AR_5A.json
|
160
|
+
- cert_fixtures/L_EP_1.json
|
161
|
+
- cert_fixtures/L_EP_2.json
|
162
|
+
- cert_fixtures/L_EP_3.json
|
163
|
+
- cert_fixtures/L_EP_4.json
|
164
|
+
- cert_fixtures/L_EP_5.json
|
165
|
+
- cert_fixtures/L_EP_6.json
|
166
|
+
- cert_fixtures/L_EP_7.json
|
167
|
+
- cert_fixtures/L_RC_1.json
|
168
|
+
- cert_fixtures/L_RC_1A.json
|
169
|
+
- cert_fixtures/L_RC_1B.json
|
170
|
+
- cert_fixtures/L_RC_2.json
|
171
|
+
- cert_fixtures/L_RC_2A.json
|
172
|
+
- cert_fixtures/L_RC_2B.json
|
173
|
+
- cert_fixtures/L_RC_3.json
|
174
|
+
- cert_fixtures/L_RC_3A.json
|
175
|
+
- cert_fixtures/L_RC_3B.json
|
176
|
+
- cert_fixtures/L_RC_4.json
|
177
|
+
- cert_fixtures/L_RC_4A.json
|
178
|
+
- cert_fixtures/L_RC_4B.json
|
179
|
+
- cert_fixtures/L_RC_5.json
|
180
|
+
- cert_fixtures/L_RC_5A.json
|
181
|
+
- cert_fixtures/L_RC_5B.json
|
182
|
+
- cert_fixtures/L_RC_6.json
|
183
|
+
- cert_fixtures/L_RC_6A.json
|
184
|
+
- cert_fixtures/L_RC_7.json
|
185
|
+
- cert_fixtures/L_RC_7A.json
|
186
|
+
- cert_fixtures/L_RC_8.json
|
187
|
+
- cert_fixtures/L_S_1.json
|
188
|
+
- cert_fixtures/L_S_2.json
|
189
|
+
- cert_fixtures/L_S_3.json
|
190
|
+
- cert_fixtures/L_S_4.json
|
191
|
+
- cert_fixtures/L_S_5.json
|
192
|
+
- cert_fixtures/L_S_6.json
|
193
|
+
- cert_fixtures/L_S_7.json
|
194
|
+
- cert_fixtures/L_S_8.json
|
195
|
+
- cert_fixtures/L_S_9.json
|
196
|
+
- cert_fixtures/L_T_1.json
|
197
|
+
- cert_fixtures/L_T_10.json
|
198
|
+
- cert_fixtures/L_T_11.json
|
199
|
+
- cert_fixtures/L_T_2.json
|
200
|
+
- cert_fixtures/L_T_3.json
|
201
|
+
- cert_fixtures/L_T_4.json
|
202
|
+
- cert_fixtures/L_T_6.json
|
203
|
+
- cert_fixtures/L_T_7.json
|
204
|
+
- cert_fixtures/L_T_8.json
|
205
|
+
- cert_fixtures/L_T_9.json
|
206
|
+
- cert_fixtures/L_V_1.json
|
207
|
+
- cert_fixtures/L_V_1A.json
|
208
|
+
- cert_fixtures/L_V_1B.json
|
209
|
+
- cert_fixtures/L_V_1C.json
|
210
|
+
- cert_fixtures/L_V_2.json
|
211
|
+
- cert_fixtures/L_V_2A.json
|
212
|
+
- cert_fixtures/L_V_3.json
|
213
|
+
- cert_fixtures/L_V_3A.json
|
214
|
+
- cert_fixtures/L_V_4.json
|
215
|
+
- cert_fixtures/L_V_4A.json
|
216
|
+
- exe/vantiv-certify-app
|
217
|
+
- lib/vantiv.rb
|
218
|
+
- lib/vantiv/api.rb
|
219
|
+
- lib/vantiv/api/capture_response.rb
|
220
|
+
- lib/vantiv/api/endpoints.rb
|
221
|
+
- lib/vantiv/api/live_transaction_response.rb
|
222
|
+
- lib/vantiv/api/request.rb
|
223
|
+
- lib/vantiv/api/request_body.rb
|
224
|
+
- lib/vantiv/api/request_body_generator.rb
|
225
|
+
- lib/vantiv/api/response.rb
|
226
|
+
- lib/vantiv/api/tied_transaction_response.rb
|
227
|
+
- lib/vantiv/api/tokenization_response.rb
|
228
|
+
- lib/vantiv/certification/cert_request_body_compiler.rb
|
229
|
+
- lib/vantiv/certification/paypage_driver.rb
|
230
|
+
- lib/vantiv/certification/paypage_server.rb
|
231
|
+
- lib/vantiv/certification/response_cache.rb
|
232
|
+
- lib/vantiv/certification/validation_test_runner.rb
|
233
|
+
- lib/vantiv/certification/views/index.html.erb
|
234
|
+
- lib/vantiv/environment.rb
|
235
|
+
- lib/vantiv/mocked_sandbox.rb
|
236
|
+
- lib/vantiv/mocked_sandbox/api_request.rb
|
237
|
+
- lib/vantiv/mocked_sandbox/fixture_generator.rb
|
238
|
+
- lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--4457002100000005.json.erb
|
239
|
+
- lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--4457010000000009.json.erb
|
240
|
+
- lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--4457010010900010.json.erb
|
241
|
+
- lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--5112001600000006.json.erb
|
242
|
+
- lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--5112001900000003.json.erb
|
243
|
+
- lib/vantiv/paypage.rb
|
244
|
+
- lib/vantiv/test_card.rb
|
245
|
+
- lib/vantiv/version.rb
|
246
|
+
- vantiv-ruby.gemspec
|
247
|
+
homepage: https://github.com/plated/vantiv-ruby
|
248
|
+
licenses:
|
249
|
+
- MIT
|
250
|
+
metadata: {}
|
251
|
+
post_install_message:
|
252
|
+
rdoc_options: []
|
253
|
+
require_paths:
|
254
|
+
- lib
|
255
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
256
|
+
requirements:
|
257
|
+
- - ">="
|
258
|
+
- !ruby/object:Gem::Version
|
259
|
+
version: '0'
|
260
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
261
|
+
requirements:
|
262
|
+
- - ">="
|
263
|
+
- !ruby/object:Gem::Version
|
264
|
+
version: '0'
|
265
|
+
requirements: []
|
266
|
+
rubyforge_project:
|
267
|
+
rubygems_version: 2.4.5.1
|
268
|
+
signing_key:
|
269
|
+
specification_version: 4
|
270
|
+
summary: A simple ruby client to use Vantiv's DevHub API
|
271
|
+
test_files: []
|