blockchyp 1.24.14 → 2.0.0.pre.alpha7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/Makefile +1 -41
  3. data/README.md +441 -3551
  4. data/lib/blockchyp/version.rb +1 -1
  5. data/lib/blockchyp.rb +41 -366
  6. data/lib/blockchyp_client.rb +125 -207
  7. data/test/boolean_prompt_test.rb +18 -32
  8. data/test/heartbeat_test.rb +10 -10
  9. data/test/new_transaction_display_test.rb +50 -44
  10. data/test/pan_charge_test.rb +27 -44
  11. data/test/pan_enroll_test.rb +25 -45
  12. data/test/pan_preauth_test.rb +26 -43
  13. data/test/simple_batch_close_test.rb +23 -37
  14. data/test/simple_capture_test.rb +21 -38
  15. data/test/simple_gift_activate_test.rb +15 -30
  16. data/test/simple_message_test.rb +15 -29
  17. data/test/simple_ping_test.rb +14 -28
  18. data/test/simple_refund_test.rb +22 -40
  19. data/test/simple_reversal_test.rb +22 -39
  20. data/test/simple_void_test.rb +22 -39
  21. data/test/terminal_charge_test.rb +25 -40
  22. data/test/terminal_clear_test.rb +14 -28
  23. data/test/terminal_ebt_balance_test.rb +16 -30
  24. data/test/terminal_ebt_charge_test.rb +27 -42
  25. data/test/terminal_enroll_test.rb +24 -39
  26. data/test/terminal_gift_card_balance_test.rb +15 -29
  27. data/test/terminal_keyed_charge_test.rb +26 -41
  28. data/test/terminal_manual_ebt_charge_test.rb +28 -43
  29. data/test/terminal_preauth_test.rb +25 -40
  30. data/test/terms_and_conditions_test.rb +19 -33
  31. data/test/test_helper.rb +10 -9
  32. data/test/text_prompt_test.rb +15 -29
  33. data/test/update_transaction_display_test.rb +50 -44
  34. metadata +5 -64
  35. data/test/activate_terminal_test.rb +0 -45
  36. data/test/add_test_merchant_test.rb +0 -56
  37. data/test/batch_history_test.rb +0 -54
  38. data/test/cancel_payment_link_test.rb +0 -72
  39. data/test/capture_signature_test.rb +0 -46
  40. data/test/deactivate_terminal_test.rb +0 -42
  41. data/test/delete_branding_asset_test.rb +0 -50
  42. data/test/delete_customer_test.rb +0 -55
  43. data/test/delete_media_asset_test.rb +0 -53
  44. data/test/delete_queued_transaction_test.rb +0 -56
  45. data/test/delete_slide_show_test.rb +0 -50
  46. data/test/delete_survey_question_test.rb +0 -51
  47. data/test/delete_test_merchant_test.rb +0 -59
  48. data/test/delete_token_test.rb +0 -55
  49. data/test/empty_branding_asset_test.rb +0 -44
  50. data/test/empty_slide_show_test.rb +0 -45
  51. data/test/gateway_timeout_test.rb +0 -49
  52. data/test/get_customer_test.rb +0 -55
  53. data/test/get_merchants_test.rb +0 -52
  54. data/test/invite_merchant_user_test.rb +0 -45
  55. data/test/link_token_test.rb +0 -56
  56. data/test/list_queued_transactions_test.rb +0 -55
  57. data/test/list_terminals_test.rb +0 -42
  58. data/test/media_asset_test.rb +0 -57
  59. data/test/media_test.rb +0 -42
  60. data/test/media_upload_test.rb +0 -52
  61. data/test/merchant_platforms_test.rb +0 -59
  62. data/test/merchant_profile_test.rb +0 -43
  63. data/test/merchant_users_test.rb +0 -42
  64. data/test/partial_refund_test.rb +0 -58
  65. data/test/search_customer_test.rb +0 -55
  66. data/test/send_payment_link_test.rb +0 -67
  67. data/test/simple_locate_test.rb +0 -44
  68. data/test/slide_show_test.rb +0 -51
  69. data/test/slide_shows_test.rb +0 -49
  70. data/test/survey_question_test.rb +0 -48
  71. data/test/survey_questions_test.rb +0 -50
  72. data/test/survey_results_test.rb +0 -48
  73. data/test/tc_delete_template_test.rb +0 -51
  74. data/test/tc_entry_test.rb +0 -56
  75. data/test/tc_log_test.rb +0 -42
  76. data/test/tc_template_test.rb +0 -53
  77. data/test/tc_template_update_test.rb +0 -48
  78. data/test/tc_templates_test.rb +0 -42
  79. data/test/terminal_branding_test.rb +0 -42
  80. data/test/terminal_queued_transaction_test.rb +0 -51
  81. data/test/terminal_status_test.rb +0 -45
  82. data/test/terminal_timeout_test.rb +0 -46
  83. data/test/testdata/aviato.png +0 -0
  84. data/test/token_metadata_test.rb +0 -55
  85. data/test/transaction_history_test.rb +0 -54
  86. data/test/unlink_token_test.rb +0 -56
  87. data/test/update_branding_asset_test.rb +0 -62
  88. data/test/update_customer_test.rb +0 -49
  89. data/test/update_merchant_platforms_test.rb +0 -61
  90. data/test/update_merchant_test.rb +0 -60
  91. data/test/update_slide_show_test.rb +0 -60
  92. data/test/update_survey_question_test.rb +0 -47
  93. data/test/upload_status_test.rb +0 -53
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blockchyp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.14
4
+ version: 2.0.0.pre.alpha7
5
5
  platform: ruby
