solifyn 1.1.2 → 1.1.3

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 (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/lib/solifyn/version.rb +1 -1
  4. data/spec/api/checkout_api_spec.rb +12 -0
  5. data/spec/api/developer_api_spec.rb +52 -29
  6. data/spec/models/checkout_session_details_dto_spec.rb +6 -0
  7. data/spec/models/collection_product_dto_spec.rb +28 -0
  8. data/spec/models/order_spec.rb +6 -0
  9. data/spec/models/product_create_spec.rb +28 -0
  10. data/spec/models/product_spec.rb +28 -0
  11. data/spec/models/product_update_spec.rb +28 -0
  12. metadata +133 -262
  13. data/LICENSE +0 -202
  14. data/docs/AffiliateApi.md +0 -845
  15. data/docs/BillingApi.md +0 -68
  16. data/docs/BrandsApi.md +0 -286
  17. data/docs/Business.md +0 -56
  18. data/docs/BusinessCreate.md +0 -18
  19. data/docs/BusinessFullCreate.md +0 -26
  20. data/docs/BusinessFullCreateResponse.md +0 -20
  21. data/docs/BusinessesApi.md +0 -350
  22. data/docs/ChatApi.md +0 -246
  23. data/docs/CommunityApi.md +0 -497
  24. data/docs/DefaultApi.md +0 -1214
  25. data/docs/PartnerApi.md +0 -125
  26. data/docs/PayoutAccessToken.md +0 -20
  27. data/docs/PayoutAccount.md +0 -22
  28. data/docs/PayoutAccountLink.md +0 -20
  29. data/docs/PayoutMethod.md +0 -24
  30. data/docs/PayoutMethodList.md +0 -18
  31. data/docs/PayoutVerification.md +0 -24
  32. data/docs/PayoutVerificationList.md +0 -18
  33. data/docs/PayoutsApi.md +0 -579
  34. data/docs/TicketApi.md +0 -318
  35. data/docs/UserPage.md +0 -26
  36. data/docs/UserProfileThemesApi.md +0 -345
  37. data/docs/UserSettings.md +0 -34
  38. data/docs/UserSettingsUpdate.md +0 -76
  39. data/docs/UserStats.md +0 -20
  40. data/docs/UserTheme.md +0 -26
  41. data/docs/UserThemeUpdate.md +0 -22
  42. data/docs/WhopApiKeysRotation.md +0 -18
  43. data/docs/Withdrawal.md +0 -46
  44. data/docs/WithdrawalCreate.md +0 -22
  45. data/docs/WithdrawalList.md +0 -20
  46. data/lib/solifyn/api/affiliate_api.rb +0 -760
  47. data/lib/solifyn/api/billing_api.rb +0 -77
  48. data/lib/solifyn/api/brands_api.rb +0 -284
  49. data/lib/solifyn/api/businesses_api.rb +0 -338
  50. data/lib/solifyn/api/chat_api.rb +0 -232
  51. data/lib/solifyn/api/community_api.rb +0 -466
  52. data/lib/solifyn/api/default_api.rb +0 -1076
  53. data/lib/solifyn/api/partner_api.rb +0 -124
  54. data/lib/solifyn/api/payouts_api.rb +0 -520
  55. data/lib/solifyn/api/ticket_api.rb +0 -328
  56. data/lib/solifyn/api/user_profile_themes_api.rb +0 -313
  57. data/lib/solifyn/models/business.rb +0 -482
  58. data/lib/solifyn/models/business_create.rb +0 -241
  59. data/lib/solifyn/models/business_full_create.rb +0 -288
  60. data/lib/solifyn/models/business_full_create_response.rb +0 -239
  61. data/lib/solifyn/models/payout_access_token.rb +0 -239
  62. data/lib/solifyn/models/payout_account.rb +0 -249
  63. data/lib/solifyn/models/payout_account_link.rb +0 -239
  64. data/lib/solifyn/models/payout_method.rb +0 -266
  65. data/lib/solifyn/models/payout_method_list.rb +0 -224
  66. data/lib/solifyn/models/payout_verification.rb +0 -266
  67. data/lib/solifyn/models/payout_verification_list.rb +0 -224
  68. data/lib/solifyn/models/user_page.rb +0 -290
  69. data/lib/solifyn/models/user_settings.rb +0 -337
  70. data/lib/solifyn/models/user_settings_update.rb +0 -505
  71. data/lib/solifyn/models/user_stats.rb +0 -241
  72. data/lib/solifyn/models/user_theme.rb +0 -276
  73. data/lib/solifyn/models/user_theme_update.rb +0 -235
  74. data/lib/solifyn/models/whop_api_keys_rotation.rb +0 -222
  75. data/lib/solifyn/models/withdrawal.rb +0 -411
  76. data/lib/solifyn/models/withdrawal_create.rb +0 -249
  77. data/lib/solifyn/models/withdrawal_list.rb +0 -241
  78. data/spec/api/affiliate_api_spec.rb +0 -165
  79. data/spec/api/billing_api_spec.rb +0 -46
  80. data/spec/api/brands_api_spec.rb +0 -83
  81. data/spec/api/businesses_api_spec.rb +0 -93
  82. data/spec/api/chat_api_spec.rb +0 -72
  83. data/spec/api/community_api_spec.rb +0 -113
  84. data/spec/api/default_api_spec.rb +0 -191
  85. data/spec/api/partner_api_spec.rb +0 -53
  86. data/spec/api/payouts_api_spec.rb +0 -133
  87. data/spec/api/ticket_api_spec.rb +0 -86
  88. data/spec/api/user_profile_themes_api_spec.rb +0 -91
  89. data/spec/models/business_create_spec.rb +0 -36
  90. data/spec/models/business_full_create_response_spec.rb +0 -42
  91. data/spec/models/business_full_create_spec.rb +0 -60
  92. data/spec/models/business_spec.rb +0 -150
  93. data/spec/models/payout_access_token_spec.rb +0 -42
  94. data/spec/models/payout_account_link_spec.rb +0 -42
  95. data/spec/models/payout_account_spec.rb +0 -48
  96. data/spec/models/payout_method_list_spec.rb +0 -36
  97. data/spec/models/payout_method_spec.rb +0 -54
  98. data/spec/models/payout_verification_list_spec.rb +0 -36
  99. data/spec/models/payout_verification_spec.rb +0 -54
  100. data/spec/models/user_page_spec.rb +0 -60
  101. data/spec/models/user_settings_spec.rb +0 -84
  102. data/spec/models/user_settings_update_spec.rb +0 -210
  103. data/spec/models/user_stats_spec.rb +0 -42
  104. data/spec/models/user_theme_spec.rb +0 -60
  105. data/spec/models/user_theme_update_spec.rb +0 -48
  106. data/spec/models/whop_api_keys_rotation_spec.rb +0 -36
  107. data/spec/models/withdrawal_create_spec.rb +0 -48
  108. data/spec/models/withdrawal_list_spec.rb +0 -42
  109. data/spec/models/withdrawal_spec.rb +0 -120
@@ -1,84 +0,0 @@
1
- =begin
2
- #Solifyn API
3
-
4
- #Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.
5
-
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Solifyn::UserSettings
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::UserSettings do
21
- let(:instance) { Solifyn::UserSettings.new }
22
-
23
- describe 'test an instance of UserSettings' do
24
- it 'should create an instance of UserSettings' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::UserSettings)
27
- end
28
- end
29
-
30
- describe 'test attribute "id"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "email"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "first_name"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- describe 'test attribute "last_name"' do
49
- it 'should work' do
50
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
- end
52
- end
53
-
54
- describe 'test attribute "avatar_url"' do
55
- it 'should work' do
56
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
- end
58
- end
59
-
60
- describe 'test attribute "payout_threshold"' do
61
- it 'should work' do
62
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
- end
64
- end
65
-
66
- describe 'test attribute "notify_on_success"' do
67
- it 'should work' do
68
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
- end
70
- end
71
-
72
- describe 'test attribute "send_license_key_email"' do
73
- it 'should work' do
74
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
- end
76
- end
77
-
78
- describe 'test attribute "send_digital_file_email"' do
79
- it 'should work' do
80
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
- end
82
- end
83
-
84
- end
@@ -1,210 +0,0 @@
1
- =begin
2
- #Solifyn API
3
-
4
- #Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.
5
-
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Solifyn::UserSettingsUpdate
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::UserSettingsUpdate do
21
- let(:instance) { Solifyn::UserSettingsUpdate.new }
22
-
23
- describe 'test an instance of UserSettingsUpdate' do
24
- it 'should create an instance of UserSettingsUpdate' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::UserSettingsUpdate)
27
- end
28
- end
29
-
30
- describe 'test attribute "subdomain"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "store_name"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "social_links"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- describe 'test attribute "page_title"' do
49
- it 'should work' do
50
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
- end
52
- end
53
-
54
- describe 'test attribute "seo_description"' do
55
- it 'should work' do
56
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
- end
58
- end
59
-
60
- describe 'test attribute "seo_image"' do
61
- it 'should work' do
62
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
- end
64
- end
65
-
66
- describe 'test attribute "favicon_url"' do
67
- it 'should work' do
68
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
- end
70
- end
71
-
72
- describe 'test attribute "google_analytics_id"' do
73
- it 'should work' do
74
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
- end
76
- end
77
-
78
- describe 'test attribute "google_tag_manager_id"' do
79
- it 'should work' do
80
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
- end
82
- end
83
-
84
- describe 'test attribute "meta_pixel_id"' do
85
- it 'should work' do
86
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
- end
88
- end
89
-
90
- describe 'test attribute "logo_url"' do
91
- it 'should work' do
92
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
- end
94
- end
95
-
96
- describe 'test attribute "business_title"' do
97
- it 'should work' do
98
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
- end
100
- end
101
-
102
- describe 'test attribute "statement_descriptor"' do
103
- it 'should work' do
104
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
- end
106
- end
107
-
108
- describe 'test attribute "default_currency"' do
109
- it 'should work' do
110
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
- end
112
- end
113
-
114
- describe 'test attribute "email"' do
115
- it 'should work' do
116
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
- end
118
- end
119
-
120
- describe 'test attribute "first_name"' do
121
- it 'should work' do
122
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
123
- end
124
- end
125
-
126
- describe 'test attribute "last_name"' do
127
- it 'should work' do
128
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
129
- end
130
- end
131
-
132
- describe 'test attribute "avatar_url"' do
133
- it 'should work' do
134
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
135
- end
136
- end
137
-
138
- describe 'test attribute "payout_threshold"' do
139
- it 'should work' do
140
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
141
- end
142
- end
143
-
144
- describe 'test attribute "notify_on_success"' do
145
- it 'should work' do
146
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
- end
148
- end
149
-
150
- describe 'test attribute "send_license_key_email"' do
151
- it 'should work' do
152
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
153
- end
154
- end
155
-
156
- describe 'test attribute "send_digital_file_email"' do
157
- it 'should work' do
158
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
159
- end
160
- end
161
-
162
- describe 'test attribute "notify_on_subscription_plan_changed"' do
163
- it 'should work' do
164
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
165
- end
166
- end
167
-
168
- describe 'test attribute "notify_on_subscription_set_to_cancel"' do
169
- it 'should work' do
170
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
171
- end
172
- end
173
-
174
- describe 'test attribute "notify_on_subscription_cancelled"' do
175
- it 'should work' do
176
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
177
- end
178
- end
179
-
180
- describe 'test attribute "notify_on_refund_successful"' do
181
- it 'should work' do
182
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
183
- end
184
- end
185
-
186
- describe 'test attribute "notify_on_payment_failed"' do
187
- it 'should work' do
188
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
189
- end
190
- end
191
-
192
- describe 'test attribute "notify_on_subscription_renewal_failed"' do
193
- it 'should work' do
194
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
195
- end
196
- end
197
-
198
- describe 'test attribute "notify_on_subscription_trial_ending"' do
199
- it 'should work' do
200
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
201
- end
202
- end
203
-
204
- describe 'test attribute "notify_on_subscription_paused"' do
205
- it 'should work' do
206
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
207
- end
208
- end
209
-
210
- end
@@ -1,42 +0,0 @@
1
- =begin
2
- #Solifyn API
3
-
4
- #Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.
5
-
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Solifyn::UserStats
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::UserStats do
21
- let(:instance) { Solifyn::UserStats.new }
22
-
23
- describe 'test an instance of UserStats' do
24
- it 'should create an instance of UserStats' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::UserStats)
27
- end
28
- end
29
-
30
- describe 'test attribute "summary"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "chart_data"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- end
@@ -1,60 +0,0 @@
1
- =begin
2
- #Solifyn API
3
-
4
- #Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.
5
-
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Solifyn::UserTheme
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::UserTheme do
21
- let(:instance) { Solifyn::UserTheme.new }
22
-
23
- describe 'test an instance of UserTheme' do
24
- it 'should create an instance of UserTheme' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::UserTheme)
27
- end
28
- end
29
-
30
- describe 'test attribute "id"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "config"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "avatar_url"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- describe 'test attribute "banner_url"' do
49
- it 'should work' do
50
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
- end
52
- end
53
-
54
- describe 'test attribute "business_id"' do
55
- it 'should work' do
56
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
- end
58
- end
59
-
60
- end
@@ -1,48 +0,0 @@
1
- =begin
2
- #Solifyn API
3
-
4
- #Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.
5
-
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Solifyn::UserThemeUpdate
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::UserThemeUpdate do
21
- let(:instance) { Solifyn::UserThemeUpdate.new }
22
-
23
- describe 'test an instance of UserThemeUpdate' do
24
- it 'should create an instance of UserThemeUpdate' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::UserThemeUpdate)
27
- end
28
- end
29
-
30
- describe 'test attribute "config"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "avatar_url"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "banner_url"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- end
@@ -1,36 +0,0 @@
1
- =begin
2
- #Solifyn API
3
-
4
- #Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.
5
-
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Solifyn::WhopApiKeysRotation
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::WhopApiKeysRotation do
21
- let(:instance) { Solifyn::WhopApiKeysRotation.new }
22
-
23
- describe 'test an instance of WhopApiKeysRotation' do
24
- it 'should create an instance of WhopApiKeysRotation' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::WhopApiKeysRotation)
27
- end
28
- end
29
-
30
- describe 'test attribute "success"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- end
@@ -1,48 +0,0 @@
1
- =begin
2
- #Solifyn API
3
-
4
- #Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.
5
-
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Solifyn::WithdrawalCreate
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::WithdrawalCreate do
21
- let(:instance) { Solifyn::WithdrawalCreate.new }
22
-
23
- describe 'test an instance of WithdrawalCreate' do
24
- it 'should create an instance of WithdrawalCreate' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::WithdrawalCreate)
27
- end
28
- end
29
-
30
- describe 'test attribute "amount"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "currency"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "payout_method_id"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- end
@@ -1,42 +0,0 @@
1
- =begin
2
- #Solifyn API
3
-
4
- #Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.
5
-
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Solifyn::WithdrawalList
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::WithdrawalList do
21
- let(:instance) { Solifyn::WithdrawalList.new }
22
-
23
- describe 'test an instance of WithdrawalList' do
24
- it 'should create an instance of WithdrawalList' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::WithdrawalList)
27
- end
28
- end
29
-
30
- describe 'test attribute "items"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "total_count"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- end
@@ -1,120 +0,0 @@
1
- =begin
2
- #Solifyn API
3
-
4
- #Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.
5
-
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.10.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for Solifyn::Withdrawal
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe Solifyn::Withdrawal do
21
- let(:instance) { Solifyn::Withdrawal.new }
22
-
23
- describe 'test an instance of Withdrawal' do
24
- it 'should create an instance of Withdrawal' do
25
- # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(Solifyn::Withdrawal)
27
- end
28
- end
29
-
30
- describe 'test attribute "id"' do
31
- it 'should work' do
32
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
- end
34
- end
35
-
36
- describe 'test attribute "whop_id"' do
37
- it 'should work' do
38
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
- end
40
- end
41
-
42
- describe 'test attribute "amount"' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- describe 'test attribute "currency"' do
49
- it 'should work' do
50
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
- end
52
- end
53
-
54
- describe 'test attribute "status"' do
55
- it 'should work' do
56
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
- end
58
- end
59
-
60
- describe 'test attribute "fee_amount"' do
61
- it 'should work' do
62
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
- end
64
- end
65
-
66
- describe 'test attribute "fee_type"' do
67
- it 'should work' do
68
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
- end
70
- end
71
-
72
- describe 'test attribute "markup_fee"' do
73
- it 'should work' do
74
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
- end
76
- end
77
-
78
- describe 'test attribute "speed"' do
79
- it 'should work' do
80
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
- end
82
- end
83
-
84
- describe 'test attribute "trace_code"' do
85
- it 'should work' do
86
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
- end
88
- end
89
-
90
- describe 'test attribute "payer_name"' do
91
- it 'should work' do
92
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
- end
94
- end
95
-
96
- describe 'test attribute "error_message"' do
97
- it 'should work' do
98
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
- end
100
- end
101
-
102
- describe 'test attribute "business_id"' do
103
- it 'should work' do
104
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
- end
106
- end
107
-
108
- describe 'test attribute "created_at"' do
109
- it 'should work' do
110
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
- end
112
- end
113
-
114
- describe 'test attribute "updated_at"' do
115
- it 'should work' do
116
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
- end
118
- end
119
-
120
- end