stripe 5.28.0 → 5.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -0
- data/Gemfile +0 -1
- data/README.md +4 -1
- data/VERSION +1 -1
- data/lib/stripe.rb +23 -22
- data/lib/stripe/connection_manager.rb +10 -8
- data/lib/stripe/oauth.rb +4 -3
- data/lib/stripe/object_types.rb +1 -0
- data/lib/stripe/resources.rb +1 -0
- data/lib/stripe/resources/account.rb +3 -8
- data/lib/stripe/resources/billing_portal/configuration.rb +14 -0
- data/lib/stripe/resources/customer.rb +6 -1
- data/lib/stripe/resources/file.rb +2 -1
- data/lib/stripe/stripe_client.rb +131 -64
- data/lib/stripe/stripe_configuration.rb +25 -9
- data/lib/stripe/stripe_object.rb +23 -0
- data/lib/stripe/util.rb +12 -6
- data/lib/stripe/version.rb +1 -1
- data/stripe.gemspec +9 -2
- metadata +7 -195
- data/.editorconfig +0 -10
- data/.gitattributes +0 -4
- data/.github/ISSUE_TEMPLATE.md +0 -5
- data/.gitignore +0 -8
- data/.rubocop.yml +0 -80
- data/.rubocop_todo.yml +0 -33
- data/.travis.yml +0 -38
- data/.vscode/extensions.json +0 -7
- data/.vscode/settings.json +0 -8
- data/test/openapi/README.md +0 -9
- data/test/stripe/account_link_test.rb +0 -18
- data/test/stripe/account_test.rb +0 -412
- data/test/stripe/alipay_account_test.rb +0 -37
- data/test/stripe/api_operations_test.rb +0 -80
- data/test/stripe/api_resource_test.rb +0 -646
- data/test/stripe/apple_pay_domain_test.rb +0 -46
- data/test/stripe/application_fee_refund_test.rb +0 -37
- data/test/stripe/application_fee_test.rb +0 -58
- data/test/stripe/balance_test.rb +0 -13
- data/test/stripe/balance_transaction_test.rb +0 -20
- data/test/stripe/bank_account_test.rb +0 -36
- data/test/stripe/billing_portal/session_test.rb +0 -18
- data/test/stripe/capability_test.rb +0 -45
- data/test/stripe/charge_test.rb +0 -64
- data/test/stripe/checkout/session_test.rb +0 -53
- data/test/stripe/connection_manager_test.rb +0 -167
- data/test/stripe/country_spec_test.rb +0 -20
- data/test/stripe/coupon_test.rb +0 -61
- data/test/stripe/credit_note_test.rb +0 -90
- data/test/stripe/customer_balance_transaction_test.rb +0 -37
- data/test/stripe/customer_card_test.rb +0 -48
- data/test/stripe/customer_test.rb +0 -226
- data/test/stripe/dispute_test.rb +0 -51
- data/test/stripe/ephemeral_key_test.rb +0 -93
- data/test/stripe/errors_test.rb +0 -53
- data/test/stripe/exchange_rate_test.rb +0 -20
- data/test/stripe/file_link_test.rb +0 -41
- data/test/stripe/file_test.rb +0 -87
- data/test/stripe/instrumentation_test.rb +0 -74
- data/test/stripe/invoice_item_test.rb +0 -66
- data/test/stripe/invoice_line_item_test.rb +0 -8
- data/test/stripe/invoice_test.rb +0 -229
- data/test/stripe/issuing/authorization_test.rb +0 -72
- data/test/stripe/issuing/card_test.rb +0 -74
- data/test/stripe/issuing/cardholder_test.rb +0 -53
- data/test/stripe/issuing/dispute_test.rb +0 -54
- data/test/stripe/issuing/transaction_test.rb +0 -48
- data/test/stripe/list_object_test.rb +0 -202
- data/test/stripe/login_link_test.rb +0 -37
- data/test/stripe/mandate_test.rb +0 -14
- data/test/stripe/multipart_encoder_test.rb +0 -130
- data/test/stripe/oauth_test.rb +0 -104
- data/test/stripe/order_return_test.rb +0 -21
- data/test/stripe/order_test.rb +0 -82
- data/test/stripe/payment_intent_test.rb +0 -107
- data/test/stripe/payment_method_test.rb +0 -84
- data/test/stripe/payout_test.rb +0 -72
- data/test/stripe/person_test.rb +0 -46
- data/test/stripe/plan_test.rb +0 -98
- data/test/stripe/price_test.rb +0 -48
- data/test/stripe/product_test.rb +0 -58
- data/test/stripe/promotion_code_test.rb +0 -42
- data/test/stripe/radar/early_fraud_warning_test.rb +0 -22
- data/test/stripe/radar/value_list_item_test.rb +0 -48
- data/test/stripe/radar/value_list_test.rb +0 -61
- data/test/stripe/recipient_test.rb +0 -62
- data/test/stripe/refund_test.rb +0 -39
- data/test/stripe/reporting/report_run_test.rb +0 -33
- data/test/stripe/reporting/report_type_test.rb +0 -22
- data/test/stripe/reversal_test.rb +0 -43
- data/test/stripe/review_test.rb +0 -27
- data/test/stripe/setup_attempt_test.rb +0 -16
- data/test/stripe/setup_intent_test.rb +0 -84
- data/test/stripe/sigma/scheduled_query_run_test.rb +0 -22
- data/test/stripe/sku_test.rb +0 -60
- data/test/stripe/source_test.rb +0 -119
- data/test/stripe/stripe_client_test.rb +0 -1291
- data/test/stripe/stripe_configuration_test.rb +0 -131
- data/test/stripe/stripe_object_test.rb +0 -500
- data/test/stripe/stripe_response_test.rb +0 -95
- data/test/stripe/subscription_item_test.rb +0 -84
- data/test/stripe/subscription_schedule_test.rb +0 -82
- data/test/stripe/subscription_test.rb +0 -80
- data/test/stripe/tax_id_test.rb +0 -31
- data/test/stripe/tax_rate_test.rb +0 -43
- data/test/stripe/terminal/connection_token_test.rb +0 -16
- data/test/stripe/terminal/location_test.rb +0 -68
- data/test/stripe/terminal/reader_test.rb +0 -62
- data/test/stripe/three_d_secure_test.rb +0 -23
- data/test/stripe/topup_test.rb +0 -62
- data/test/stripe/transfer_test.rb +0 -88
- data/test/stripe/usage_record_summary_test.rb +0 -29
- data/test/stripe/util_test.rb +0 -402
- data/test/stripe/webhook_endpoint_test.rb +0 -59
- data/test/stripe/webhook_test.rb +0 -135
- data/test/stripe_mock.rb +0 -78
- data/test/stripe_test.rb +0 -132
- data/test/test_data.rb +0 -61
- data/test/test_helper.rb +0 -77
@@ -101,14 +101,22 @@ module Stripe
|
|
101
101
|
@max_network_retries = val.to_i
|
102
102
|
end
|
103
103
|
|
104
|
+
def max_network_retry_delay=(val)
|
105
|
+
@max_network_retry_delay = val.to_i
|
106
|
+
end
|
107
|
+
|
108
|
+
def initial_network_retry_delay=(val)
|
109
|
+
@initial_network_retry_delay = val.to_i
|
110
|
+
end
|
111
|
+
|
104
112
|
def open_timeout=(open_timeout)
|
105
113
|
@open_timeout = open_timeout
|
106
|
-
StripeClient.clear_all_connection_managers
|
114
|
+
StripeClient.clear_all_connection_managers(config: self)
|
107
115
|
end
|
108
116
|
|
109
117
|
def read_timeout=(read_timeout)
|
110
118
|
@read_timeout = read_timeout
|
111
|
-
StripeClient.clear_all_connection_managers
|
119
|
+
StripeClient.clear_all_connection_managers(config: self)
|
112
120
|
end
|
113
121
|
|
114
122
|
def write_timeout=(write_timeout)
|
@@ -117,32 +125,32 @@ module Stripe
|
|
117
125
|
end
|
118
126
|
|
119
127
|
@write_timeout = write_timeout
|
120
|
-
StripeClient.clear_all_connection_managers
|
128
|
+
StripeClient.clear_all_connection_managers(config: self)
|
121
129
|
end
|
122
130
|
|
123
131
|
def proxy=(proxy)
|
124
132
|
@proxy = proxy
|
125
|
-
StripeClient.clear_all_connection_managers
|
133
|
+
StripeClient.clear_all_connection_managers(config: self)
|
126
134
|
end
|
127
135
|
|
128
136
|
def verify_ssl_certs=(verify_ssl_certs)
|
129
137
|
@verify_ssl_certs = verify_ssl_certs
|
130
|
-
StripeClient.clear_all_connection_managers
|
138
|
+
StripeClient.clear_all_connection_managers(config: self)
|
131
139
|
end
|
132
140
|
|
133
141
|
def uploads_base=(uploads_base)
|
134
142
|
@uploads_base = uploads_base
|
135
|
-
StripeClient.clear_all_connection_managers
|
143
|
+
StripeClient.clear_all_connection_managers(config: self)
|
136
144
|
end
|
137
145
|
|
138
146
|
def connect_base=(connect_base)
|
139
147
|
@connect_base = connect_base
|
140
|
-
StripeClient.clear_all_connection_managers
|
148
|
+
StripeClient.clear_all_connection_managers(config: self)
|
141
149
|
end
|
142
150
|
|
143
151
|
def api_base=(api_base)
|
144
152
|
@api_base = api_base
|
145
|
-
StripeClient.clear_all_connection_managers
|
153
|
+
StripeClient.clear_all_connection_managers(config: self)
|
146
154
|
end
|
147
155
|
|
148
156
|
def ca_bundle_path=(path)
|
@@ -151,7 +159,7 @@ module Stripe
|
|
151
159
|
# empty this field so a new store is initialized
|
152
160
|
@ca_store = nil
|
153
161
|
|
154
|
-
StripeClient.clear_all_connection_managers
|
162
|
+
StripeClient.clear_all_connection_managers(config: self)
|
155
163
|
end
|
156
164
|
|
157
165
|
# A certificate store initialized from the the bundle in #ca_bundle_path and
|
@@ -174,5 +182,13 @@ module Stripe
|
|
174
182
|
def enable_telemetry?
|
175
183
|
enable_telemetry
|
176
184
|
end
|
185
|
+
|
186
|
+
# Generates a deterministic key to identify configuration objects with
|
187
|
+
# identical configuration values.
|
188
|
+
def key
|
189
|
+
instance_variables
|
190
|
+
.collect { |variable| instance_variable_get(variable) }
|
191
|
+
.join
|
192
|
+
end
|
177
193
|
end
|
178
194
|
end
|
data/lib/stripe/stripe_object.rb
CHANGED
@@ -267,6 +267,27 @@ module Stripe
|
|
267
267
|
[]
|
268
268
|
end
|
269
269
|
|
270
|
+
# When designing APIs, we now make a conscious effort server-side to avoid
|
271
|
+
# naming fields after important built-ins in various languages (e.g. class,
|
272
|
+
# method, etc.).
|
273
|
+
#
|
274
|
+
# However, a long time ago we made the mistake (either consciously or by
|
275
|
+
# accident) of initializing our `metadata` fields as instances of
|
276
|
+
# `StripeObject`, and metadata can have a wide range of different keys
|
277
|
+
# defined in it. This is somewhat a convenient in that it allows users to
|
278
|
+
# access data like `obj.metadata.my_field`, but is almost certainly not
|
279
|
+
# worth the cost.
|
280
|
+
#
|
281
|
+
# Naming metadata fields bad things like `class` causes `initialize_from`
|
282
|
+
# to produce strange results, so we ban known offenders here.
|
283
|
+
#
|
284
|
+
# In a future major version we should consider leaving `metadata` as a hash
|
285
|
+
# and forcing people to access it with `obj.metadata[:my_field]` because
|
286
|
+
# the potential for trouble is just too high. For now, reserve names.
|
287
|
+
RESERVED_FIELD_NAMES = [
|
288
|
+
:class,
|
289
|
+
].freeze
|
290
|
+
|
270
291
|
protected def metaclass
|
271
292
|
class << self; self; end
|
272
293
|
end
|
@@ -277,6 +298,7 @@ module Stripe
|
|
277
298
|
|
278
299
|
metaclass.instance_eval do
|
279
300
|
keys.each do |k|
|
301
|
+
next if RESERVED_FIELD_NAMES.include?(k)
|
280
302
|
next if protected_fields.include?(k)
|
281
303
|
next if @@permanent_attributes.include?(k)
|
282
304
|
|
@@ -312,6 +334,7 @@ module Stripe
|
|
312
334
|
|
313
335
|
metaclass.instance_eval do
|
314
336
|
keys.each do |k|
|
337
|
+
next if RESERVED_FIELD_NAMES.include?(k)
|
315
338
|
next if protected_fields.include?(k)
|
316
339
|
next if @@permanent_attributes.include?(k)
|
317
340
|
|
data/lib/stripe/util.rb
CHANGED
@@ -76,24 +76,30 @@ module Stripe
|
|
76
76
|
end
|
77
77
|
|
78
78
|
def self.log_error(message, data = {})
|
79
|
-
|
80
|
-
|
79
|
+
config = data.delete(:config) || Stripe.config
|
80
|
+
logger = config.logger || Stripe.logger
|
81
|
+
if !logger.nil? ||
|
82
|
+
!config.log_level.nil? && config.log_level <= Stripe::LEVEL_ERROR
|
81
83
|
log_internal(message, data, color: :cyan, level: Stripe::LEVEL_ERROR,
|
82
84
|
logger: Stripe.logger, out: $stderr)
|
83
85
|
end
|
84
86
|
end
|
85
87
|
|
86
88
|
def self.log_info(message, data = {})
|
87
|
-
|
88
|
-
|
89
|
+
config = data.delete(:config) || Stripe.config
|
90
|
+
logger = config.logger || Stripe.logger
|
91
|
+
if !logger.nil? ||
|
92
|
+
!config.log_level.nil? && config.log_level <= Stripe::LEVEL_INFO
|
89
93
|
log_internal(message, data, color: :cyan, level: Stripe::LEVEL_INFO,
|
90
94
|
logger: Stripe.logger, out: $stdout)
|
91
95
|
end
|
92
96
|
end
|
93
97
|
|
94
98
|
def self.log_debug(message, data = {})
|
95
|
-
|
96
|
-
|
99
|
+
config = data.delete(:config) || Stripe.config
|
100
|
+
logger = config.logger || Stripe.logger
|
101
|
+
if !logger.nil? ||
|
102
|
+
!config.log_level.nil? && config.log_level <= Stripe::LEVEL_DEBUG
|
97
103
|
log_internal(message, data, color: :blue, level: Stripe::LEVEL_DEBUG,
|
98
104
|
logger: Stripe.logger, out: $stdout)
|
99
105
|
end
|
data/lib/stripe/version.rb
CHANGED
data/stripe.gemspec
CHANGED
@@ -26,8 +26,15 @@ Gem::Specification.new do |s|
|
|
26
26
|
"source_code_uri" => "https://github.com/stripe/stripe-ruby",
|
27
27
|
}
|
28
28
|
|
29
|
-
|
30
|
-
|
29
|
+
ignored = Regexp.union(
|
30
|
+
%r{\A\.editorconfig},
|
31
|
+
%r{\A\.git},
|
32
|
+
%r{\A\.rubocop},
|
33
|
+
%r{\A\.travis.yml},
|
34
|
+
%r{\A\.vscode},
|
35
|
+
%r{\Atest/}
|
36
|
+
)
|
37
|
+
s.files = `git ls-files`.split("\n").reject { |f| ignored.match?(f) }
|
31
38
|
s.executables = `git ls-files -- bin/*`.split("\n")
|
32
39
|
.map { |f| ::File.basename(f) }
|
33
40
|
s.require_paths = ["lib"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stripe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.32.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stripe
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Stripe is the easiest way to accept payments online. See https://stripe.com
|
14
14
|
for details.
|
@@ -18,15 +18,6 @@ executables:
|
|
18
18
|
extensions: []
|
19
19
|
extra_rdoc_files: []
|
20
20
|
files:
|
21
|
-
- ".editorconfig"
|
22
|
-
- ".gitattributes"
|
23
|
-
- ".github/ISSUE_TEMPLATE.md"
|
24
|
-
- ".gitignore"
|
25
|
-
- ".rubocop.yml"
|
26
|
-
- ".rubocop_todo.yml"
|
27
|
-
- ".travis.yml"
|
28
|
-
- ".vscode/extensions.json"
|
29
|
-
- ".vscode/settings.json"
|
30
21
|
- CHANGELOG.md
|
31
22
|
- CODE_OF_CONDUCT.md
|
32
23
|
- CONTRIBUTORS
|
@@ -64,6 +55,7 @@ files:
|
|
64
55
|
- lib/stripe/resources/balance.rb
|
65
56
|
- lib/stripe/resources/balance_transaction.rb
|
66
57
|
- lib/stripe/resources/bank_account.rb
|
58
|
+
- lib/stripe/resources/billing_portal/configuration.rb
|
67
59
|
- lib/stripe/resources/billing_portal/session.rb
|
68
60
|
- lib/stripe/resources/bitcoin_receiver.rb
|
69
61
|
- lib/stripe/resources/bitcoin_transaction.rb
|
@@ -146,96 +138,6 @@ files:
|
|
146
138
|
- lib/stripe/version.rb
|
147
139
|
- lib/stripe/webhook.rb
|
148
140
|
- stripe.gemspec
|
149
|
-
- test/openapi/README.md
|
150
|
-
- test/stripe/account_link_test.rb
|
151
|
-
- test/stripe/account_test.rb
|
152
|
-
- test/stripe/alipay_account_test.rb
|
153
|
-
- test/stripe/api_operations_test.rb
|
154
|
-
- test/stripe/api_resource_test.rb
|
155
|
-
- test/stripe/apple_pay_domain_test.rb
|
156
|
-
- test/stripe/application_fee_refund_test.rb
|
157
|
-
- test/stripe/application_fee_test.rb
|
158
|
-
- test/stripe/balance_test.rb
|
159
|
-
- test/stripe/balance_transaction_test.rb
|
160
|
-
- test/stripe/bank_account_test.rb
|
161
|
-
- test/stripe/billing_portal/session_test.rb
|
162
|
-
- test/stripe/capability_test.rb
|
163
|
-
- test/stripe/charge_test.rb
|
164
|
-
- test/stripe/checkout/session_test.rb
|
165
|
-
- test/stripe/connection_manager_test.rb
|
166
|
-
- test/stripe/country_spec_test.rb
|
167
|
-
- test/stripe/coupon_test.rb
|
168
|
-
- test/stripe/credit_note_test.rb
|
169
|
-
- test/stripe/customer_balance_transaction_test.rb
|
170
|
-
- test/stripe/customer_card_test.rb
|
171
|
-
- test/stripe/customer_test.rb
|
172
|
-
- test/stripe/dispute_test.rb
|
173
|
-
- test/stripe/ephemeral_key_test.rb
|
174
|
-
- test/stripe/errors_test.rb
|
175
|
-
- test/stripe/exchange_rate_test.rb
|
176
|
-
- test/stripe/file_link_test.rb
|
177
|
-
- test/stripe/file_test.rb
|
178
|
-
- test/stripe/instrumentation_test.rb
|
179
|
-
- test/stripe/invoice_item_test.rb
|
180
|
-
- test/stripe/invoice_line_item_test.rb
|
181
|
-
- test/stripe/invoice_test.rb
|
182
|
-
- test/stripe/issuing/authorization_test.rb
|
183
|
-
- test/stripe/issuing/card_test.rb
|
184
|
-
- test/stripe/issuing/cardholder_test.rb
|
185
|
-
- test/stripe/issuing/dispute_test.rb
|
186
|
-
- test/stripe/issuing/transaction_test.rb
|
187
|
-
- test/stripe/list_object_test.rb
|
188
|
-
- test/stripe/login_link_test.rb
|
189
|
-
- test/stripe/mandate_test.rb
|
190
|
-
- test/stripe/multipart_encoder_test.rb
|
191
|
-
- test/stripe/oauth_test.rb
|
192
|
-
- test/stripe/order_return_test.rb
|
193
|
-
- test/stripe/order_test.rb
|
194
|
-
- test/stripe/payment_intent_test.rb
|
195
|
-
- test/stripe/payment_method_test.rb
|
196
|
-
- test/stripe/payout_test.rb
|
197
|
-
- test/stripe/person_test.rb
|
198
|
-
- test/stripe/plan_test.rb
|
199
|
-
- test/stripe/price_test.rb
|
200
|
-
- test/stripe/product_test.rb
|
201
|
-
- test/stripe/promotion_code_test.rb
|
202
|
-
- test/stripe/radar/early_fraud_warning_test.rb
|
203
|
-
- test/stripe/radar/value_list_item_test.rb
|
204
|
-
- test/stripe/radar/value_list_test.rb
|
205
|
-
- test/stripe/recipient_test.rb
|
206
|
-
- test/stripe/refund_test.rb
|
207
|
-
- test/stripe/reporting/report_run_test.rb
|
208
|
-
- test/stripe/reporting/report_type_test.rb
|
209
|
-
- test/stripe/reversal_test.rb
|
210
|
-
- test/stripe/review_test.rb
|
211
|
-
- test/stripe/setup_attempt_test.rb
|
212
|
-
- test/stripe/setup_intent_test.rb
|
213
|
-
- test/stripe/sigma/scheduled_query_run_test.rb
|
214
|
-
- test/stripe/sku_test.rb
|
215
|
-
- test/stripe/source_test.rb
|
216
|
-
- test/stripe/stripe_client_test.rb
|
217
|
-
- test/stripe/stripe_configuration_test.rb
|
218
|
-
- test/stripe/stripe_object_test.rb
|
219
|
-
- test/stripe/stripe_response_test.rb
|
220
|
-
- test/stripe/subscription_item_test.rb
|
221
|
-
- test/stripe/subscription_schedule_test.rb
|
222
|
-
- test/stripe/subscription_test.rb
|
223
|
-
- test/stripe/tax_id_test.rb
|
224
|
-
- test/stripe/tax_rate_test.rb
|
225
|
-
- test/stripe/terminal/connection_token_test.rb
|
226
|
-
- test/stripe/terminal/location_test.rb
|
227
|
-
- test/stripe/terminal/reader_test.rb
|
228
|
-
- test/stripe/three_d_secure_test.rb
|
229
|
-
- test/stripe/topup_test.rb
|
230
|
-
- test/stripe/transfer_test.rb
|
231
|
-
- test/stripe/usage_record_summary_test.rb
|
232
|
-
- test/stripe/util_test.rb
|
233
|
-
- test/stripe/webhook_endpoint_test.rb
|
234
|
-
- test/stripe/webhook_test.rb
|
235
|
-
- test/stripe_mock.rb
|
236
|
-
- test/stripe_test.rb
|
237
|
-
- test/test_data.rb
|
238
|
-
- test/test_helper.rb
|
239
141
|
homepage: https://stripe.com/docs/api/ruby
|
240
142
|
licenses:
|
241
143
|
- MIT
|
@@ -246,7 +148,7 @@ metadata:
|
|
246
148
|
github_repo: ssh://github.com/stripe/stripe-ruby
|
247
149
|
homepage_uri: https://stripe.com/docs/api/ruby
|
248
150
|
source_code_uri: https://github.com/stripe/stripe-ruby
|
249
|
-
post_install_message:
|
151
|
+
post_install_message:
|
250
152
|
rdoc_options: []
|
251
153
|
require_paths:
|
252
154
|
- lib
|
@@ -262,97 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
262
164
|
version: '0'
|
263
165
|
requirements: []
|
264
166
|
rubygems_version: 3.1.2
|
265
|
-
signing_key:
|
167
|
+
signing_key:
|
266
168
|
specification_version: 4
|
267
169
|
summary: Ruby bindings for the Stripe API
|
268
|
-
test_files:
|
269
|
-
- test/openapi/README.md
|
270
|
-
- test/stripe/account_link_test.rb
|
271
|
-
- test/stripe/account_test.rb
|
272
|
-
- test/stripe/alipay_account_test.rb
|
273
|
-
- test/stripe/api_operations_test.rb
|
274
|
-
- test/stripe/api_resource_test.rb
|
275
|
-
- test/stripe/apple_pay_domain_test.rb
|
276
|
-
- test/stripe/application_fee_refund_test.rb
|
277
|
-
- test/stripe/application_fee_test.rb
|
278
|
-
- test/stripe/balance_test.rb
|
279
|
-
- test/stripe/balance_transaction_test.rb
|
280
|
-
- test/stripe/bank_account_test.rb
|
281
|
-
- test/stripe/billing_portal/session_test.rb
|
282
|
-
- test/stripe/capability_test.rb
|
283
|
-
- test/stripe/charge_test.rb
|
284
|
-
- test/stripe/checkout/session_test.rb
|
285
|
-
- test/stripe/connection_manager_test.rb
|
286
|
-
- test/stripe/country_spec_test.rb
|
287
|
-
- test/stripe/coupon_test.rb
|
288
|
-
- test/stripe/credit_note_test.rb
|
289
|
-
- test/stripe/customer_balance_transaction_test.rb
|
290
|
-
- test/stripe/customer_card_test.rb
|
291
|
-
- test/stripe/customer_test.rb
|
292
|
-
- test/stripe/dispute_test.rb
|
293
|
-
- test/stripe/ephemeral_key_test.rb
|
294
|
-
- test/stripe/errors_test.rb
|
295
|
-
- test/stripe/exchange_rate_test.rb
|
296
|
-
- test/stripe/file_link_test.rb
|
297
|
-
- test/stripe/file_test.rb
|
298
|
-
- test/stripe/instrumentation_test.rb
|
299
|
-
- test/stripe/invoice_item_test.rb
|
300
|
-
- test/stripe/invoice_line_item_test.rb
|
301
|
-
- test/stripe/invoice_test.rb
|
302
|
-
- test/stripe/issuing/authorization_test.rb
|
303
|
-
- test/stripe/issuing/card_test.rb
|
304
|
-
- test/stripe/issuing/cardholder_test.rb
|
305
|
-
- test/stripe/issuing/dispute_test.rb
|
306
|
-
- test/stripe/issuing/transaction_test.rb
|
307
|
-
- test/stripe/list_object_test.rb
|
308
|
-
- test/stripe/login_link_test.rb
|
309
|
-
- test/stripe/mandate_test.rb
|
310
|
-
- test/stripe/multipart_encoder_test.rb
|
311
|
-
- test/stripe/oauth_test.rb
|
312
|
-
- test/stripe/order_return_test.rb
|
313
|
-
- test/stripe/order_test.rb
|
314
|
-
- test/stripe/payment_intent_test.rb
|
315
|
-
- test/stripe/payment_method_test.rb
|
316
|
-
- test/stripe/payout_test.rb
|
317
|
-
- test/stripe/person_test.rb
|
318
|
-
- test/stripe/plan_test.rb
|
319
|
-
- test/stripe/price_test.rb
|
320
|
-
- test/stripe/product_test.rb
|
321
|
-
- test/stripe/promotion_code_test.rb
|
322
|
-
- test/stripe/radar/early_fraud_warning_test.rb
|
323
|
-
- test/stripe/radar/value_list_item_test.rb
|
324
|
-
- test/stripe/radar/value_list_test.rb
|
325
|
-
- test/stripe/recipient_test.rb
|
326
|
-
- test/stripe/refund_test.rb
|
327
|
-
- test/stripe/reporting/report_run_test.rb
|
328
|
-
- test/stripe/reporting/report_type_test.rb
|
329
|
-
- test/stripe/reversal_test.rb
|
330
|
-
- test/stripe/review_test.rb
|
331
|
-
- test/stripe/setup_attempt_test.rb
|
332
|
-
- test/stripe/setup_intent_test.rb
|
333
|
-
- test/stripe/sigma/scheduled_query_run_test.rb
|
334
|
-
- test/stripe/sku_test.rb
|
335
|
-
- test/stripe/source_test.rb
|
336
|
-
- test/stripe/stripe_client_test.rb
|
337
|
-
- test/stripe/stripe_configuration_test.rb
|
338
|
-
- test/stripe/stripe_object_test.rb
|
339
|
-
- test/stripe/stripe_response_test.rb
|
340
|
-
- test/stripe/subscription_item_test.rb
|
341
|
-
- test/stripe/subscription_schedule_test.rb
|
342
|
-
- test/stripe/subscription_test.rb
|
343
|
-
- test/stripe/tax_id_test.rb
|
344
|
-
- test/stripe/tax_rate_test.rb
|
345
|
-
- test/stripe/terminal/connection_token_test.rb
|
346
|
-
- test/stripe/terminal/location_test.rb
|
347
|
-
- test/stripe/terminal/reader_test.rb
|
348
|
-
- test/stripe/three_d_secure_test.rb
|
349
|
-
- test/stripe/topup_test.rb
|
350
|
-
- test/stripe/transfer_test.rb
|
351
|
-
- test/stripe/usage_record_summary_test.rb
|
352
|
-
- test/stripe/util_test.rb
|
353
|
-
- test/stripe/webhook_endpoint_test.rb
|
354
|
-
- test/stripe/webhook_test.rb
|
355
|
-
- test/stripe_mock.rb
|
356
|
-
- test/stripe_test.rb
|
357
|
-
- test/test_data.rb
|
358
|
-
- test/test_helper.rb
|
170
|
+
test_files: []
|