6
6
  authors:
7
7
  - BlockChyp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-30 00:00:00.000000000 Z
11
+ date: 2020-01-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -23,65 +23,20 @@ files:
23
23
  - lib/blockchyp/version.rb
24
24
  - lib/blockchyp_client.rb
25
25
  - lib/crypto_utils.rb
26
- - test/activate_terminal_test.rb
27
- - test/add_test_merchant_test.rb
28
- - test/batch_history_test.rb
29
26
  - test/boolean_prompt_test.rb
30
- - test/cancel_payment_link_test.rb
31
- - test/capture_signature_test.rb
32
- - test/deactivate_terminal_test.rb
33
- - test/delete_branding_asset_test.rb
34
- - test/delete_customer_test.rb
35
- - test/delete_media_asset_test.rb
36
- - test/delete_queued_transaction_test.rb
37
- - test/delete_slide_show_test.rb
38
- - test/delete_survey_question_test.rb
39
- - test/delete_test_merchant_test.rb
40
- - test/delete_token_test.rb
41
- - test/empty_branding_asset_test.rb
42
- - test/empty_slide_show_test.rb
43
- - test/gateway_timeout_test.rb
44
- - test/get_customer_test.rb
45
- - test/get_merchants_test.rb
46
27
  - test/heartbeat_test.rb
47
- - test/invite_merchant_user_test.rb
48
- - test/link_token_test.rb
49
- - test/list_queued_transactions_test.rb
50
- - test/list_terminals_test.rb
51
- - test/media_asset_test.rb
52
- - test/media_test.rb
53
- - test/media_upload_test.rb
54
- - test/merchant_platforms_test.rb
55
- - test/merchant_profile_test.rb
56
- - test/merchant_users_test.rb
57
28
  - test/new_transaction_display_test.rb
58
29
  - test/pan_charge_test.rb
59
30
  - test/pan_enroll_test.rb
60
31
  - test/pan_preauth_test.rb
61
- - test/partial_refund_test.rb
62
- - test/search_customer_test.rb
63
- - test/send_payment_link_test.rb
64
32
  - test/simple_batch_close_test.rb
65
33
  - test/simple_capture_test.rb
66
34
  - test/simple_gift_activate_test.rb
67
- - test/simple_locate_test.rb
68
35
  - test/simple_message_test.rb
69
36
  - test/simple_ping_test.rb
70
37
  - test/simple_refund_test.rb
71
38
  - test/simple_reversal_test.rb
72
39
  - test/simple_void_test.rb
73
- - test/slide_show_test.rb
74
- - test/slide_shows_test.rb
75
- - test/survey_question_test.rb
76
- - test/survey_questions_test.rb
77
- - test/survey_results_test.rb
78
- - test/tc_delete_template_test.rb
79
- - test/tc_entry_test.rb
80
- - test/tc_log_test.rb
81
- - test/tc_template_test.rb
82
- - test/tc_template_update_test.rb
83
- - test/tc_templates_test.rb
84
- - test/terminal_branding_test.rb
85
40
  - test/terminal_charge_test.rb
86
41
  - test/terminal_clear_test.rb
87
42
  - test/terminal_ebt_balance_test.rb
@@ -91,24 +46,10 @@ files:
91
46
  - test/terminal_keyed_charge_test.rb
92
47
  - test/terminal_manual_ebt_charge_test.rb
