workarea-payeezy 1.0.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.
Files changed (75) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +12 -0
  3. data/Gemfile +9 -0
  4. data/README.md +64 -0
  5. data/Rakefile +116 -0
  6. data/app/models/workarea/payment/authorize/credit_card.decorator +20 -0
  7. data/app/models/workarea/payment/credit_card_data.rb +28 -0
  8. data/app/models/workarea/payment/purchase/credit_card.decorator +20 -0
  9. data/app/models/workarea/payment/store_credit_card.decorator +20 -0
  10. data/bin/rails +20 -0
  11. data/config/initializers/workarea.rb +1 -0
  12. data/lib/active_merchant/billing/bogus_payeezy_gateway.rb +70 -0
  13. data/lib/workarea/payeezy.rb +49 -0
  14. data/lib/workarea/payeezy/engine.rb +8 -0
  15. data/lib/workarea/payeezy/version.rb +5 -0
  16. data/script/admin_ci +9 -0
  17. data/script/ci +11 -0
  18. data/script/core_ci +9 -0
  19. data/script/plugins_ci +9 -0
  20. data/script/storefront_ci +9 -0
  21. data/test/dummy/Rakefile +6 -0
  22. data/test/dummy/app/assets/config/manifest.js +4 -0
  23. data/test/dummy/app/assets/javascripts/application.js +13 -0
  24. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  25. data/test/dummy/app/controllers/application_controller.rb +3 -0
  26. data/test/dummy/app/helpers/application_helper.rb +2 -0
  27. data/test/dummy/app/jobs/application_job.rb +2 -0
  28. data/test/dummy/app/mailers/application_mailer.rb +4 -0
  29. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  30. data/test/dummy/app/views/layouts/mailer.html.erb +13 -0
  31. data/test/dummy/app/views/layouts/mailer.text.erb +1 -0
  32. data/test/dummy/bin/bundle +3 -0
  33. data/test/dummy/bin/rails +4 -0
  34. data/test/dummy/bin/rake +4 -0
  35. data/test/dummy/bin/setup +30 -0
  36. data/test/dummy/bin/update +26 -0
  37. data/test/dummy/bin/yarn +11 -0
  38. data/test/dummy/config.ru +5 -0
  39. data/test/dummy/config/application.rb +30 -0
  40. data/test/dummy/config/boot.rb +5 -0
  41. data/test/dummy/config/cable.yml +10 -0
  42. data/test/dummy/config/environment.rb +5 -0
  43. data/test/dummy/config/environments/development.rb +51 -0
  44. data/test/dummy/config/environments/production.rb +88 -0
  45. data/test/dummy/config/environments/test.rb +44 -0
  46. data/test/dummy/config/initializers/application_controller_renderer.rb +8 -0
  47. data/test/dummy/config/initializers/assets.rb +14 -0
  48. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  49. data/test/dummy/config/initializers/cookies_serializer.rb +5 -0
  50. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  51. data/test/dummy/config/initializers/inflections.rb +16 -0
  52. data/test/dummy/config/initializers/mime_types.rb +4 -0
  53. data/test/dummy/config/initializers/workarea.rb +5 -0
  54. data/test/dummy/config/initializers/wrap_parameters.rb +9 -0
  55. data/test/dummy/config/locales/en.yml +33 -0
  56. data/test/dummy/config/puma.rb +56 -0
  57. data/test/dummy/config/routes.rb +5 -0
  58. data/test/dummy/config/secrets.yml +32 -0
  59. data/test/dummy/config/spring.rb +6 -0
  60. data/test/dummy/db/seeds.rb +2 -0
  61. data/test/dummy/package.json +5 -0
  62. data/test/models/workarea/payment/payeezy_integration_test.rb +185 -0
  63. data/test/support/workarea/payeezy_gateway_vcr_config.rb +34 -0
  64. data/test/support/workarea/workarea_3_2_backports.rb +57 -0
  65. data/test/teaspoon_env.rb +6 -0
  66. data/test/test_helper.rb +7 -0
  67. data/test/vcr_cassettes/payeezy/auth_capture.yml +193 -0
  68. data/test/vcr_cassettes/payeezy/auth_capture_refund.yml +251 -0
  69. data/test/vcr_cassettes/payeezy/auth_void.yml +193 -0
  70. data/test/vcr_cassettes/payeezy/purchase_refund.yml +193 -0
  71. data/test/vcr_cassettes/payeezy/purchase_void.yml +193 -0
  72. data/test/vcr_cassettes/payeezy/store_auth.yml +135 -0
  73. data/test/vcr_cassettes/payeezy/store_purchase.yml +135 -0
  74. data/workarea-payeezy.gemspec +18 -0
  75. metadata +143 -0
