blockchyp 2.17.3 → 2.18.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +46 -0
- data/lib/blockchyp/version.rb +1 -1
- data/lib/blockchyp.rb +6 -1
- data/test/_test.rb +41 -0
- data/test/activate_terminal_test.rb +1 -1
- data/test/add_test_merchant_test.rb +1 -1
- data/test/batch_history_test.rb +1 -1
- data/test/boolean_prompt_test.rb +1 -1
- data/test/cancel_payment_link_test.rb +2 -1
- data/test/capture_signature_test.rb +1 -1
- data/test/deactivate_terminal_test.rb +1 -1
- data/test/delete_branding_asset_test.rb +1 -1
- data/test/delete_customer_test.rb +1 -1
- data/test/delete_media_asset_test.rb +1 -1
- data/test/delete_queued_transaction_test.rb +1 -1
- data/test/delete_slide_show_test.rb +1 -1
- data/test/delete_survey_question_test.rb +1 -1
- data/test/delete_test_merchant_test.rb +1 -1
- data/test/delete_token_test.rb +1 -1
- data/test/empty_branding_asset_test.rb +1 -1
- data/test/empty_slide_show_test.rb +1 -1
- data/test/gateway_timeout_test.rb +1 -1
- data/test/get_customer_test.rb +1 -1
- data/test/get_merchants_test.rb +1 -1
- data/test/invite_merchant_user_test.rb +1 -1
- data/test/link_token_test.rb +1 -1
- data/test/list_queued_transactions_test.rb +1 -1
- data/test/list_terminals_test.rb +1 -1
- data/test/media_asset_test.rb +1 -1
- data/test/media_test.rb +1 -1
- data/test/media_upload_test.rb +1 -1
- data/test/merchant_credential_generation_test.rb +60 -0
- data/test/merchant_invoice_detail_test.rb +1 -1
- data/test/merchant_invoices_test.rb +1 -1
- data/test/merchant_platforms_test.rb +1 -1
- data/test/merchant_profile_test.rb +1 -1
- data/test/merchant_users_test.rb +1 -1
- data/test/new_transaction_display_test.rb +1 -1
- data/test/pan_charge_test.rb +1 -1
- data/test/pan_enroll_test.rb +1 -1
- data/test/pan_preauth_test.rb +4 -4
- data/test/partial_refund_test.rb +1 -1
- data/test/partner_commission_breakdown_test.rb +10 -1
- data/test/partner_statement_detail_test.rb +10 -1
- data/test/partner_statements_test.rb +10 -1
- data/test/payment_link_status_test.rb +1 -1
- data/test/pricing_policy_test.rb +18 -2
- data/test/resend_payment_link_test.rb +2 -1
- data/test/search_customer_test.rb +1 -1
- data/test/send_payment_link_test.rb +1 -1
- data/test/simple_batch_close_test.rb +1 -1
- data/test/simple_capture_test.rb +4 -3
- data/test/simple_gift_activate_test.rb +1 -1
- data/test/simple_locate_test.rb +1 -1
- data/test/simple_message_test.rb +1 -1
- data/test/simple_ping_test.rb +1 -1
- data/test/simple_refund_test.rb +1 -1
- data/test/simple_reversal_test.rb +1 -1
- data/test/simple_void_test.rb +1 -1
- data/test/slide_show_test.rb +1 -1
- data/test/slide_shows_test.rb +1 -1
- data/test/survey_question_test.rb +1 -1
- data/test/survey_questions_test.rb +1 -1
- data/test/survey_results_test.rb +1 -1
- data/test/tc_delete_template_test.rb +1 -1
- data/test/tc_entry_test.rb +1 -1
- data/test/tc_log_test.rb +13 -1
- data/test/tc_template_test.rb +1 -1
- data/test/tc_template_update_test.rb +1 -1
- data/test/tc_templates_test.rb +1 -1
- data/test/terminal_branding_test.rb +1 -1
- data/test/terminal_charge_test.rb +1 -1
- data/test/terminal_clear_test.rb +1 -1
- data/test/terminal_ebt_balance_test.rb +1 -1
- data/test/terminal_ebt_charge_test.rb +1 -1
- data/test/terminal_enroll_test.rb +1 -1
- data/test/terminal_gift_card_balance_test.rb +1 -1
- data/test/terminal_keyed_charge_test.rb +1 -1
- data/test/terminal_manual_ebt_charge_test.rb +1 -1
- data/test/terminal_preauth_test.rb +1 -1
- data/test/terminal_queued_transaction_test.rb +1 -1
- data/test/terminal_status_test.rb +1 -1
- data/test/terminal_timeout_test.rb +1 -1
- data/test/terms_and_conditions_test.rb +1 -1
- data/test/text_prompt_test.rb +1 -1
- data/test/token_metadata_test.rb +1 -1
- data/test/transaction_history_test.rb +1 -1
- data/test/unlink_token_test.rb +1 -1
- data/test/update_branding_asset_test.rb +1 -1
- data/test/update_customer_test.rb +1 -1
- data/test/update_merchant_platforms_test.rb +1 -1
- data/test/update_merchant_test.rb +1 -1
- data/test/update_slide_show_test.rb +1 -1
- data/test/update_survey_question_test.rb +1 -1
- data/test/update_transaction_display_test.rb +1 -1
- data/test/upload_status_test.rb +1 -1
- metadata +4 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/pricing_policy_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -26,13 +26,29 @@ module BlockChyp
|
|
26
26
|
blockchyp.dashboard_host = config[:dashboardHost]
|
27
27
|
|
28
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
|
+
|
29
39
|
|
30
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)
|
31
47
|
|
32
48
|
# Set request parameters
|
33
49
|
request = {
|
34
50
|
test: true,
|
35
|
-
merchantId:
|
51
|
+
merchantId: response[:merchantId]
|
36
52
|
}
|
37
53
|
|
38
54
|
response = blockchyp.pricing_policy(request)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -60,6 +60,7 @@ module BlockChyp
|
|
60
60
|
|
61
61
|
# Set request parameters
|
62
62
|
request = {
|
63
|
+
test: true,
|
63
64
|
linkCode: response[:linkCode]
|
64
65
|
}
|
65
66
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/simple_capture_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -34,8 +34,9 @@ module BlockChyp
|
|
34
34
|
pan: '4111111111111111',
|
35
35
|
expMonth: '12',
|
36
36
|
expYear: '2025',
|
37
|
-
amount: '
|
38
|
-
test: true
|
37
|
+
amount: '42.45',
|
38
|
+
test: true,
|
39
|
+
bypassDupeFilter: true
|
39
40
|
}
|
40
41
|
response = blockchyp.preauth(setup_request)
|
41
42
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/simple_locate_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/simple_message_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/simple_ping_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/simple_refund_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/simple_void_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/slide_show_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/slide_shows_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/survey_results_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/tc_entry_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/tc_log_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -29,6 +29,18 @@ module BlockChyp
|
|
29
29
|
|
30
30
|
|
31
31
|
|
32
|
+
# Set request parameters
|
33
|
+
setup_request = {
|
34
|
+
test: true,
|
35
|
+
terminalName: config[:defaultTerminalName],
|
36
|
+
tcName: 'HIPPA Disclosure',
|
37
|
+
tcContent: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ullamcorper id urna quis pulvinar. Pellentesque vestibulum justo ac nulla consectetur tristique. Suspendisse arcu arcu, viverra vel luctus non, dapibus vitae augue. Aenean ac volutpat purus. Curabitur in lacus nisi. Nam vel sagittis eros. Curabitur faucibus ut nisl in pulvinar. Nunc egestas, orci ut porttitor tempus, ante mauris pellentesque ex, nec feugiat purus arcu ac metus. Cras sodales ornare lobortis. Aenean lacinia ultricies purus quis pharetra. Cras vestibulum nulla et magna eleifend eleifend. Nunc nibh dolor, malesuada ut suscipit vitae, bibendum quis dolor. Phasellus ultricies ex vitae dolor malesuada, vel dignissim neque accumsan.',
|
38
|
+
sigFormat: SignatureFormat::PNG,
|
39
|
+
sigWidth: 200,
|
40
|
+
sigRequired: true
|
41
|
+
}
|
42
|
+
response = blockchyp.terms_and_conditions(setup_request)
|
43
|
+
|
32
44
|
# Set request parameters
|
33
45
|
request = {
|
34
46
|
}
|
data/test/tc_template_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/tc_templates_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/terminal_clear_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/text_prompt_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/token_metadata_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/unlink_token_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
data/test/upload_status_test.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright 2019-
|
3
|
+
# Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
|
4
4
|
# governed by a license that can be found in the LICENSE file.
|
5
5
|
#
|
6
6
|
# This file was generated automatically by the BlockChyp SDK Generator.
|
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: 2.
|
4
|
+
version: 2.18.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BlockChyp
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|
@@ -23,6 +23,7 @@ files:
|
|
23
23
|
- lib/blockchyp/version.rb
|
24
24
|
- lib/blockchyp_client.rb
|
25
25
|
- lib/crypto_utils.rb
|
26
|
+
- test/_test.rb
|
26
27
|
- test/activate_terminal_test.rb
|
27
28
|
- test/add_test_merchant_test.rb
|
28
29
|
- test/batch_history_test.rb
|
@@ -51,6 +52,7 @@ files:
|
|
51
52
|
- test/media_asset_test.rb
|
52
53
|
- test/media_test.rb
|
53
54
|
- test/media_upload_test.rb
|
55
|
+
- test/merchant_credential_generation_test.rb
|
54
56
|
- test/merchant_invoice_detail_test.rb
|
55
57
|
- test/merchant_invoices_test.rb
|
56
58
|
- test/merchant_platforms_test.rb
|