stripe 5.29.0 → 5.32.1
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 -21
- 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 +4 -192
- 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
data/test/stripe/price_test.rb
DELETED
@@ -1,48 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class PriceTest < Test::Unit::TestCase
|
7
|
-
should "be listable" do
|
8
|
-
prices = Stripe::Price.list
|
9
|
-
assert_requested :get, "#{Stripe.api_base}/v1/prices"
|
10
|
-
assert prices.data.is_a?(Array)
|
11
|
-
assert prices.data[0].is_a?(Stripe::Price)
|
12
|
-
end
|
13
|
-
|
14
|
-
should "be retrievable" do
|
15
|
-
price = Stripe::Price.retrieve("price_123")
|
16
|
-
assert_requested :get, "#{Stripe.api_base}/v1/prices/price_123"
|
17
|
-
assert price.is_a?(Stripe::Price)
|
18
|
-
end
|
19
|
-
|
20
|
-
should "be creatable" do
|
21
|
-
price = Stripe::Price.create(
|
22
|
-
unit_amount: 5000,
|
23
|
-
currency: "usd",
|
24
|
-
recurring: {
|
25
|
-
interval: "month",
|
26
|
-
},
|
27
|
-
product_data: {
|
28
|
-
name: "Product name",
|
29
|
-
}
|
30
|
-
)
|
31
|
-
assert_requested :post, "#{Stripe.api_base}/v1/prices"
|
32
|
-
assert price.is_a?(Stripe::Price)
|
33
|
-
end
|
34
|
-
|
35
|
-
should "be saveable" do
|
36
|
-
price = Stripe::Price.retrieve("price_123")
|
37
|
-
price.metadata["key"] = "value"
|
38
|
-
price.save
|
39
|
-
assert_requested :post, "#{Stripe.api_base}/v1/prices/#{price.id}"
|
40
|
-
end
|
41
|
-
|
42
|
-
should "be updateable" do
|
43
|
-
price = Stripe::Price.update("price_123", metadata: { foo: "bar" })
|
44
|
-
assert_requested :post, "#{Stripe.api_base}/v1/prices/price_123"
|
45
|
-
assert price.is_a?(Stripe::Price)
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
data/test/stripe/product_test.rb
DELETED
@@ -1,58 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class ProductTest < Test::Unit::TestCase
|
7
|
-
should "be listable" do
|
8
|
-
products = Stripe::Product.list
|
9
|
-
assert_requested :get, "#{Stripe.api_base}/v1/products"
|
10
|
-
assert products.data.is_a?(Array)
|
11
|
-
assert products.data[0].is_a?(Stripe::Product)
|
12
|
-
end
|
13
|
-
|
14
|
-
should "be retrievable" do
|
15
|
-
product = Stripe::Product.retrieve("prod_123")
|
16
|
-
assert_requested :get, "#{Stripe.api_base}/v1/products/prod_123"
|
17
|
-
assert product.is_a?(Stripe::Product)
|
18
|
-
end
|
19
|
-
|
20
|
-
should "be creatable" do
|
21
|
-
product = Stripe::Product.create(
|
22
|
-
name: "My Product"
|
23
|
-
)
|
24
|
-
assert_requested :post, "#{Stripe.api_base}/v1/products"
|
25
|
-
assert product.is_a?(Stripe::Product)
|
26
|
-
end
|
27
|
-
|
28
|
-
should "be saveable" do
|
29
|
-
product = Stripe::Product.retrieve("prod_123")
|
30
|
-
product.metadata["key"] = "value"
|
31
|
-
product.save
|
32
|
-
assert_requested :post, "#{Stripe.api_base}/v1/products/#{product.id}"
|
33
|
-
end
|
34
|
-
|
35
|
-
should "be updateable" do
|
36
|
-
product = Stripe::Product.update("prod_123", metadata: { foo: "bar" })
|
37
|
-
assert_requested :post, "#{Stripe.api_base}/v1/products/prod_123"
|
38
|
-
assert product.is_a?(Stripe::Product)
|
39
|
-
end
|
40
|
-
|
41
|
-
context "#delete" do
|
42
|
-
should "be deletable" do
|
43
|
-
product = Stripe::Product.retrieve("prod_123")
|
44
|
-
product = product.delete
|
45
|
-
assert_requested :delete, "#{Stripe.api_base}/v1/products/#{product.id}"
|
46
|
-
assert product.is_a?(Stripe::Product)
|
47
|
-
end
|
48
|
-
end
|
49
|
-
|
50
|
-
context ".delete" do
|
51
|
-
should "be deletable" do
|
52
|
-
product = Stripe::Product.delete("prod_123")
|
53
|
-
assert_requested :delete, "#{Stripe.api_base}/v1/products/prod_123"
|
54
|
-
assert product.is_a?(Stripe::Product)
|
55
|
-
end
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
@@ -1,42 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class PromotionCodeTest < Test::Unit::TestCase
|
7
|
-
should "be listable" do
|
8
|
-
promotion_codes = Stripe::PromotionCode.list
|
9
|
-
assert_requested :get, "#{Stripe.api_base}/v1/promotion_codes"
|
10
|
-
assert promotion_codes.data.is_a?(Array)
|
11
|
-
assert promotion_codes.first.is_a?(Stripe::PromotionCode)
|
12
|
-
end
|
13
|
-
|
14
|
-
should "be retrievable" do
|
15
|
-
coupon = Stripe::PromotionCode.retrieve("PROMO_123")
|
16
|
-
assert_requested :get, "#{Stripe.api_base}/v1/promotion_codes/PROMO_123"
|
17
|
-
assert coupon.is_a?(Stripe::PromotionCode)
|
18
|
-
end
|
19
|
-
|
20
|
-
should "be creatable" do
|
21
|
-
coupon = Stripe::PromotionCode.create(
|
22
|
-
coupon: "co_123",
|
23
|
-
code: "MYCODE"
|
24
|
-
)
|
25
|
-
assert_requested :post, "#{Stripe.api_base}/v1/promotion_codes"
|
26
|
-
assert coupon.is_a?(Stripe::PromotionCode)
|
27
|
-
end
|
28
|
-
|
29
|
-
should "be saveable" do
|
30
|
-
coupon = Stripe::PromotionCode.retrieve("PROMO_123")
|
31
|
-
coupon.metadata["key"] = "value"
|
32
|
-
coupon.save
|
33
|
-
assert_requested :post, "#{Stripe.api_base}/v1/promotion_codes/#{coupon.id}"
|
34
|
-
end
|
35
|
-
|
36
|
-
should "be updateable" do
|
37
|
-
coupon = Stripe::PromotionCode.update("PROMO_123", metadata: { key: "value" })
|
38
|
-
assert_requested :post, "#{Stripe.api_base}/v1/promotion_codes/PROMO_123"
|
39
|
-
assert coupon.is_a?(Stripe::PromotionCode)
|
40
|
-
end
|
41
|
-
end
|
42
|
-
end
|
@@ -1,22 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
module Radar
|
7
|
-
class EarlyFraudWarningTest < Test::Unit::TestCase
|
8
|
-
should "be listable" do
|
9
|
-
warnings = Stripe::Radar::EarlyFraudWarning.list
|
10
|
-
assert_requested :get, "#{Stripe.api_base}/v1/radar/early_fraud_warnings"
|
11
|
-
assert warnings.data.is_a?(Array)
|
12
|
-
assert warnings.data[0].is_a?(Stripe::Radar::EarlyFraudWarning)
|
13
|
-
end
|
14
|
-
|
15
|
-
should "be retrievable" do
|
16
|
-
warning = Stripe::Radar::EarlyFraudWarning.retrieve("issfr_123")
|
17
|
-
assert_requested :get, "#{Stripe.api_base}/v1/radar/early_fraud_warnings/issfr_123"
|
18
|
-
assert warning.is_a?(Stripe::Radar::EarlyFraudWarning)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
22
|
-
end
|
@@ -1,48 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
module Radar
|
7
|
-
class ValueListItemTest < Test::Unit::TestCase
|
8
|
-
should "be listable" do
|
9
|
-
items = Stripe::Radar::ValueListItem.list(value_list: "rsl_123")
|
10
|
-
assert_requested :get, "#{Stripe.api_base}/v1/radar/value_list_items?value_list=rsl_123"
|
11
|
-
assert items.data.is_a?(Array)
|
12
|
-
assert items.first.is_a?(Stripe::Radar::ValueListItem)
|
13
|
-
end
|
14
|
-
|
15
|
-
should "be retrievable" do
|
16
|
-
item = Stripe::Radar::ValueListItem.retrieve("rsli_123")
|
17
|
-
assert_requested :get, "#{Stripe.api_base}/v1/radar/value_list_items/rsli_123"
|
18
|
-
assert item.is_a?(Stripe::Radar::ValueListItem)
|
19
|
-
end
|
20
|
-
|
21
|
-
should "be creatable" do
|
22
|
-
item = Stripe::Radar::ValueListItem.create(
|
23
|
-
value_list: "rsl_123",
|
24
|
-
value: "value"
|
25
|
-
)
|
26
|
-
assert_requested :post, "#{Stripe.api_base}/v1/radar/value_list_items"
|
27
|
-
assert item.is_a?(Stripe::Radar::ValueListItem)
|
28
|
-
end
|
29
|
-
|
30
|
-
context "#delete" do
|
31
|
-
should "be deletable" do
|
32
|
-
list = Stripe::Radar::ValueListItem.retrieve("rsli_123")
|
33
|
-
list = list.delete
|
34
|
-
assert_requested :delete, "#{Stripe.api_base}/v1/radar/value_list_items/rsli_123"
|
35
|
-
assert list.is_a?(Stripe::Radar::ValueListItem)
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
context ".delete" do
|
40
|
-
should "be deletable" do
|
41
|
-
list = Stripe::Radar::ValueListItem.delete("rsli_123")
|
42
|
-
assert_requested :delete, "#{Stripe.api_base}/v1/radar/value_list_items/rsli_123"
|
43
|
-
assert list.is_a?(Stripe::Radar::ValueListItem)
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
@@ -1,61 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
module Radar
|
7
|
-
class ValueListTest < Test::Unit::TestCase
|
8
|
-
should "be listable" do
|
9
|
-
lists = Stripe::Radar::ValueList.list
|
10
|
-
assert_requested :get, "#{Stripe.api_base}/v1/radar/value_lists"
|
11
|
-
assert lists.data.is_a?(Array)
|
12
|
-
assert lists.first.is_a?(Stripe::Radar::ValueList)
|
13
|
-
end
|
14
|
-
|
15
|
-
should "be retrievable" do
|
16
|
-
list = Stripe::Radar::ValueList.retrieve("rsl_123")
|
17
|
-
assert_requested :get, "#{Stripe.api_base}/v1/radar/value_lists/rsl_123"
|
18
|
-
assert list.is_a?(Stripe::Radar::ValueList)
|
19
|
-
end
|
20
|
-
|
21
|
-
should "be creatable" do
|
22
|
-
list = Stripe::Radar::ValueList.create(
|
23
|
-
alias: "list_alias",
|
24
|
-
name: "list_name"
|
25
|
-
)
|
26
|
-
assert_requested :post, "#{Stripe.api_base}/v1/radar/value_lists"
|
27
|
-
assert list.is_a?(Stripe::Radar::ValueList)
|
28
|
-
end
|
29
|
-
|
30
|
-
should "be saveable" do
|
31
|
-
list = Stripe::Radar::ValueList.retrieve("rsl_123")
|
32
|
-
list.metadata["key"] = "value"
|
33
|
-
list.save
|
34
|
-
assert_requested :post, "#{Stripe.api_base}/v1/radar/value_lists/rsl_123"
|
35
|
-
end
|
36
|
-
|
37
|
-
should "be updateable" do
|
38
|
-
list = Stripe::Radar::ValueList.update("rsl_123", metadata: { key: "value" })
|
39
|
-
assert_requested :post, "#{Stripe.api_base}/v1/radar/value_lists/rsl_123"
|
40
|
-
assert list.is_a?(Stripe::Radar::ValueList)
|
41
|
-
end
|
42
|
-
|
43
|
-
context "#delete" do
|
44
|
-
should "be deletable" do
|
45
|
-
list = Stripe::Radar::ValueList.retrieve("rsl_123")
|
46
|
-
list = list.delete
|
47
|
-
assert_requested :delete, "#{Stripe.api_base}/v1/radar/value_lists/rsl_123"
|
48
|
-
assert list.is_a?(Stripe::Radar::ValueList)
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
|
-
context ".delete" do
|
53
|
-
should "be deletable" do
|
54
|
-
list = Stripe::Radar::ValueList.delete("rsl_123")
|
55
|
-
assert_requested :delete, "#{Stripe.api_base}/v1/radar/value_lists/rsl_123"
|
56
|
-
assert list.is_a?(Stripe::Radar::ValueList)
|
57
|
-
end
|
58
|
-
end
|
59
|
-
end
|
60
|
-
end
|
61
|
-
end
|
@@ -1,62 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class RecipientTest < Test::Unit::TestCase
|
7
|
-
should "be listable" do
|
8
|
-
recipients = Stripe::Recipient.list
|
9
|
-
assert_requested :get, "#{Stripe.api_base}/v1/recipients"
|
10
|
-
assert recipients.data.is_a?(Array)
|
11
|
-
assert recipients.data[0].is_a?(Stripe::Recipient)
|
12
|
-
end
|
13
|
-
|
14
|
-
should "be retrievable" do
|
15
|
-
recipient = Stripe::Recipient.retrieve("rp_123")
|
16
|
-
assert_requested :get, "#{Stripe.api_base}/v1/recipients/rp_123"
|
17
|
-
assert recipient.is_a?(Stripe::Recipient)
|
18
|
-
end
|
19
|
-
|
20
|
-
should "be creatable" do
|
21
|
-
recipient = Stripe::Recipient.create(
|
22
|
-
name: "Noah Jackson",
|
23
|
-
type: "individual"
|
24
|
-
)
|
25
|
-
assert_requested :post, "#{Stripe.api_base}/v1/recipients"
|
26
|
-
assert recipient.is_a?(Stripe::Recipient)
|
27
|
-
end
|
28
|
-
|
29
|
-
should "be saveable" do
|
30
|
-
recipient = Stripe::Recipient.retrieve("rp_123")
|
31
|
-
recipient.metadata["key"] = "value"
|
32
|
-
recipient.save
|
33
|
-
assert_requested :post, "#{Stripe.api_base}/v1/recipients/#{recipient.id}"
|
34
|
-
end
|
35
|
-
|
36
|
-
should "be updateable" do
|
37
|
-
recipient = Stripe::Recipient.update("rp_123", metadata: { foo: "bar" })
|
38
|
-
assert_requested :post, "#{Stripe.api_base}/v1/recipients/rp_123"
|
39
|
-
assert recipient.is_a?(Stripe::Recipient)
|
40
|
-
end
|
41
|
-
|
42
|
-
should "be deletable" do
|
43
|
-
end
|
44
|
-
|
45
|
-
context "#delete" do
|
46
|
-
should "be deletable" do
|
47
|
-
recipient = Stripe::Recipient.retrieve("rp_123")
|
48
|
-
recipient = recipient.delete
|
49
|
-
assert_requested :delete, "#{Stripe.api_base}/v1/recipients/#{recipient.id}"
|
50
|
-
assert recipient.is_a?(Stripe::Recipient)
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
context ".delete" do
|
55
|
-
should "be deletable" do
|
56
|
-
recipient = Stripe::Recipient.delete("rp_123")
|
57
|
-
assert_requested :delete, "#{Stripe.api_base}/v1/recipients/rp_123"
|
58
|
-
assert recipient.is_a?(Stripe::Recipient)
|
59
|
-
end
|
60
|
-
end
|
61
|
-
end
|
62
|
-
end
|
data/test/stripe/refund_test.rb
DELETED
@@ -1,39 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class RefundTest < Test::Unit::TestCase
|
7
|
-
should "be listable" do
|
8
|
-
refunds = Stripe::Refund.list
|
9
|
-
assert_requested :get, "#{Stripe.api_base}/v1/refunds"
|
10
|
-
assert refunds.data.is_a?(Array)
|
11
|
-
assert refunds.first.is_a?(Stripe::Refund)
|
12
|
-
end
|
13
|
-
|
14
|
-
should "be retrievable" do
|
15
|
-
refund = Stripe::Refund.retrieve("re_123")
|
16
|
-
assert_requested :get, "#{Stripe.api_base}/v1/refunds/re_123"
|
17
|
-
assert refund.is_a?(Stripe::Refund)
|
18
|
-
end
|
19
|
-
|
20
|
-
should "be creatable" do
|
21
|
-
refund = Stripe::Refund.create(charge: "ch_123")
|
22
|
-
assert_requested :post, "#{Stripe.api_base}/v1/refunds"
|
23
|
-
assert refund.is_a?(Stripe::Refund)
|
24
|
-
end
|
25
|
-
|
26
|
-
should "be saveable" do
|
27
|
-
refund = Stripe::Refund.retrieve("re_123")
|
28
|
-
refund.metadata["key"] = "value"
|
29
|
-
refund.save
|
30
|
-
assert_requested :post, "#{Stripe.api_base}/v1/refunds/#{refund.id}"
|
31
|
-
end
|
32
|
-
|
33
|
-
should "be updateable" do
|
34
|
-
refund = Stripe::Refund.update("re_123", metadata: { key: "value" })
|
35
|
-
assert_requested :post, "#{Stripe.api_base}/v1/refunds/re_123"
|
36
|
-
assert refund.is_a?(Stripe::Refund)
|
37
|
-
end
|
38
|
-
end
|
39
|
-
end
|
@@ -1,33 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
module Reporting
|
7
|
-
class ReportRunTest < Test::Unit::TestCase
|
8
|
-
should "be creatable" do
|
9
|
-
report_run = Stripe::Reporting::ReportRun.create(
|
10
|
-
parameters: {
|
11
|
-
connected_account: "acct_123",
|
12
|
-
},
|
13
|
-
report_type: "activity.summary.1"
|
14
|
-
)
|
15
|
-
assert_requested :post, "#{Stripe.api_base}/v1/reporting/report_runs"
|
16
|
-
assert report_run.is_a?(Stripe::Reporting::ReportRun)
|
17
|
-
end
|
18
|
-
|
19
|
-
should "be listable" do
|
20
|
-
report_runs = Stripe::Reporting::ReportRun.list
|
21
|
-
assert_requested :get, "#{Stripe.api_base}/v1/reporting/report_runs"
|
22
|
-
assert report_runs.data.is_a?(Array)
|
23
|
-
assert report_runs.data[0].is_a?(Stripe::Reporting::ReportRun)
|
24
|
-
end
|
25
|
-
|
26
|
-
should "be retrievable" do
|
27
|
-
report_run = Stripe::Reporting::ReportRun.retrieve("frr_123")
|
28
|
-
assert_requested :get, "#{Stripe.api_base}/v1/reporting/report_runs/frr_123"
|
29
|
-
assert report_run.is_a?(Stripe::Reporting::ReportRun)
|
30
|
-
end
|
31
|
-
end
|
32
|
-
end
|
33
|
-
end
|
@@ -1,22 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
module Reporting
|
7
|
-
class ReportTypeTest < Test::Unit::TestCase
|
8
|
-
should "be listable" do
|
9
|
-
report_types = Stripe::Reporting::ReportType.list
|
10
|
-
assert_requested :get, "#{Stripe.api_base}/v1/reporting/report_types"
|
11
|
-
assert report_types.data.is_a?(Array)
|
12
|
-
assert report_types.data[0].is_a?(Stripe::Reporting::ReportType)
|
13
|
-
end
|
14
|
-
|
15
|
-
should "be retrievable" do
|
16
|
-
report_type = Stripe::Reporting::ReportType.retrieve("activity.summary.1")
|
17
|
-
assert_requested :get, "#{Stripe.api_base}/v1/reporting/report_types/activity.summary.1"
|
18
|
-
assert report_type.is_a?(Stripe::Reporting::ReportType)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
22
|
-
end
|