blockchyp 1.24.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. checksums.yaml +7 -0
  2. data/Makefile +78 -0
  3. data/README.md +3917 -0
  4. data/Rakefile +39 -0
  5. data/lib/blockchyp/version.rb +5 -0
  6. data/lib/blockchyp.rb +462 -0
  7. data/lib/blockchyp_client.rb +416 -0
  8. data/lib/crypto_utils.rb +25 -0
  9. data/test/activate_terminal_test.rb +45 -0
  10. data/test/add_test_merchant_test.rb +56 -0
  11. data/test/batch_history_test.rb +54 -0
  12. data/test/boolean_prompt_test.rb +49 -0
  13. data/test/cancel_payment_link_test.rb +72 -0
  14. data/test/capture_signature_test.rb +46 -0
  15. data/test/deactivate_terminal_test.rb +42 -0
  16. data/test/delete_branding_asset_test.rb +50 -0
  17. data/test/delete_customer_test.rb +55 -0
  18. data/test/delete_media_asset_test.rb +53 -0
  19. data/test/delete_queued_transaction_test.rb +56 -0
  20. data/test/delete_slide_show_test.rb +50 -0
  21. data/test/delete_survey_question_test.rb +51 -0
  22. data/test/delete_test_merchant_test.rb +59 -0
  23. data/test/delete_token_test.rb +55 -0
  24. data/test/empty_branding_asset_test.rb +44 -0
  25. data/test/empty_slide_show_test.rb +45 -0
  26. data/test/gateway_timeout_test.rb +49 -0
  27. data/test/get_customer_test.rb +55 -0
  28. data/test/get_merchants_test.rb +52 -0
  29. data/test/heartbeat_test.rb +27 -0
  30. data/test/invite_merchant_user_test.rb +45 -0
  31. data/test/link_token_test.rb +56 -0
  32. data/test/list_queued_transactions_test.rb +55 -0
  33. data/test/list_terminals_test.rb +42 -0
  34. data/test/media_asset_test.rb +57 -0
  35. data/test/media_test.rb +42 -0
  36. data/test/media_upload_test.rb +52 -0
  37. data/test/merchant_platforms_test.rb +59 -0
  38. data/test/merchant_profile_test.rb +43 -0
  39. data/test/merchant_users_test.rb +42 -0
  40. data/test/new_transaction_display_test.rb +64 -0
  41. data/test/pan_charge_test.rb +61 -0
  42. data/test/pan_enroll_test.rb +62 -0
  43. data/test/pan_preauth_test.rb +60 -0
  44. data/test/partial_refund_test.rb +58 -0
  45. data/test/search_customer_test.rb +55 -0
  46. data/test/send_payment_link_test.rb +67 -0
  47. data/test/simple_batch_close_test.rb +54 -0
  48. data/test/simple_capture_test.rb +55 -0
  49. data/test/simple_gift_activate_test.rb +48 -0
  50. data/test/simple_locate_test.rb +44 -0
  51. data/test/simple_message_test.rb +46 -0
  52. data/test/simple_ping_test.rb +45 -0
  53. data/test/simple_refund_test.rb +57 -0
  54. data/test/simple_reversal_test.rb +56 -0
  55. data/test/simple_void_test.rb +56 -0
  56. data/test/slide_show_test.rb +51 -0
  57. data/test/slide_shows_test.rb +49 -0
  58. data/test/survey_question_test.rb +48 -0
  59. data/test/survey_questions_test.rb +50 -0
  60. data/test/survey_results_test.rb +48 -0
  61. data/test/tc_delete_template_test.rb +51 -0
  62. data/test/tc_entry_test.rb +56 -0
  63. data/test/tc_log_test.rb +42 -0
  64. data/test/tc_template_test.rb +53 -0
  65. data/test/tc_template_update_test.rb +48 -0
  66. data/test/tc_templates_test.rb +42 -0
  67. data/test/terminal_branding_test.rb +42 -0
  68. data/test/terminal_charge_test.rb +57 -0
  69. data/test/terminal_clear_test.rb +45 -0
  70. data/test/terminal_ebt_balance_test.rb +47 -0
  71. data/test/terminal_ebt_charge_test.rb +59 -0
  72. data/test/terminal_enroll_test.rb +56 -0
  73. data/test/terminal_gift_card_balance_test.rb +46 -0
  74. data/test/terminal_keyed_charge_test.rb +58 -0
  75. data/test/terminal_manual_ebt_charge_test.rb +60 -0
  76. data/test/terminal_preauth_test.rb +57 -0
  77. data/test/terminal_queued_transaction_test.rb +51 -0
  78. data/test/terminal_status_test.rb +45 -0
  79. data/test/terminal_timeout_test.rb +46 -0
  80. data/test/terms_and_conditions_test.rb +50 -0
  81. data/test/test_helper.rb +64 -0
  82. data/test/testdata/aviato.png +0 -0
  83. data/test/text_prompt_test.rb +47 -0
  84. data/test/token_metadata_test.rb +55 -0
  85. data/test/transaction_history_test.rb +54 -0
  86. data/test/unlink_token_test.rb +56 -0
  87. data/test/update_branding_asset_test.rb +62 -0
  88. data/test/update_customer_test.rb +49 -0
  89. data/test/update_merchant_platforms_test.rb +61 -0
  90. data/test/update_merchant_test.rb +60 -0
  91. data/test/update_slide_show_test.rb +60 -0
  92. data/test/update_survey_question_test.rb +47 -0
  93. data/test/update_transaction_display_test.rb +64 -0
  94. data/test/upload_status_test.rb +53 -0
  95. metadata +136 -0
