blockchyp 2.19.0 → 2.21.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.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +103 -0
  3. data/lib/blockchyp/version.rb +1 -1
  4. data/lib/blockchyp.rb +11 -1
  5. data/test/activate_terminal_test.rb +1 -1
  6. data/test/add_gateway_merchant_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 +1 -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 +1 -1
  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 +1 -1
  43. data/test/partial_refund_test.rb +1 -1
  44. data/test/partner_commission_breakdown_test.rb +1 -1
  45. data/test/partner_statement_detail_test.rb +1 -1
  46. data/test/partner_statements_test.rb +1 -1
  47. data/test/payment_link_status_test.rb +1 -1
  48. data/test/pricing_policy_test.rb +1 -1
  49. data/test/resend_payment_link_test.rb +1 -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 +1 -1
  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/submit_application_test.rb +139 -0
  64. data/test/survey_question_test.rb +1 -1
  65. data/test/survey_questions_test.rb +1 -1
  66. data/test/survey_results_test.rb +1 -1
  67. data/test/tc_delete_template_test.rb +1 -1
  68. data/test/tc_entry_test.rb +1 -1
  69. data/test/tc_log_test.rb +1 -1
  70. data/test/tc_template_test.rb +1 -1
  71. data/test/tc_template_update_test.rb +1 -1
  72. data/test/tc_templates_test.rb +1 -1
  73. data/test/terminal_branding_test.rb +1 -1
  74. data/test/terminal_charge_test.rb +1 -1
  75. data/test/terminal_clear_test.rb +1 -1
  76. data/test/terminal_ebt_balance_test.rb +1 -1
  77. data/test/terminal_ebt_charge_test.rb +1 -1
  78. data/test/terminal_enroll_test.rb +1 -1
  79. data/test/terminal_gift_card_balance_test.rb +1 -1
  80. data/test/terminal_keyed_charge_test.rb +1 -1
  81. data/test/terminal_manual_ebt_charge_test.rb +1 -1
  82. data/test/terminal_preauth_test.rb +1 -1
  83. data/test/terminal_queued_transaction_test.rb +1 -1
  84. data/test/terminal_status_test.rb +1 -1
  85. data/test/terminal_timeout_test.rb +1 -1
  86. data/test/terms_and_conditions_test.rb +1 -1
  87. data/test/text_prompt_test.rb +1 -1
  88. data/test/token_metadata_test.rb +1 -1
  89. data/test/transaction_history_test.rb +1 -1
  90. data/test/unlink_token_test.rb +1 -1
  91. data/test/update_branding_asset_test.rb +1 -1
  92. data/test/update_customer_test.rb +1 -1
  93. data/test/update_merchant_platforms_test.rb +1 -1
  94. data/test/update_merchant_test.rb +1 -1
  95. data/test/update_slide_show_test.rb +1 -1
  96. data/test/update_survey_question_test.rb +1 -1
  97. data/test/update_transaction_display_test.rb +1 -1
  98. data/test/upload_status_test.rb +1 -1
  99. metadata +3 -2
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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.
@@ -0,0 +1,139 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2019-2025 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 SubmitApplicationTest < TestCase
13
+ def test_submit_application
14
+
15
+ puts "Running test_submit_application..."
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
+ inviteCode: 'asdf',
45
+ dbaName: 'BlockChyp',
46
+ corporateName: 'BlockChyp Inc.',
47
+ webSite: 'https://www.blockchyp.com',
48
+ taxIdNumber: '123456789',
49
+ entityType: 'CORPORATION',
50
+ stateOfIncorporation: 'UT',
51
+ merchantType: 'RETAIL',
52
+ businessDescription: 'Payment processing solutions',
53
+ yearsInBusiness: '5',
54
+ businessPhoneNumber: '5555551234',
55
+ physicalAddress: {
56
+ address1: '355 S 520 W',
57
+ city: 'Lindon',
58
+ stateOrProvince: 'UT',
59
+ postalCode: '84042',
60
+ countryCode: 'US'
61
+ },
62
+ mailingAddress: {
63
+ address1: '355 S 520 W',
64
+ city: 'Lindon',
65
+ stateOrProvince: 'UT',
66
+ postalCode: '84042',
67
+ countryCode: 'US'
68
+ },
69
+ contactFirstName: 'John',
70
+ contactLastName: 'Doe',
71
+ contactPhoneNumber: '5555555678',
72
+ contactEmail: 'john.doe@example.com',
73
+ contactTitle: 'CEO',
74
+ contactTaxIdNumber: '987654321',
75
+ contactDOB: '1980-01-01',
76
+ contactDlNumber: 'D1234567',
77
+ contactDlStateOrProvince: 'NY',
78
+ contactDlExpiration: '2025-12-31',
79
+ contactHomeAddress: {
80
+ address1: '355 S 520 W',
81
+ city: 'Lindon',
82
+ stateOrProvince: 'UT',
83
+ postalCode: '84042',
84
+ countryCode: 'US'
85
+ },
86
+ contactRole: 'OWNER',
87
+ owners: [
88
+ {
89
+ firstName: 'John',
90
+ lastName: 'Doe',
91
+ jobTitle: 'CEO',
92
+ taxIdNumber: '876543210',
93
+ phoneNumber: '5555559876',
94
+ dob: '1981-02-02',
95
+ ownership: '50',
96
+ email: 'john.doe@example.com',
97
+ dlNumber: 'D7654321',
98
+ dlStateOrProvince: 'UT',
99
+ dlExpiration: '2024-12-31',
100
+ address: {
101
+ address1: '355 S 520 W',
102
+ city: 'Lindon',
103
+ stateOrProvince: 'UT',
104
+ postalCode: '84042',
105
+ countryCode: 'US'
106
+ }
107
+ }
108
+ ],
109
+ manualAccount: {
110
+ name: 'Business Checking',
111
+ bank: 'Test Bank',
112
+ accountHolderName: 'BlockChyp Inc.',
113
+ routingNumber: '124001545',
114
+ accountNumber: '987654321'
115
+ },
116
+ averageTransaction: '100.00',
117
+ highTransaction: '1000.00',
118
+ averageMonth: '10000.00',
119
+ highMonth: '20000.00',
120
+ refundPolicy: '30_DAYS',
121
+ refundDays: '30',
122
+ timeZone: 'America/Denver',
123
+ batchCloseTime: '23:59',
124
+ multipleLocations: 'false',
125
+ ebtRequested: 'false',
126
+ ecommerce: 'true',
127
+ cardPresentPercentage: '70',
128
+ phoneOrderPercentage: '10',
129
+ ecomPercentage: '20',
130
+ signerName: 'John Doe'
131
+ }
132
+
133
+ response = blockchyp.submit_application(request)
134
+ assert_not_nil(response)
135
+ # response assertions
136
+ assert(response[:success])
137
+ end
138
+ end
139
+ end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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-2024 BlockChyp, Inc. All rights reserved. Use of this code is
3
+ # Copyright 2019-2025 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.19.0
4
+ version: 2.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BlockChyp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-16 00:00:00.000000000 Z
11
+ date: 2025-04-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -83,6 +83,7 @@ files:
83
83
  - test/simple_void_test.rb
84
84
  - test/slide_show_test.rb
85
85
  - test/slide_shows_test.rb
86
+ - test/submit_application_test.rb
86
87
  - test/survey_question_test.rb
87
88
  - test/survey_questions_test.rb
88
89
  - test/survey_results_test.rb