93
48
  - test/terminal_preauth_test.rb
94
- - test/terminal_queued_transaction_test.rb
95
- - test/terminal_status_test.rb
96
- - test/terminal_timeout_test.rb
97
49
  - test/terms_and_conditions_test.rb
98
50
  - test/test_helper.rb
99
- - test/testdata/aviato.png
100
51
  - test/text_prompt_test.rb
101
- - test/token_metadata_test.rb
102
- - test/transaction_history_test.rb
103
- - test/unlink_token_test.rb
104
- - test/update_branding_asset_test.rb
105
- - test/update_customer_test.rb
106
- - test/update_merchant_platforms_test.rb
107
- - test/update_merchant_test.rb
108
- - test/update_slide_show_test.rb
109
- - test/update_survey_question_test.rb
110
52
  - test/update_transaction_display_test.rb
111
- - test/upload_status_test.rb
112
53
  homepage: https://github.com/blockchyp/blockchyp-ruby
113
54
  licenses:
114
55
  - MIT
@@ -125,11 +66,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
125
66
  version: 2.3.0
126
67
  required_rubygems_version: !ruby/object:Gem::Requirement
127
68
  requirements:
128
- - - ">="
69
+ - - ">"
129
70
  - !ruby/object:Gem::Version
130
- version: '0'
71
+ version: 1.3.1
131
72
  requirements: []
132
- rubygems_version: 3.0.3.1
73
+ rubygems_version: 3.0.3
133
74
  signing_key:
134
75
  specification_version: 4
135
76
  summary: BlockChyp Ruby SDK