@@ -0,0 +1,45 @@
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 SimplePingTest < TestCase
13
+ def test_simple_ping
14
+
15
+ puts "Running test_simple_ping..."
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, 'simple_ping_test', config[:defaultTerminalName])
29
+
30
+
31
+
32
+
33
+ # Set request parameters
34
+ request = {
35
+ test: true,
36
+ terminalName: config[:defaultTerminalName]
37
+ }
38
+
39
+ response = blockchyp.ping(request)
40
+ assert_not_nil(response)
41
+ # response assertions
42
+ assert(response[:success])
43
+ end
44
+ end
45
+ end
@@ -0,0 +1,57 @@
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 SimpleRefundTest < TestCase
13
+ def test_simple_refund
14
+
15
+ puts "Running test_simple_refund..."
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, 'simple_refund_test', config[:defaultTerminalName])
29
+
30
+
31
+
32
+
33
+ # Set request parameters
34
+ setup_request = {
35
+ pan: '4111111111111111',
36
+ expMonth: '12',
37
+ expYear: '2025',
38
+ amount: '25.55',
39
+ test: true,
40
+ transactionRef: uuid
41
+ }
42
+ response = blockchyp.charge(setup_request)
43
+
44
+ # Set request parameters
45
+ request = {
46
+ transactionId: response[:transactionId],
47
+ test: true
48
+ }
49
+
50
+ response = blockchyp.refund(request)
51
+ assert_not_nil(response)
52
+ # response assertions
53
+ assert(response[:success])
54
+ assert(response[:approved])
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,56 @@
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 SimpleReversalTest < TestCase
13
+ def test_simple_reversal
14
+
15
+ puts "Running test_simple_reversal..."
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
+ transactionRef: response[:transactionRef],
46
+ test: true
47
+ }
48
+
49
+ response = blockchyp.reverse(request)
50
+ assert_not_nil(response)
51
+ # response assertions
52
+ assert(response[:success])
53
+ assert(response[:approved])
54
+ end
55
+ end
56
+ end
@@ -0,0 +1,56 @@
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 SimpleVoidTest < TestCase
13
+ def test_simple_void
14
+
15
+ puts "Running test_simple_void..."
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
+ transactionId: response[:transactionId],
46
+ test: true
47
+ }
48
+
49
+ response = blockchyp.void(request)
50
+ assert_not_nil(response)
51
+ # response assertions
52
+ assert(response[:success])
53
+ assert(response[:approved])
54
+ end
55
+ end
56
+ end
@@ -0,0 +1,51 @@
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 SlideShowTest < TestCase
13
+ def test_slide_show
14
+
15
+ puts "Running test_slide_show..."
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
+ name: 'Test Slide Show',
35
+ delay: 5
36
+ }
37
+ response = blockchyp.update_slide_show(setup_request)
38
+
39
+ # Set request parameters
40
+ request = {
41
+ slideShowId: response[:id]
42
+ }
43
+
44
+ response = blockchyp.slide_show(request)
45
+ assert_not_nil(response)
46
+ # response assertions
47
+ assert(response[:success])
48
+ assert_equal('Test Slide Show', response[:name])
49
+ end
50
+ end
51
+ end
@@ -0,0 +1,49 @@
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 SlideShowsTest < TestCase
13
+ def test_slide_shows
14
+
15
+ puts "Running test_slide_shows..."
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
+ name: 'Test Slide Show',
35
+ delay: 5
36
+ }
37
+ response = blockchyp.update_slide_show(setup_request)
38
+
39
+ # Set request parameters
40
+ request = {
41
+ }
42
+
43
+ response = blockchyp.slide_shows(request)
44
+ assert_not_nil(response)
45
+ # response assertions
46
+ assert(response[:success])
47
+ end
48
+ end
49
+ end
@@ -0,0 +1,48 @@
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 SurveyQuestionTest < TestCase
13
+ def test_survey_question
14
+
15
+ puts "Running test_survey_question..."
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
+ }
35
+ response = blockchyp.survey_questions(setup_request)
36
+
37
+ # Set request parameters
38
+ request = {
39
+ questionId: response[:results][0][:id]
40
+ }
41
+
42
+ response = blockchyp.survey_question(request)
43
+ assert_not_nil(response)
44
+ # response assertions
45
+ assert(response[:success])
46
+ end
47
+ end
48
+ end
@@ -0,0 +1,50 @@
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 SurveyQuestionsTest < TestCase
13
+ def test_survey_questions
14
+
15
+ puts "Running test_survey_questions..."
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
+ ordinal: 1,
35
+ questionText: 'Would you shop here again?',
36
+ questionType: 'yes_no'
37
+ }
38
+ response = blockchyp.update_survey_question(setup_request)
39
+
40
+ # Set request parameters
41
+ request = {
42
+ }
43
+
44
+ response = blockchyp.survey_questions(request)
45
+ assert_not_nil(response)
46
+ # response assertions
47
+ assert(response[:success])
48
+ end
49
+ end
50
+ end
@@ -0,0 +1,48 @@
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 SurveyResultsTest < TestCase
13
+ def test_survey_results
14
+
15
+ puts "Running test_survey_results..."
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
+ }
35
+ response = blockchyp.survey_questions(setup_request)
36
+
37
+ # Set request parameters
38
+ request = {
39
+ questionId: response[:results][0][:id]
40
+ }
41
+
42
+ response = blockchyp.survey_results(request)
43
+ assert_not_nil(response)
44
+ # response assertions
45
+ assert(response[:success])
46
+ end
47
+ end
48
+ end
@@ -0,0 +1,51 @@
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 TCDeleteTemplateTest < TestCase
13
+ def test_tc_delete_template
14
+
15
+ puts "Running test_tc_delete_template..."
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
+ alias: uuid,
35
+ name: 'HIPPA Disclosure',
36
+ content: 'Lorem ipsum dolor sit amet.'
37
+ }
38
+ response = blockchyp.tc_update_template(setup_request)
39
+
40
+ # Set request parameters
41
+ request = {
42
+ templateId: response[:id]
43
+ }
44
+
45
+ response = blockchyp.tc_delete_template(request)
46
+ assert_not_nil(response)
47
+ # response assertions
48
+ assert(response[:success])
49
+ end
50
+ end
51
+ end
@@ -0,0 +1,56 @@
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 TCEntryTest < TestCase
13
+ def test_tc_entry
14
+
15
+ puts "Running test_tc_entry..."
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
+ }
35
+ response = blockchyp.tc_log(setup_request)
36
+
37
+ # Set request parameters
38
+ request = {
39
+ logEntryId: response[:results][0][:id]
40
+ }
41
+
42
+ response = blockchyp.tc_entry(request)
43
+ assert_not_nil(response)
44
+ # response assertions
45
+ assert(response[:success])
46
+ assert(!response[:id].empty?)
47
+ assert(!response[:terminalId].empty?)
48
+ assert(!response[:terminalName].empty?)
49
+ assert(!response[:timestamp].empty?)
50
+ assert(!response[:name].empty?)
51
+ assert(!response[:content].empty?)
52
+ assert(response[:hasSignature])
53
+ assert(!response[:signature].empty?)
54
+ end
55
+ end
56
+ end
@@ -0,0 +1,42 @@
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 TCLogTest < TestCase
13
+ def test_tc_log
14
+
15
+ puts "Running test_tc_log..."
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
+ }
35
+
36
+ response = blockchyp.tc_log(request)
37
+ assert_not_nil(response)
38
+ # response assertions
39
+ assert(response[:success])
40
+ end
41
+ end
42
+ end
@@ -0,0 +1,53 @@
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 TCTemplateTest < TestCase
13
+ def test_tc_template
14
+
15
+ puts "Running test_tc_template..."
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
+ alias: uuid,
35
+ name: 'HIPPA Disclosure',
36
+ content: 'Lorem ipsum dolor sit amet.'
37
+ }
38
+ response = blockchyp.tc_update_template(setup_request)
39
+
40
+ # Set request parameters
41
+ request = {
42
+ templateId: response[:id]
43
+ }
44
+
45
+ response = blockchyp.tc_template(request)
46
+ assert_not_nil(response)
47
+ # response assertions
48
+ assert(response[:success])
49
+ assert_equal('HIPPA Disclosure', response[:name])
50
+ assert_equal('Lorem ipsum dolor sit amet.', response[:content])
51
+ end
52
+ end
53
+ end