blockchyp 2.9.6 → 2.10.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 +4 -4
- data/Makefile +1 -8
- data/README.md +479 -2442
- data/lib/blockchyp/version.rb +1 -1
- data/lib/blockchyp.rb +3 -217
- data/lib/blockchyp_client.rb +0 -78
- data/test/batch_history_test.rb +6 -10
- data/test/boolean_prompt_test.rb +4 -10
- data/test/cancel_payment_link_test.rb +7 -11
- data/test/capture_signature_test.rb +4 -10
- data/test/delete_customer_test.rb +6 -10
- data/test/delete_token_test.rb +7 -16
- data/test/gateway_timeout_test.rb +3 -10
- data/test/get_customer_test.rb +6 -10
- data/test/merchant_profile_test.rb +5 -10
- data/test/new_transaction_display_test.rb +4 -10
- data/test/pan_charge_test.rb +4 -10
- data/test/pan_enroll_test.rb +5 -16
- data/test/pan_preauth_test.rb +4 -10
- data/test/partial_refund_test.rb +5 -10
- data/test/search_customer_test.rb +6 -10
- data/test/send_payment_link_test.rb +6 -11
- data/test/simple_batch_close_test.rb +6 -10
- data/test/simple_capture_test.rb +6 -10
- data/test/simple_gift_activate_test.rb +4 -10
- data/test/simple_message_test.rb +4 -10
- data/test/simple_ping_test.rb +5 -11
- data/test/simple_refund_test.rb +5 -10
- data/test/simple_reversal_test.rb +6 -10
- data/test/simple_void_test.rb +6 -10
- data/test/terminal_charge_test.rb +5 -11
- data/test/terminal_clear_test.rb +4 -10
- data/test/terminal_ebt_balance_test.rb +4 -10
- data/test/terminal_ebt_charge_test.rb +4 -10
- data/test/terminal_enroll_test.rb +4 -10
- data/test/terminal_gift_card_balance_test.rb +4 -10
- data/test/terminal_keyed_charge_test.rb +4 -10
- data/test/terminal_manual_ebt_charge_test.rb +4 -10
- data/test/terminal_preauth_test.rb +4 -10
- data/test/terminal_status_test.rb +4 -10
- data/test/terminal_timeout_test.rb +3 -10
- data/test/terms_and_conditions_test.rb +4 -10
- data/test/test_helper.rb +2 -0
- data/test/text_prompt_test.rb +4 -10
- data/test/transaction_history_test.rb +6 -10
- data/test/update_customer_test.rb +5 -10
- data/test/update_transaction_display_test.rb +4 -10
- metadata +2 -46
- data/test/activate_terminal_test.rb +0 -45
- data/test/add_test_merchant_test.rb +0 -56
- data/test/deactivate_terminal_test.rb +0 -42
- data/test/delete_branding_asset_test.rb +0 -50
- data/test/delete_media_asset_test.rb +0 -53
- data/test/delete_queued_transaction_test.rb +0 -56
- data/test/delete_slide_show_test.rb +0 -50
- data/test/delete_survey_question_test.rb +0 -51
- data/test/delete_test_merchant_test.rb +0 -59
- data/test/empty_branding_asset_test.rb +0 -44
- data/test/empty_slide_show_test.rb +0 -45
- data/test/get_merchants_test.rb +0 -52
- data/test/invite_merchant_user_test.rb +0 -45
- data/test/link_token_test.rb +0 -56
- data/test/list_queued_transactions_test.rb +0 -55
- data/test/list_terminals_test.rb +0 -42
- data/test/media_asset_test.rb +0 -57
- data/test/media_test.rb +0 -42
- data/test/media_upload_test.rb +0 -52
- data/test/merchant_platforms_test.rb +0 -59
- data/test/merchant_users_test.rb +0 -42
- data/test/simple_locate_test.rb +0 -44
- data/test/slide_show_test.rb +0 -51
- data/test/slide_shows_test.rb +0 -49
- data/test/survey_question_test.rb +0 -48
- data/test/survey_questions_test.rb +0 -50
- data/test/survey_results_test.rb +0 -48
- data/test/tc_delete_template_test.rb +0 -51
- data/test/tc_entry_test.rb +0 -56
- data/test/tc_log_test.rb +0 -42
- data/test/tc_template_test.rb +0 -53
- data/test/tc_template_update_test.rb +0 -48
- data/test/tc_templates_test.rb +0 -42
- data/test/terminal_branding_test.rb +0 -42
- data/test/terminal_queued_transaction_test.rb +0 -51
- data/test/testdata/aviato.png +0 -0
- data/test/token_metadata_test.rb +0 -55
- data/test/unlink_token_test.rb +0 -56
- data/test/update_branding_asset_test.rb +0 -62
- data/test/update_merchant_platforms_test.rb +0 -61
- data/test/update_merchant_test.rb +0 -60
- data/test/update_slide_show_test.rb +0 -60
- data/test/update_survey_question_test.rb +0 -47
- data/test/upload_status_test.rb +0 -53
|
@@ -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 TerminalBrandingTest < TestCase
|
|
13
|
-
def test_terminal_branding
|
|
14
|
-
|
|
15
|
-
puts "Running test_terminal_branding..."
|
|
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.terminal_branding(request)
|
|
37
|
-
assert_not_nil(response)
|
|
38
|
-
# response assertions
|
|
39
|
-
assert(response[:success])
|
|
40
|
-
end
|
|
41
|
-
end
|
|
42
|
-
end
|
|
@@ -1,51 +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 TerminalQueuedTransactionTest < TestCase
|
|
13
|
-
def test_terminal_queued_transaction
|
|
14
|
-
|
|
15
|
-
puts "Running test_terminal_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, 'terminal_queued_transaction_test', config[:defaultTerminalName])
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
# Set request parameters
|
|
34
|
-
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
|
-
|
|
43
|
-
response = blockchyp.charge(request)
|
|
44
|
-
assert_not_nil(response)
|
|
45
|
-
# response assertions
|
|
46
|
-
assert(response[:success])
|
|
47
|
-
assert(!response[:approved])
|
|
48
|
-
assert_equal('Queued', response[:responseDescription])
|
|
49
|
-
end
|
|
50
|
-
end
|
|
51
|
-
end
|
data/test/testdata/aviato.png
DELETED
|
Binary file
|
data/test/token_metadata_test.rb
DELETED
|
@@ -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 TokenMetadataTest < TestCase
|
|
13
|
-
def test_token_metadata
|
|
14
|
-
|
|
15
|
-
puts "Running test_token_metadata..."
|
|
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
|
-
test: true,
|
|
36
|
-
customer: {
|
|
37
|
-
customerRef: 'TESTCUSTOMER',
|
|
38
|
-
firstName: 'Test',
|
|
39
|
-
lastName: 'Customer'
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
response = blockchyp.enroll(setup_request)
|
|
43
|
-
|
|
44
|
-
# Set request parameters
|
|
45
|
-
request = {
|
|
46
|
-
token: response[:token]
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
response = blockchyp.token_metadata(request)
|
|
50
|
-
assert_not_nil(response)
|
|
51
|
-
# response assertions
|
|
52
|
-
assert(response[:success])
|
|
53
|
-
end
|
|
54
|
-
end
|
|
55
|
-
end
|
data/test/unlink_token_test.rb
DELETED
|
@@ -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 UnlinkTokenTest < TestCase
|
|
13
|
-
def test_unlink_token
|
|
14
|
-
|
|
15
|
-
puts "Running test_unlink_token..."
|
|
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
|
-
test: true,
|
|
36
|
-
customer: {
|
|
37
|
-
customerRef: 'TESTCUSTOMER',
|
|
38
|
-
firstName: 'Test',
|
|
39
|
-
lastName: 'Customer'
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
response = blockchyp.enroll(setup_request)
|
|
43
|
-
|
|
44
|
-
# Set request parameters
|
|
45
|
-
request = {
|
|
46
|
-
token: response[:token],
|
|
47
|
-
customerId: response[:customer][:id]
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
response = blockchyp.unlink_token(request)
|
|
51
|
-
assert_not_nil(response)
|
|
52
|
-
# response assertions
|
|
53
|
-
assert(response[:success])
|
|
54
|
-
end
|
|
55
|
-
end
|
|
56
|
-
end
|
|
@@ -1,62 +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 UpdateBrandingAssetTest < TestCase
|
|
13
|
-
def test_update_branding_asset
|
|
14
|
-
|
|
15
|
-
puts "Running test_update_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
|
-
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
|
-
padded: true,
|
|
46
|
-
ordinal: 10,
|
|
47
|
-
startDate: '01/06/2021',
|
|
48
|
-
startTime: '14:00',
|
|
49
|
-
endDate: '11/05/2024',
|
|
50
|
-
endTime: '16:00',
|
|
51
|
-
notes: 'Test Branding Asset',
|
|
52
|
-
preview: false,
|
|
53
|
-
enabled: true
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
response = blockchyp.update_branding_asset(request)
|
|
57
|
-
assert_not_nil(response)
|
|
58
|
-
# response assertions
|
|
59
|
-
assert(response[:success])
|
|
60
|
-
end
|
|
61
|
-
end
|
|
62
|
-
end
|
|
@@ -1,61 +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 UpdateMerchantPlatformsTest < TestCase
|
|
13
|
-
def test_update_merchant_platforms
|
|
14
|
-
|
|
15
|
-
puts "Running test_update_merchant_platforms..."
|
|
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
|
-
setup_request = {
|
|
43
|
-
dbaName: 'Test Merchant',
|
|
44
|
-
companyName: 'Test Merchant'
|
|
45
|
-
}
|
|
46
|
-
response = blockchyp.add_test_merchant(setup_request)
|
|
47
|
-
|
|
48
|
-
# Set request parameters
|
|
49
|
-
request = {
|
|
50
|
-
merchantId: response[:merchantId],
|
|
51
|
-
platformCode: 'SIM',
|
|
52
|
-
notes: 'platform simulator'
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
response = blockchyp.update_merchant_platforms(request)
|
|
56
|
-
assert_not_nil(response)
|
|
57
|
-
# response assertions
|
|
58
|
-
assert(response[:success])
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
end
|
|
@@ -1,60 +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 UpdateMerchantTest < TestCase
|
|
13
|
-
def test_update_merchant
|
|
14
|
-
|
|
15
|
-
puts "Running test_update_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
|
-
test: true,
|
|
44
|
-
dbaName: 'Test Merchant',
|
|
45
|
-
companyName: 'Test Merchant',
|
|
46
|
-
billingAddress: {
|
|
47
|
-
address1: '1060 West Addison',
|
|
48
|
-
city: 'Chicago',
|
|
49
|
-
stateOrProvince: 'IL',
|
|
50
|
-
postalCode: '60613'
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
response = blockchyp.update_merchant(request)
|
|
55
|
-
assert_not_nil(response)
|
|
56
|
-
# response assertions
|
|
57
|
-
assert(response[:success])
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
end
|
|
@@ -1,60 +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 UpdateSlideShowTest < TestCase
|
|
13
|
-
def test_update_slide_show
|
|
14
|
-
|
|
15
|
-
puts "Running test_update_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
|
-
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
|
-
name: 'Test Slide Show',
|
|
45
|
-
delay: 5,
|
|
46
|
-
slides: [
|
|
47
|
-
{
|
|
48
|
-
mediaId: response[:id]
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
response = blockchyp.update_slide_show(request)
|
|
54
|
-
assert_not_nil(response)
|
|
55
|
-
# response assertions
|
|
56
|
-
assert(response[:success])
|
|
57
|
-
assert_equal('Test Slide Show', response[:name])
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
end
|
|
@@ -1,47 +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 UpdateSurveyQuestionTest < TestCase
|
|
13
|
-
def test_update_survey_question
|
|
14
|
-
|
|
15
|
-
puts "Running test_update_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
|
-
request = {
|
|
34
|
-
ordinal: 1,
|
|
35
|
-
questionText: 'Would you shop here again?',
|
|
36
|
-
questionType: 'yes_no'
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
response = blockchyp.update_survey_question(request)
|
|
40
|
-
assert_not_nil(response)
|
|
41
|
-
# response assertions
|
|
42
|
-
assert(response[:success])
|
|
43
|
-
assert_equal('Would you shop here again?', response[:questionText])
|
|
44
|
-
assert_equal('yes_no', response[:questionType])
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
end
|
data/test/upload_status_test.rb
DELETED
|
@@ -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 UploadStatusTest < TestCase
|
|
13
|
-
def test_upload_status
|
|
14
|
-
|
|
15
|
-
puts "Running test_upload_status..."
|
|
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
|
-
uploadId: setup_request[:uploadId]
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
response = blockchyp.upload_status(request)
|
|
48
|
-
assert_not_nil(response)
|
|
49
|
-
# response assertions
|
|
50
|
-
assert(response[:success])
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
end
|