@@ -0,0 +1,135 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://api-cert.payeezy.com/v1/transactions/tokens
6
+ body:
7
+ encoding: UTF-8
8
+ string: '{"transaction_type":"store","apikey":"78D9PJJDKnP52U1jwC4APpAsFdwxaphC","ta_token":"NOIW","type":"FDToken","credit_card":{"type":"Visa","cardholder_name":"Ben
9
+ Crouse","card_number":"4111111111111111","exp_date":"0119","cvv":999},"auth":"false"}'
10
+ headers:
11
+ Content-Type:
12
+ - application/json
13
+ Apikey:
14
+ - 78D9PJJDKnP52U1jwC4APpAsFdwxaphC
15
+ Token:
16
+ - fdoa-941fbaa7c83dd658684cfe1c31d6d61c941fbaa7c83dd658
17
+ Nonce:
18
+ - '7285334471.765482'
19
+ Timestamp:
20
+ - '1523992764181'
21
+ Authorization:
22
+ - NDhlMGQwYjlkMmQwNGMzZjU1Mzg0ZTZlY2U3OTUzNTkwYjg4YjlmODg3Mzg0MDk1ZWU4MmVhNGY3YWEzZTlkOA==
23
+ Accept-Encoding:
24
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
25
+ Accept:
26
+ - "*/*"
27
+ User-Agent:
28
+ - Ruby
29
+ response:
30
+ status:
31
+ code: 201
32
+ message: Created
33
+ headers:
34
+ Content-Language:
35
+ - en-US
36
+ Content-Type:
37
+ - application/json;charset=UTF-8
38
+ Correlation-Id:
39
+ - '124.2399276461960'
40
+ Date:
41
+ - Tue, 17 Apr 2018 19:19:24 GMT
42
+ Optr-Cxt:
43
+ - 01000100000bdc3464-fa4e-451d-a4f0-5d5cf203215400000000-0000-0000-0000-000000000000-1 HTTP ;
44
+ X-Archived-Client-Ip:
45
+ - 10.174.197.250
46
+ X-Backside-Transport:
47
+ - OK OK,OK OK
48
+ X-Client-Ip:
49
+ - 10.174.197.250,54.201.0.49
50
+ X-Global-Transaction-Id:
51
+ - '3970603853'
52
+ X-Powered-By:
53
+ - Servlet/3.0
54
+ Content-Length:
55
+ - '174'
56
+ Connection:
57
+ - keep-alive
58
+ body:
59
+ encoding: UTF-8
60
+ string: '{"correlation_id":"124.2399276461960","status":"success","type":"FDToken","token":{"type":"Visa","cardholder_name":"Ben
61
+ Crouse","exp_date":"0119","value":"9495846215171111"}}'
62
+ http_version:
63
+ recorded_at: Tue, 17 Apr 2018 19:19:24 GMT
64
+ - request:
65
+ method: post
66
+ uri: https://api-cert.payeezy.com/v1/transactions
67
+ body:
68
+ encoding: UTF-8
69
+ string: '{"transaction_type":"authorize","merchant_ref":null,"method":"token","token":{"token_type":"FDToken","token_data":{"type":"Visa","cardholder_name":"Ben
70
+ Crouse","value":"9495846215171111","exp_date":"0119"}},"billing_address":{"street":"22
71
+ s. 3rd st.","city":"Philadelphia","state_province":"PA","zip_postal_code":"19106","country":"US"},"currency_code":"USD","amount":"500"}'
72
+ headers:
73
+ Content-Type:
74
+ - application/json
75
+ Apikey:
76
+ - 78D9PJJDKnP52U1jwC4APpAsFdwxaphC
77
+ Token:
78
+ - fdoa-941fbaa7c83dd658684cfe1c31d6d61c941fbaa7c83dd658
79
+ Nonce:
80
+ - '6399637422.681456'
81
+ Timestamp:
82
+ - '1523992764794'
83
+ Authorization:
84
+ - MWU2NmRkMmFmNmJkYTMwNjEwNTQ0ZTAzNDAwNTNiNDUxOTgyM2E3ZmRlZjQzOWRiNmQ0NTI4NTAxYTI5NWZjMQ==
85
+ Accept-Encoding:
86
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
87
+ Accept:
88
+ - "*/*"
89
+ User-Agent:
90
+ - Ruby
91
+ response:
92
+ status:
93
+ code: 201
94
+ message: Created
95
+ headers:
96
+ Access-Control-Allow-Headers:
97
+ - Content-Type, apikey, token
98
+ Access-Control-Allow-Methods:
99
+ - GET, PUT, POST, DELETE
100
+ Access-Control-Allow-Origin:
101
+ - http://localhost:8080
102
+ Access-Control-Max-Age:
103
+ - '3628800'
104
+ Access-Control-Request-Headers:
105
+ - origin, x-requested-with, accept, content-type
106
+ Content-Language:
107
+ - en-US
108
+ Content-Type:
109
+ - application/json;charset=UTF-8
110
+ Date:
111
+ - Tue, 17 Apr 2018 19:19:25 GMT
112
+ Optr-Cxt:
113
+ - 01000100007a62f311-1e55-47a3-b752-85b68cfe358100000000-0000-0000-0000-000000000000-1 HTTP ;
114
+ X-Archived-Client-Ip:
115
+ - 10.174.197.250
116
+ X-Backside-Transport:
117
+ - OK OK,OK OK
118
+ X-Client-Ip:
119
+ - 10.174.197.250,54.201.0.49
120
+ X-Global-Transaction-Id:
121
+ - '4074558545'
122
+ X-Powered-By:
123
+ - Servlet/3.0
124
+ Content-Length:
125
+ - '511'
126
+ Connection:
127
+ - keep-alive
128
+ body:
129
+ encoding: UTF-8
130
+ string: '{"correlation_id":"124.2399276514361","transaction_status":"approved","validation_status":"success","transaction_type":"authorize","transaction_id":"ET113184","transaction_tag":"2251924394","method":"token","amount":"500","currency":"USD","avs":"2","cvv2":"I","token":{"token_type":"FDToken","token_data":{"type":"Visa","cardholder_name":"Ben
131
+ Crouse","exp_date":"0119","value":"9495846215171111"}},"bank_resp_code":"100","bank_message":"Approved","gateway_resp_code":"00","gateway_message":"Transaction
132
+ Normal"}'
133
+ http_version:
134
+ recorded_at: Tue, 17 Apr 2018 19:19:25 GMT
135
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,135 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://api-cert.payeezy.com/v1/transactions/tokens
6
+ body:
7
+ encoding: UTF-8
8
+ string: '{"transaction_type":"store","apikey":"78D9PJJDKnP52U1jwC4APpAsFdwxaphC","ta_token":"NOIW","type":"FDToken","credit_card":{"type":"Visa","cardholder_name":"Ben
9
+ Crouse","card_number":"4111111111111111","exp_date":"0119","cvv":999},"auth":"false"}'
10
+ headers:
11
+ Content-Type:
12
+ - application/json
13
+ Apikey:
14
+ - 78D9PJJDKnP52U1jwC4APpAsFdwxaphC
15
+ Token:
16
+ - fdoa-941fbaa7c83dd658684cfe1c31d6d61c941fbaa7c83dd658
17
+ Nonce:
18
+ - '973711556.2886611'
19
+ Timestamp:
20
+ - '1523992681917'
21
+ Authorization:
22
+ - ODQwN2E2MTFiZGY4ODk5NGYwOTdlZWRkNjE3YTkyMzcxMTZiYWZkNWIzNTBmYTc5NjMxMzA3NzJhNTIxNWZmNQ==
23
+ Accept-Encoding:
24
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
25
+ Accept:
26
+ - "*/*"
27
+ User-Agent:
28
+ - Ruby
29
+ response:
30
+ status:
31
+ code: 201
32
+ message: Created
33
+ headers:
34
+ Content-Language:
35
+ - en-US
36
+ Content-Type:
37
+ - application/json;charset=UTF-8
38
+ Correlation-Id:
39
+ - '124.2399268242889'
40
+ Date:
41
+ - Tue, 17 Apr 2018 19:18:02 GMT
42
+ Optr-Cxt:
43
+ - 01000100004c3a16db-b0fa-46bb-90c6-2e6032d9e6da00000000-0000-0000-0000-000000000000-1 HTTP ;
44
+ X-Archived-Client-Ip:
45
+ - 10.174.197.250
46
+ X-Backside-Transport:
47
+ - OK OK,OK OK
48
+ X-Client-Ip:
49
+ - 10.174.197.250,54.218.45.37
50
+ X-Global-Transaction-Id:
51
+ - '3932677999'
52
+ X-Powered-By:
53
+ - Servlet/3.0
54
+ Content-Length:
55
+ - '174'
56
+ Connection:
57
+ - keep-alive
58
+ body:
59
+ encoding: UTF-8
60
+ string: '{"correlation_id":"124.2399268242889","status":"success","type":"FDToken","token":{"type":"Visa","cardholder_name":"Ben
61
+ Crouse","exp_date":"0119","value":"9495846215171111"}}'
62
+ http_version:
63
+ recorded_at: Tue, 17 Apr 2018 19:18:02 GMT
64
+ - request:
65
+ method: post
66
+ uri: https://api-cert.payeezy.com/v1/transactions
67
+ body:
68
+ encoding: UTF-8
69
+ string: '{"transaction_type":"recurring","merchant_ref":null,"method":"token","token":{"token_type":"FDToken","token_data":{"type":"Visa","cardholder_name":"Ben
70
+ Crouse","value":"9495846215171111","exp_date":"0119"}},"billing_address":{"street":"22
71
+ s. 3rd st.","city":"Philadelphia","state_province":"PA","zip_postal_code":"19106","country":"US"},"currency_code":"USD","amount":"500"}'
72
+ headers:
73
+ Content-Type:
74
+ - application/json
75
+ Apikey:
76
+ - 78D9PJJDKnP52U1jwC4APpAsFdwxaphC
77
+ Token:
78
+ - fdoa-941fbaa7c83dd658684cfe1c31d6d61c941fbaa7c83dd658
79
+ Nonce:
80
+ - '3918488525.2502356'
81
+ Timestamp:
82
+ - '1523992682604'
83
+ Authorization:
84
+ - OGFhZTYzN2RhMzNiYjBiNTlkM2Q2M2U0OTBhZGQzNzlkNjQ3Mjc2ZjQ1ZjRjYjQ0ZDRiY2M5MmZhZGIxNzQ3Mw==
85
+ Accept-Encoding:
86
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
87
+ Accept:
88
+ - "*/*"
89
+ User-Agent:
90
+ - Ruby
91
+ response:
92
+ status:
93
+ code: 201
94
+ message: Created
95
+ headers:
96
+ Access-Control-Allow-Headers:
97
+ - Content-Type, apikey, token
98
+ Access-Control-Allow-Methods:
99
+ - GET, PUT, POST, DELETE
100
+ Access-Control-Allow-Origin:
101
+ - http://localhost:8080
102
+ Access-Control-Max-Age:
103
+ - '3628800'
104
+ Access-Control-Request-Headers:
105
+ - origin, x-requested-with, accept, content-type
106
+ Content-Language:
107
+ - en-US
108
+ Content-Type:
109
+ - application/json;charset=UTF-8
110
+ Date:
111
+ - Tue, 17 Apr 2018 19:18:03 GMT
112
+ Optr-Cxt:
113
+ - 0100010000aedf5063-6540-47c5-b702-f4d9f0557a7000000000-0000-0000-0000-000000000000-1 HTTP ;
114
+ X-Archived-Client-Ip:
115
+ - 10.174.197.250
116
+ X-Backside-Transport:
117
+ - OK OK,OK OK
118
+ X-Client-Ip:
119
+ - 10.174.197.250,54.201.0.49
120
+ X-Global-Transaction-Id:
121
+ - '4145694295'
122
+ X-Powered-By:
123
+ - Servlet/3.0
124
+ Content-Length:
125
+ - '511'
126
+ Connection:
127
+ - keep-alive
128
+ body:
129
+ encoding: UTF-8
130
+ string: '{"correlation_id":"124.2399268298090","transaction_status":"approved","validation_status":"success","transaction_type":"recurring","transaction_id":"ET140468","transaction_tag":"2251924301","method":"token","amount":"500","currency":"USD","avs":"2","cvv2":"I","token":{"token_type":"FDToken","token_data":{"type":"Visa","cardholder_name":"Ben
131
+ Crouse","exp_date":"0119","value":"9495846215171111"}},"bank_resp_code":"100","bank_message":"Approved","gateway_resp_code":"00","gateway_message":"Transaction
132
+ Normal"}'
133
+ http_version:
134
+ recorded_at: Tue, 17 Apr 2018 19:18:03 GMT
135
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,18 @@
1
+ $:.push File.expand_path("../lib", __FILE__)
2
+
3
+ require "workarea/payeezy/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "workarea-payeezy"
7
+ s.version = Workarea::Payeezy::VERSION
8
+ s.authors = ["Eric Pigeon"]
9
+ s.email = ["epigeon@weblinc.com"]
10
+ s.homepage = "https://homebase.weblinc.com/plugins/payeezy"
11
+ s.summary = "Payeezy credit card processor for Workarea Commerce Platform"
12
+ s.description = "Integrates credit card processing via Payeezy"
13
+ s.files = `git ls-files`.split("\n")
14
+
15
+ s.add_dependency "workarea", "~> 3.x"
16
+ s.add_dependency "activemerchant", "~> 1.x"
17
+
18
+ end
metadata ADDED
@@ -0,0 +1,143 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: workarea-payeezy
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Eric Pigeon
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-05-11 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: workarea
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 3.x
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 3.x
27
+ - !ruby/object:Gem::Dependency
28
+ name: activemerchant
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 1.x
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 1.x
41
+ description: Integrates credit card processing via Payeezy
42
+ email:
43
+ - epigeon@weblinc.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - CHANGELOG.md
49
+ - Gemfile
50
+ - README.md
51
+ - Rakefile
52
+ - app/models/workarea/payment/authorize/credit_card.decorator
53
+ - app/models/workarea/payment/credit_card_data.rb
54
+ - app/models/workarea/payment/purchase/credit_card.decorator
55
+ - app/models/workarea/payment/store_credit_card.decorator
56
+ - bin/rails
57
+ - config/initializers/workarea.rb
58
+ - lib/active_merchant/billing/bogus_payeezy_gateway.rb
59
+ - lib/workarea/payeezy.rb
60
+ - lib/workarea/payeezy/engine.rb
61
+ - lib/workarea/payeezy/version.rb
62
+ - script/admin_ci
63
+ - script/ci
64
+ - script/core_ci
65
+ - script/plugins_ci
66
+ - script/storefront_ci
67
+ - test/dummy/Rakefile
68
+ - test/dummy/app/assets/config/manifest.js
69
+ - test/dummy/app/assets/javascripts/application.js
70
+ - test/dummy/app/assets/stylesheets/application.css
71
+ - test/dummy/app/controllers/application_controller.rb
72
+ - test/dummy/app/helpers/application_helper.rb
73
+ - test/dummy/app/jobs/application_job.rb
74
+ - test/dummy/app/mailers/application_mailer.rb
75
+ - test/dummy/app/views/layouts/application.html.erb
76
+ - test/dummy/app/views/layouts/mailer.html.erb
77
+ - test/dummy/app/views/layouts/mailer.text.erb
78
+ - test/dummy/bin/bundle
79
+ - test/dummy/bin/rails
80
+ - test/dummy/bin/rake
81
+ - test/dummy/bin/setup
82
+ - test/dummy/bin/update
83
+ - test/dummy/bin/yarn
84
+ - test/dummy/config.ru
85
+ - test/dummy/config/application.rb
86
+ - test/dummy/config/boot.rb
87
+ - test/dummy/config/cable.yml
88
+ - test/dummy/config/environment.rb
89
+ - test/dummy/config/environments/development.rb
90
+ - test/dummy/config/environments/production.rb
91
+ - test/dummy/config/environments/test.rb
92
+ - test/dummy/config/initializers/application_controller_renderer.rb
93
+ - test/dummy/config/initializers/assets.rb
94
+ - test/dummy/config/initializers/backtrace_silencers.rb
95
+ - test/dummy/config/initializers/cookies_serializer.rb
96
+ - test/dummy/config/initializers/filter_parameter_logging.rb
97
+ - test/dummy/config/initializers/inflections.rb
98
+ - test/dummy/config/initializers/mime_types.rb
99
+ - test/dummy/config/initializers/workarea.rb
100
+ - test/dummy/config/initializers/wrap_parameters.rb
101
+ - test/dummy/config/locales/en.yml
102
+ - test/dummy/config/puma.rb
103
+ - test/dummy/config/routes.rb
104
+ - test/dummy/config/secrets.yml
105
+ - test/dummy/config/spring.rb
106
+ - test/dummy/db/seeds.rb
107
+ - test/dummy/package.json
108
+ - test/models/workarea/payment/payeezy_integration_test.rb
109
+ - test/support/workarea/payeezy_gateway_vcr_config.rb
110
+ - test/support/workarea/workarea_3_2_backports.rb
111
+ - test/teaspoon_env.rb
112
+ - test/test_helper.rb
113
+ - test/vcr_cassettes/payeezy/auth_capture.yml
114
+ - test/vcr_cassettes/payeezy/auth_capture_refund.yml
115
+ - test/vcr_cassettes/payeezy/auth_void.yml
116
+ - test/vcr_cassettes/payeezy/purchase_refund.yml
117
+ - test/vcr_cassettes/payeezy/purchase_void.yml
118
+ - test/vcr_cassettes/payeezy/store_auth.yml
119
+ - test/vcr_cassettes/payeezy/store_purchase.yml
120
+ - workarea-payeezy.gemspec
121
+ homepage: https://homebase.weblinc.com/plugins/payeezy
122
+ licenses: []
123
+ metadata: {}
124
+ post_install_message:
125
+ rdoc_options: []
126
+ require_paths:
127
+ - lib
128
+ required_ruby_version: !ruby/object:Gem::Requirement
129
+ requirements:
130
+ - - ">="
131
+ - !ruby/object:Gem::Version
132
+ version: '0'
133
+ required_rubygems_version: !ruby/object:Gem::Requirement
134
+ requirements:
135
+ - - ">="
136
+ - !ruby/object:Gem::Version
137
+ version: '0'
138
+ requirements: []
139
+ rubygems_version: 3.0.6
140
+ signing_key:
141
+ specification_version: 4
142
+ summary: Payeezy credit card processor for Workarea Commerce Platform
143
+ test_files: []