@@ -1,45 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2019-2022 BlockChyp, Inc. All rights reserved. Use of this code is
4
- # governed by a license that can be found in the LICENSE file.
5
- #
6
- # This file was generated automatically by the BlockChyp SDK Generator.
7
- # Changes to this file will be lost every time the code is regenerated.
8
-
9
- require ::File.expand_path('test_helper', __dir__)
10
-
11
- module BlockChyp
12
- class ActivateTerminalTest < TestCase
13
- def test_activate_terminal
14
-
15
- puts "Running test_activate_terminal..."
16
-
17
- config = load_test_config
18
-
19
- blockchyp = BlockChyp.new(
20
- config[:apiKey],
21
- config[:bearerToken],
22
- config[:signingKey]
23
- )
24
- blockchyp.gateway_host = config[:gatewayHost]
25
- blockchyp.test_gateway_host = config[:testGatewayHost]
26
- blockchyp.dashboard_host = config[:dashboardHost]
27
-
28
-
29
-
30
-
31
-
32
- # Set request parameters
33
- request = {
34
- terminalName: 'Bad Terminal Code',
35
- activationCode: 'XXXXXX'
36
- }
37
-
38
- response = blockchyp.activate_terminal(request)
39
- assert_not_nil(response)
40
- # response assertions
41
- assert(!response[:success])
42
- assert_equal('Invalid Activation Code', response[:error])
43
- end
44
- end
45
- end
@@ -1,56 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2019-2022 BlockChyp, Inc. All rights reserved. Use of this code is
4
- # governed by a license that can be found in the LICENSE file.
5
- #
6
- # This file was generated automatically by the BlockChyp SDK Generator.
7
- # Changes to this file will be lost every time the code is regenerated.
8
-
9
- require ::File.expand_path('test_helper', __dir__)
10
-
11
- module BlockChyp
12
- class AddTestMerchantTest < TestCase
13
- def test_add_test_merchant
14
-
15
- puts "Running test_add_test_merchant..."
16
-
17
- config = load_test_config
18
-
19
- blockchyp = BlockChyp.new(
20
- config[:apiKey],
21
- config[:bearerToken],
22
- config[:signingKey]
23
- )
24
- blockchyp.gateway_host = config[:gatewayHost]
25
- blockchyp.test_gateway_host = config[:testGatewayHost]
26
- blockchyp.dashboard_host = config[:dashboardHost]
27
-
28
-
29
- profile = config[:profiles][:partner]
30
- blockchyp = BlockChyp.new(
31
- profile[:apiKey],
32
- profile[:bearerToken],
33
- profile[:signingKey]
34
- )
35
- blockchyp.gateway_host = config[:gatewayHost]
36
- blockchyp.test_gateway_host = config[:testGatewayHost]
37
- blockchyp.dashboard_host = config[:dashboardHost]
38
-
39
-
40
-
41
- # Set request parameters
42
- request = {
43
- dbaName: 'Test Merchant',
44
- companyName: 'Test Merchant'
45
- }
46
-
47
- response = blockchyp.add_test_merchant(request)
48
- assert_not_nil(response)
49
- # response assertions
50
- assert(response[:success])
51
- assert_equal('Test Merchant', response[:dbaName])
52
- assert_equal('Test Merchant', response[:companyName])
53
- assert(response[:visa])
54
- end
55
- end
56
- end
@@ -1,54 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2019-2022 BlockChyp, Inc. All rights reserved. Use of this code is
4
- # governed by a license that can be found in the LICENSE file.
5
- #
6
- # This file was generated automatically by the BlockChyp SDK Generator.
7
- # Changes to this file will be lost every time the code is regenerated.
8
-
9
- require ::File.expand_path('test_helper', __dir__)
10
-
11
- module BlockChyp
12
- class BatchHistoryTest < TestCase
13
- def test_batch_history
14
-
15
- puts "Running test_batch_history..."
16
-
17
- config = load_test_config
18
-
19
- blockchyp = BlockChyp.new(
20
- config[:apiKey],
21
- config[:bearerToken],
22
- config[:signingKey]
23
- )
24
- blockchyp.gateway_host = config[:gatewayHost]
25
- blockchyp.test_gateway_host = config[:testGatewayHost]
26
- blockchyp.dashboard_host = config[:dashboardHost]
27
-
28
-
29
-
30
-
31
-
32
- # Set request parameters
33
- setup_request = {
34
- pan: '4111111111111111',
35
- expMonth: '12',
36
- expYear: '2025',
37
- amount: '25.55',
38
- test: true,
39
- transactionRef: uuid
40
- }
41
- response = blockchyp.charge(setup_request)
42
-
43
- # Set request parameters
44
- request = {
45
- maxResults: 10
46
- }
47
-
48
- response = blockchyp.batch_history(request)
49
- assert_not_nil(response)
50
- # response assertions
51
- assert(response[:success])
52
- end
53
- end
54
- end
@@ -1,72 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2019-2022 BlockChyp, Inc. All rights reserved. Use of this code is
4
- # governed by a license that can be found in the LICENSE file.
5
- #
6
- # This file was generated automatically by the BlockChyp SDK Generator.
7
- # Changes to this file will be lost every time the code is regenerated.
8
-
9
- require ::File.expand_path('test_helper', __dir__)
10
-
11
- module BlockChyp
12
- class CancelPaymentLinkTest < TestCase
13
- def test_cancel_payment_link
14
-
15
- puts "Running test_cancel_payment_link..."
16
-
17
- config = load_test_config
18
-
19
- blockchyp = BlockChyp.new(
20
- config[:apiKey],
21
- config[:bearerToken],
22
- config[:signingKey]
23
- )
24
- blockchyp.gateway_host = config[:gatewayHost]
25
- blockchyp.test_gateway_host = config[:testGatewayHost]
26
- blockchyp.dashboard_host = config[:dashboardHost]
27
-
28
-
29
-
30
-
31
-
32
- # Set request parameters
33
- setup_request = {
34
- amount: '199.99',
35
- description: 'Widget',
36
- subject: 'Widget invoice',
37
- transaction: {
38
- subtotal: '195.00',
39
- tax: '4.99',
40
- total: '199.99',
41
- items: [
42
- {
43
- description: 'Widget',
44
- price: '195.00',
45
- quantity: 1
46
- }
47
- ]
48
- },
49
- autoSend: true,
50
- customer: {
51
- customerRef: 'Customer reference string',
52
- firstName: 'FirstName',
53
- lastName: 'LastName',
54
- companyName: 'Company Name',
55
- emailAddress: 'notifications@blockchypteam.m8r.co',
56
- smsNumber: '(123) 123-1231'
57
- }
58
- }
59
- response = blockchyp.send_payment_link(setup_request)
60
-
61
- # Set request parameters
62
- request = {
63
- linkCode: response[:linkCode]
64
- }
65
-
66
- response = blockchyp.cancel_payment_link(request)
67
- assert_not_nil(response)
68
- # response assertions
69
- assert(response[:success])
70
- end
71
- end
72
- end
@@ -1,46 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2019-2022 BlockChyp, Inc. All rights reserved. Use of this code is
4
- # governed by a license that can be found in the LICENSE file.
5
- #
6
- # This file was generated automatically by the BlockChyp SDK Generator.
7
- # Changes to this file will be lost every time the code is regenerated.
8
-
9
- require ::File.expand_path('test_helper', __dir__)
10
-
11
- module BlockChyp
12
- class CaptureSignatureTest < TestCase
13
- def test_capture_signature
14
-
15
- puts "Running test_capture_signature..."
16
-
17
- config = load_test_config
18
-
19
- blockchyp = BlockChyp.new(
20
- config[:apiKey],
21
- config[:bearerToken],
22
- config[:signingKey]
23
- )
24
- blockchyp.gateway_host = config[:gatewayHost]
25
- blockchyp.test_gateway_host = config[:testGatewayHost]
26
- blockchyp.dashboard_host = config[:dashboardHost]
27
-
28
- test_delay(blockchyp, 'capture_signature_test', config[:defaultTerminalName])
29
-
30
-
31
-
32
-
33
- # Set request parameters
34
- request = {
35
- terminalName: config[:defaultTerminalName],
36
- sigFormat: SignatureFormat::PNG,
37
- sigWidth: 200
38
- }
39
-
40
- response = blockchyp.capture_signature(request)
41
- assert_not_nil(response)
42
- # response assertions
43
- assert(response[:success])
44
- end
45
- end
46
- end
@@ -1,42 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2019-2022 BlockChyp, Inc. All rights reserved. Use of this code is
4
- # governed by a license that can be found in the LICENSE file.
5
- #
6
- # This file was generated automatically by the BlockChyp SDK Generator.
7
- # Changes to this file will be lost every time the code is regenerated.
8
-
9
- require ::File.expand_path('test_helper', __dir__)
10
-
11
- module BlockChyp
12
- class DeactivateTerminalTest < TestCase
13
- def test_deactivate_terminal
14
-
15
- puts "Running test_deactivate_terminal..."
16
-
17
- config = load_test_config
18
-
19
- blockchyp = BlockChyp.new(
20
- config[:apiKey],
21
- config[:bearerToken],
22
- config[:signingKey]
23
- )
24
- blockchyp.gateway_host = config[:gatewayHost]
25
- blockchyp.test_gateway_host = config[:testGatewayHost]
26
- blockchyp.dashboard_host = config[:dashboardHost]
27
-
28
-
29
-
30
-
31
-
32
- # Set request parameters
33
- request = {
34
- terminalId: uuid
35
- }
36
-
37
- assert_raise RuntimeError do
38
- blockchyp.deactivate_terminal(request)
39
- end
40
- end
41
- end
42
- end
@@ -1,50 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2019-2022 BlockChyp, Inc. All rights reserved. Use of this code is
4
- # governed by a license that can be found in the LICENSE file.
5
- #
6
- # This file was generated automatically by the BlockChyp SDK Generator.
7
- # Changes to this file will be lost every time the code is regenerated.
8
-
9
- require ::File.expand_path('test_helper', __dir__)
10
-
11
- module BlockChyp
12
- class DeleteBrandingAssetTest < TestCase
13
- def test_delete_branding_asset
14
-
15
- puts "Running test_delete_branding_asset..."
16
-
17
- config = load_test_config
18
-
19
- blockchyp = BlockChyp.new(
20
- config[:apiKey],
21
- config[:bearerToken],
22
- config[:signingKey]
23
- )
24
- blockchyp.gateway_host = config[:gatewayHost]
25
- blockchyp.test_gateway_host = config[:testGatewayHost]
26
- blockchyp.dashboard_host = config[:dashboardHost]
27
-
28
-
29
-
30
-
31
-
32
- # Set request parameters
33
- setup_request = {
34
- notes: 'Empty Asset',
35
- enabled: false
36
- }
37
- response = blockchyp.update_branding_asset(setup_request)
38
-
39
- # Set request parameters
40
- request = {
41
- assetId: response[:id]
42
- }
43
-
44
- response = blockchyp.delete_branding_asset(request)
45
- assert_not_nil(response)
46
- # response assertions
47
- assert(response[:success])
48
- end
49
- end
50
- end
@@ -1,55 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2019-2022 BlockChyp, Inc. All rights reserved. Use of this code is
4
- # governed by a license that can be found in the LICENSE file.
5
- #
6
- # This file was generated automatically by the BlockChyp SDK Generator.
7
- # Changes to this file will be lost every time the code is regenerated.
8
-
9
- require ::File.expand_path('test_helper', __dir__)
10
-
11
- module BlockChyp
12
- class DeleteCustomerTest < TestCase
13
- def test_delete_customer
14
-
15
- puts "Running test_delete_customer..."
16
-
17
- config = load_test_config
18
-
19
- blockchyp = BlockChyp.new(
20
- config[:apiKey],
21
- config[:bearerToken],
22
- config[:signingKey]
23
- )
24
- blockchyp.gateway_host = config[:gatewayHost]
25
- blockchyp.test_gateway_host = config[:testGatewayHost]
26
- blockchyp.dashboard_host = config[:dashboardHost]
27
-
28
-
29
-
30
-
31
-
32
- # Set request parameters
33
- setup_request = {
34
- customer: {
35
- firstName: 'Test',
36
- lastName: 'Customer',
37
- companyName: 'Test Company',
38
- emailAddress: 'support@blockchyp.com',
39
- smsNumber: '(123) 123-1234'
40
- }
41
- }
42
- response = blockchyp.update_customer(setup_request)
43
-
44
- # Set request parameters
45
- request = {
46
- customerId: response[:customer][:id]
47
- }
48
-
49
- response = blockchyp.delete_customer(request)
50
- assert_not_nil(response)
51
- # response assertions
52
- assert(response[:success])
53
- end
54
- end
55
- end
@@ -1,53 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2019-2022 BlockChyp, Inc. All rights reserved. Use of this code is
4
- # governed by a license that can be found in the LICENSE file.
5
- #
6
- # This file was generated automatically by the BlockChyp SDK Generator.
7
- # Changes to this file will be lost every time the code is regenerated.
8
-
9
- require ::File.expand_path('test_helper', __dir__)
10
-
11
- module BlockChyp
12
- class DeleteMediaAssetTest < TestCase
13
- def test_delete_media_asset
14
-
15
- puts "Running test_delete_media_asset..."
16
-
17
- config = load_test_config
18
-
19
- blockchyp = BlockChyp.new(
20
- config[:apiKey],
21
- config[:bearerToken],
22
- config[:signingKey]
23
- )
24
- blockchyp.gateway_host = config[:gatewayHost]
25
- blockchyp.test_gateway_host = config[:testGatewayHost]
26
- blockchyp.dashboard_host = config[:dashboardHost]
27
-
28
-
29
-
30
-
31
-
32
- # Set request parameters
33
- setup_request = {
34
- fileName: 'aviato.png',
35
- fileSize: 18843,
36
- uploadId: uuid
37
- }
38
- file = File.open("test/testdata/aviato.png")
39
- content = file.read
40
- response = blockchyp.upload_media(setup_request, content)
41
-
42
- # Set request parameters
43
- request = {
44
- mediaId: response[:id]
45
- }
46
-
47
- response = blockchyp.delete_media_asset(request)
48
- assert_not_nil(response)
49
- # response assertions
50
- assert(response[:success])
51
- end
52
- end
53
- end
@@ -1,56 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2019-2022 BlockChyp, Inc. All rights reserved. Use of this code is
4
- # governed by a license that can be found in the LICENSE file.
5
- #
6
- # This file was generated automatically by the BlockChyp SDK Generator.
7
- # Changes to this file will be lost every time the code is regenerated.
8
-
9
- require ::File.expand_path('test_helper', __dir__)
10
-
11
- module BlockChyp
12
- class DeleteQueuedTransactionTest < TestCase
13
- def test_delete_queued_transaction
14
-
15
- puts "Running test_delete_queued_transaction..."
16
-
17
- config = load_test_config
18
-
19
- blockchyp = BlockChyp.new(
20
- config[:apiKey],
21
- config[:bearerToken],
22
- config[:signingKey]
23
- )
24
- blockchyp.gateway_host = config[:gatewayHost]
25
- blockchyp.test_gateway_host = config[:testGatewayHost]
26
- blockchyp.dashboard_host = config[:dashboardHost]
27
-
28
- test_delay(blockchyp, 'delete_queued_transaction_test', config[:defaultTerminalName])
29
-
30
-
31
-
32
-
33
- # Set request parameters
34
- setup_request = {
35
- terminalName: config[:defaultTerminalName],
36
- transactionRef: uuid,
37
- description: '1060 West Addison',
38
- amount: '25.15',
39
- test: true,
40
- queue: true
41
- }
42
- response = blockchyp.charge(setup_request)
43
-
44
- # Set request parameters
45
- request = {
46
- terminalName: config[:defaultTerminalName],
47
- transactionRef: '*'
48
- }
49
-
50
- response = blockchyp.delete_queued_transaction(request)
51
- assert_not_nil(response)
52
- # response assertions
53
- assert(response[:success])
54
- end
55
- end
56
- end