blockchyp 2.17.3 → 2.18.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +42 -0
  3. data/lib/blockchyp/version.rb +1 -1
  4. data/lib/blockchyp.rb +6 -1
  5. data/test/_test.rb +41 -0
  6. data/test/activate_terminal_test.rb +1 -1
  7. data/test/add_test_merchant_test.rb +1 -1
  8. data/test/batch_history_test.rb +1 -1
  9. data/test/boolean_prompt_test.rb +1 -1
  10. data/test/cancel_payment_link_test.rb +2 -1
  11. data/test/capture_signature_test.rb +1 -1
  12. data/test/deactivate_terminal_test.rb +1 -1
  13. data/test/delete_branding_asset_test.rb +1 -1
  14. data/test/delete_customer_test.rb +1 -1
  15. data/test/delete_media_asset_test.rb +1 -1
  16. data/test/delete_queued_transaction_test.rb +1 -1
  17. data/test/delete_slide_show_test.rb +1 -1
  18. data/test/delete_survey_question_test.rb +1 -1
  19. data/test/delete_test_merchant_test.rb +1 -1
  20. data/test/delete_token_test.rb +1 -1
  21. data/test/empty_branding_asset_test.rb +1 -1
  22. data/test/empty_slide_show_test.rb +1 -1
  23. data/test/gateway_timeout_test.rb +1 -1
  24. data/test/get_customer_test.rb +1 -1
  25. data/test/get_merchants_test.rb +1 -1
  26. data/test/invite_merchant_user_test.rb +1 -1
  27. data/test/link_token_test.rb +1 -1
  28. data/test/list_queued_transactions_test.rb +1 -1
  29. data/test/list_terminals_test.rb +1 -1
  30. data/test/media_asset_test.rb +1 -1
  31. data/test/media_test.rb +1 -1
  32. data/test/media_upload_test.rb +1 -1
  33. data/test/merchant_credential_generation_test.rb +60 -0
  34. data/test/merchant_invoice_detail_test.rb +1 -1
  35. data/test/merchant_invoices_test.rb +1 -1
  36. data/test/merchant_platforms_test.rb +1 -1
  37. data/test/merchant_profile_test.rb +1 -1
  38. data/test/merchant_users_test.rb +1 -1
  39. data/test/new_transaction_display_test.rb +1 -1
  40. data/test/pan_charge_test.rb +1 -1
  41. data/test/pan_enroll_test.rb +1 -1
  42. data/test/pan_preauth_test.rb +4 -4
  43. data/test/partial_refund_test.rb +1 -1
  44. data/test/partner_commission_breakdown_test.rb +10 -1
  45. data/test/partner_statement_detail_test.rb +10 -1
  46. data/test/partner_statements_test.rb +10 -1
  47. data/test/payment_link_status_test.rb +1 -1
  48. data/test/pricing_policy_test.rb +18 -2
  49. data/test/resend_payment_link_test.rb +2 -1
  50. data/test/search_customer_test.rb +1 -1
  51. data/test/send_payment_link_test.rb +1 -1
  52. data/test/simple_batch_close_test.rb +1 -1
  53. data/test/simple_capture_test.rb +4 -3
  54. data/test/simple_gift_activate_test.rb +1 -1
  55. data/test/simple_locate_test.rb +1 -1
  56. data/test/simple_message_test.rb +1 -1
  57. data/test/simple_ping_test.rb +1 -1
  58. data/test/simple_refund_test.rb +1 -1
  59. data/test/simple_reversal_test.rb +1 -1
  60. data/test/simple_void_test.rb +1 -1
  61. data/test/slide_show_test.rb +1 -1
  62. data/test/slide_shows_test.rb +1 -1
  63. data/test/survey_question_test.rb +1 -1
  64. data/test/survey_questions_test.rb +1 -1
  65. data/test/survey_results_test.rb +1 -1
  66. data/test/tc_delete_template_test.rb +1 -1
  67. data/test/tc_entry_test.rb +1 -1
  68. data/test/tc_log_test.rb +13 -1
  69. data/test/tc_template_test.rb +1 -1
  70. data/test/tc_template_update_test.rb +1 -1
  71. data/test/tc_templates_test.rb +1 -1
  72. data/test/terminal_branding_test.rb +1 -1
  73. data/test/terminal_charge_test.rb +1 -1
  74. data/test/terminal_clear_test.rb +1 -1
  75. data/test/terminal_ebt_balance_test.rb +1 -1
  76. data/test/terminal_ebt_charge_test.rb +1 -1
  77. data/test/terminal_enroll_test.rb +1 -1
  78. data/test/terminal_gift_card_balance_test.rb +1 -1
  79. data/test/terminal_keyed_charge_test.rb +1 -1
  80. data/test/terminal_manual_ebt_charge_test.rb +1 -1
  81. data/test/terminal_preauth_test.rb +1 -1
  82. data/test/terminal_queued_transaction_test.rb +1 -1
  83. data/test/terminal_status_test.rb +1 -1
  84. data/test/terminal_timeout_test.rb +1 -1
  85. data/test/terms_and_conditions_test.rb +1 -1
  86. data/test/text_prompt_test.rb +1 -1
  87. data/test/token_metadata_test.rb +1 -1
  88. data/test/transaction_history_test.rb +1 -1
  89. data/test/unlink_token_test.rb +1 -1
  90. data/test/update_branding_asset_test.rb +1 -1
  91. data/test/update_customer_test.rb +1 -1
  92. data/test/update_merchant_platforms_test.rb +1 -1
  93. data/test/update_merchant_test.rb +1 -1
  94. data/test/update_slide_show_test.rb +1 -1
  95. data/test/update_survey_question_test.rb +1 -1
  96. data/test/update_transaction_display_test.rb +1 -1
  97. data/test/upload_status_test.rb +1 -1
  98. metadata +4 -2
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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: '<MERCHANT ID>'
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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: '25.55',
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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
  }
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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-2023 BlockChyp, Inc. All rights reserved. Use of this code is
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.17.3
4
+ version: 2.18.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - BlockChyp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-31 00:00:00.000000000 Z
11
+ date: 2024-04-29 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