stripe 5.30.0 → 5.33.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 +17 -0
- data/Gemfile +0 -1
- data/README.md +0 -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 +2 -0
- data/lib/stripe/resources.rb +2 -0
- data/lib/stripe/resources/account.rb +3 -8
- data/lib/stripe/resources/file.rb +2 -1
- data/lib/stripe/resources/identity/verification_report.rb +12 -0
- data/lib/stripe/resources/identity/verification_session.rb +35 -0
- 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 +5 -194
- data/.editorconfig +0 -10
- data/.gitattributes +0 -4
- data/.github/ISSUE_TEMPLATE.md +0 -5
- data/.gitignore +0 -8
- data/.rubocop.yml +0 -81
- 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/configuration_test.rb +0 -37
- 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
@@ -1,46 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class ApplePayDomainTest < Test::Unit::TestCase
|
7
|
-
should "be listable" do
|
8
|
-
domains = Stripe::ApplePayDomain.list
|
9
|
-
assert_requested :get, "#{Stripe.api_base}/v1/apple_pay/domains"
|
10
|
-
assert domains.data.is_a?(Array)
|
11
|
-
assert domains.data[0].is_a?(Stripe::ApplePayDomain)
|
12
|
-
end
|
13
|
-
|
14
|
-
should "be retrievable" do
|
15
|
-
domain = Stripe::ApplePayDomain.retrieve("apwc_123")
|
16
|
-
assert_requested :get, "#{Stripe.api_base}/v1/apple_pay/domains/apwc_123"
|
17
|
-
assert domain.is_a?(Stripe::ApplePayDomain)
|
18
|
-
end
|
19
|
-
|
20
|
-
should "be creatable" do
|
21
|
-
domain = Stripe::ApplePayDomain.create(domain_name: "example.com")
|
22
|
-
assert_requested :post, "#{Stripe.api_base}/v1/apple_pay/domains"
|
23
|
-
assert domain.is_a?(Stripe::ApplePayDomain)
|
24
|
-
end
|
25
|
-
|
26
|
-
should "be deletable" do
|
27
|
-
end
|
28
|
-
|
29
|
-
context "#delete" do
|
30
|
-
should "be deletable" do
|
31
|
-
domain = Stripe::ApplePayDomain.retrieve("apwc_123")
|
32
|
-
domain = domain.delete
|
33
|
-
assert_requested :delete, "#{Stripe.api_base}/v1/apple_pay/domains/#{domain.id}"
|
34
|
-
assert domain.is_a?(Stripe::ApplePayDomain)
|
35
|
-
end
|
36
|
-
end
|
37
|
-
|
38
|
-
context ".delete" do
|
39
|
-
should "be deletable" do
|
40
|
-
domain = Stripe::ApplePayDomain.delete("apwc_123")
|
41
|
-
assert_requested :delete, "#{Stripe.api_base}/v1/apple_pay/domains/apwc_123"
|
42
|
-
assert domain.is_a?(Stripe::ApplePayDomain)
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
@@ -1,37 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class ApplicationFeeRefundTest < Test::Unit::TestCase
|
7
|
-
setup do
|
8
|
-
@fee = Stripe::ApplicationFee.retrieve("fee_123")
|
9
|
-
end
|
10
|
-
|
11
|
-
should "be listable" do
|
12
|
-
refunds = @fee.refunds
|
13
|
-
|
14
|
-
# notably this *doesn't* make an API call
|
15
|
-
assert_not_requested :get,
|
16
|
-
"#{Stripe.api_base}/v1/application_fees/#{@fee.id}/refunds"
|
17
|
-
|
18
|
-
assert refunds.data.is_a?(Array)
|
19
|
-
assert refunds.first.is_a?(Stripe::ApplicationFeeRefund)
|
20
|
-
end
|
21
|
-
|
22
|
-
should "be creatable" do
|
23
|
-
refund = @fee.refunds.create
|
24
|
-
assert_requested :post,
|
25
|
-
"#{Stripe.api_base}/v1/application_fees/#{@fee.id}/refunds"
|
26
|
-
assert refund.is_a?(Stripe::ApplicationFeeRefund)
|
27
|
-
end
|
28
|
-
|
29
|
-
should "be saveable" do
|
30
|
-
refund = @fee.refunds.first
|
31
|
-
refund.metadata["key"] = "value"
|
32
|
-
refund.save
|
33
|
-
assert_requested :post,
|
34
|
-
"#{Stripe.api_base}/v1/application_fees/#{@fee.id}/refunds/#{refund.id}"
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
@@ -1,58 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class ApplicationFeeTest < Test::Unit::TestCase
|
7
|
-
should "be listable" do
|
8
|
-
fees = Stripe::ApplicationFee.list
|
9
|
-
assert_requested :get, "#{Stripe.api_base}/v1/application_fees"
|
10
|
-
assert fees.data.is_a?(Array)
|
11
|
-
assert fees.data[0].is_a?(Stripe::ApplicationFee)
|
12
|
-
end
|
13
|
-
|
14
|
-
context "#create_refund" do
|
15
|
-
should "create a refund" do
|
16
|
-
refund = Stripe::ApplicationFee.create_refund(
|
17
|
-
"fee_123"
|
18
|
-
)
|
19
|
-
assert_requested :post, "#{Stripe.api_base}/v1/application_fees/fee_123/refunds"
|
20
|
-
assert refund.is_a?(Stripe::ApplicationFeeRefund)
|
21
|
-
end
|
22
|
-
end
|
23
|
-
|
24
|
-
context "#retrieve_refund" do
|
25
|
-
should "retrieve a refund" do
|
26
|
-
refund = Stripe::ApplicationFee.retrieve_refund(
|
27
|
-
"fee_123",
|
28
|
-
"fr_123"
|
29
|
-
)
|
30
|
-
assert_requested :get, "#{Stripe.api_base}/v1/application_fees/fee_123/refunds/fr_123"
|
31
|
-
assert refund.is_a?(Stripe::ApplicationFeeRefund)
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
context "#update_refund" do
|
36
|
-
should "update a refund" do
|
37
|
-
refund = Stripe::ApplicationFee.update_refund(
|
38
|
-
"fee_123",
|
39
|
-
"fr_123",
|
40
|
-
metadata: { foo: "bar" }
|
41
|
-
)
|
42
|
-
assert_requested :post, "#{Stripe.api_base}/v1/application_fees/fee_123/refunds/fr_123"
|
43
|
-
assert refund.is_a?(Stripe::ApplicationFeeRefund)
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
context "#list_refunds" do
|
48
|
-
should "list the application fee's refuns" do
|
49
|
-
refunds = Stripe::ApplicationFee.list_refunds(
|
50
|
-
"fee_123"
|
51
|
-
)
|
52
|
-
assert_requested :get, "#{Stripe.api_base}/v1/application_fees/fee_123/refunds"
|
53
|
-
assert refunds.is_a?(Stripe::ListObject)
|
54
|
-
assert refunds.data.is_a?(Array)
|
55
|
-
end
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
data/test/stripe/balance_test.rb
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class BalanceTest < Test::Unit::TestCase
|
7
|
-
should "be retrievable" do
|
8
|
-
balance = Stripe::Balance.retrieve
|
9
|
-
assert_requested :get, "#{Stripe.api_base}/v1/balance"
|
10
|
-
assert balance.is_a?(Stripe::Balance)
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|
@@ -1,20 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class BalanceTransactionTest < Test::Unit::TestCase
|
7
|
-
should "be listable" do
|
8
|
-
balance_transactions = Stripe::BalanceTransaction.list
|
9
|
-
assert_requested :get, "#{Stripe.api_base}/v1/balance_transactions"
|
10
|
-
assert balance_transactions.data.is_a?(Array)
|
11
|
-
assert balance_transactions.first.is_a?(Stripe::BalanceTransaction)
|
12
|
-
end
|
13
|
-
|
14
|
-
should "be retrievable" do
|
15
|
-
balance_transaction = Stripe::BalanceTransaction.retrieve("txn_123")
|
16
|
-
assert_requested :get, "#{Stripe.api_base}/v1/balance_transactions/txn_123"
|
17
|
-
assert balance_transaction.is_a?(Stripe::BalanceTransaction)
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
@@ -1,36 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class BankAccountTest < Test::Unit::TestCase
|
7
|
-
context "#resource_url" do
|
8
|
-
should "return an external account URL" do
|
9
|
-
bank_account = Stripe::BankAccount.construct_from(
|
10
|
-
account: "acct_123",
|
11
|
-
id: "ba_123"
|
12
|
-
)
|
13
|
-
assert_equal "/v1/accounts/acct_123/external_accounts/ba_123",
|
14
|
-
bank_account.resource_url
|
15
|
-
end
|
16
|
-
|
17
|
-
should "return a customer URL" do
|
18
|
-
bank_account = Stripe::BankAccount.construct_from(
|
19
|
-
customer: "cus_123",
|
20
|
-
id: "ba_123"
|
21
|
-
)
|
22
|
-
assert_equal "/v1/customers/cus_123/sources/ba_123",
|
23
|
-
bank_account.resource_url
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
context "#verify" do
|
28
|
-
should "verify the account" do
|
29
|
-
bank_account = Stripe::BankAccount.construct_from(customer: "cus_123",
|
30
|
-
id: "ba_123")
|
31
|
-
bank_account = bank_account.verify(amounts: [1, 2])
|
32
|
-
assert bank_account.is_a?(Stripe::BankAccount)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
end
|
36
|
-
end
|
@@ -1,37 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
module BillingPortal
|
7
|
-
class ConfigurationTest < Test::Unit::TestCase
|
8
|
-
should "be creatable" do
|
9
|
-
session = Stripe::BillingPortal::Configuration.create({
|
10
|
-
business_profile: {
|
11
|
-
privacy_policy_url: "https://example.com/privacy",
|
12
|
-
terms_of_service_url: "https://example.com/tos",
|
13
|
-
},
|
14
|
-
features: { customer_update: { allowed_updates: ["address"], enabled: true } },
|
15
|
-
})
|
16
|
-
assert_requested :post, "#{Stripe.api_base}/v1/billing_portal/configurations"
|
17
|
-
assert session.is_a?(Stripe::BillingPortal::Configuration)
|
18
|
-
end
|
19
|
-
should "be retrievable" do
|
20
|
-
session = Stripe::BillingPortal::Configuration.retrieve("bpc_xyz")
|
21
|
-
assert_requested :get, "#{Stripe.api_base}/v1/billing_portal/configurations/bpc_xyz"
|
22
|
-
assert session.is_a?(Stripe::BillingPortal::Configuration)
|
23
|
-
end
|
24
|
-
|
25
|
-
should "be updateable" do
|
26
|
-
session = Stripe::BillingPortal::Configuration.update("bpc_xyz", { active: false })
|
27
|
-
assert_requested :post, "#{Stripe.api_base}/v1/billing_portal/configurations/bpc_xyz"
|
28
|
-
assert session.is_a?(Stripe::BillingPortal::Configuration)
|
29
|
-
end
|
30
|
-
should "be listable" do
|
31
|
-
sessions = Stripe::BillingPortal::Configuration.list
|
32
|
-
assert_requested :get, "#{Stripe.api_base}/v1/billing_portal/configurations"
|
33
|
-
assert sessions.data[0].is_a?(Stripe::BillingPortal::Configuration)
|
34
|
-
end
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
module BillingPortal
|
7
|
-
class SessionTest < Test::Unit::TestCase
|
8
|
-
should "be creatable" do
|
9
|
-
session = Stripe::BillingPortal::Session.create(
|
10
|
-
customer: "cus_123",
|
11
|
-
return_url: "https://stripe.com/return"
|
12
|
-
)
|
13
|
-
assert_requested :post, "#{Stripe.api_base}/v1/billing_portal/sessions"
|
14
|
-
assert session.is_a?(Stripe::BillingPortal::Session)
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
@@ -1,45 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class CapabilityTest < Test::Unit::TestCase
|
7
|
-
context "#resource_url" do
|
8
|
-
should "return a resource URL" do
|
9
|
-
capability = Stripe::Capability.construct_from(
|
10
|
-
id: "acap_123",
|
11
|
-
account: "acct_123"
|
12
|
-
)
|
13
|
-
assert_equal "/v1/accounts/acct_123/capabilities/acap_123",
|
14
|
-
capability.resource_url
|
15
|
-
end
|
16
|
-
|
17
|
-
should "raise without an account" do
|
18
|
-
capability = Stripe::Capability.construct_from(id: "acap_123")
|
19
|
-
assert_raises NotImplementedError do
|
20
|
-
capability.resource_url
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
should "raise on #retrieve" do
|
26
|
-
assert_raises NotImplementedError do
|
27
|
-
Stripe::Capability.retrieve("acap_123")
|
28
|
-
end
|
29
|
-
end
|
30
|
-
|
31
|
-
should "raise on #update" do
|
32
|
-
assert_raises NotImplementedError do
|
33
|
-
Stripe::Capability.update("acap_123", {})
|
34
|
-
end
|
35
|
-
end
|
36
|
-
|
37
|
-
should "be saveable" do
|
38
|
-
capability = Stripe::Account.retrieve_capability("acct_123", "acap_123")
|
39
|
-
capability.requested = true
|
40
|
-
capability.save
|
41
|
-
assert_requested :post,
|
42
|
-
"#{Stripe.api_base}/v1/accounts/#{capability.account}/capabilities/#{capability.id}"
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
data/test/stripe/charge_test.rb
DELETED
@@ -1,64 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class ChargeTest < Test::Unit::TestCase
|
7
|
-
should "be listable" do
|
8
|
-
charges = Stripe::Charge.list
|
9
|
-
assert_requested :get, "#{Stripe.api_base}/v1/charges"
|
10
|
-
assert charges.data.is_a?(Array)
|
11
|
-
assert charges.data[0].is_a?(Stripe::Charge)
|
12
|
-
end
|
13
|
-
|
14
|
-
should "be retrievable" do
|
15
|
-
charge = Stripe::Charge.retrieve("ch_123")
|
16
|
-
assert_requested :get, "#{Stripe.api_base}/v1/charges/ch_123"
|
17
|
-
assert charge.is_a?(Stripe::Charge)
|
18
|
-
end
|
19
|
-
|
20
|
-
should "be creatable" do
|
21
|
-
charge = Stripe::Charge.create(
|
22
|
-
amount: 100,
|
23
|
-
currency: "USD",
|
24
|
-
source: "src_123"
|
25
|
-
)
|
26
|
-
assert_requested :post, "#{Stripe.api_base}/v1/charges"
|
27
|
-
assert charge.is_a?(Stripe::Charge)
|
28
|
-
end
|
29
|
-
|
30
|
-
should "be saveable" do
|
31
|
-
charge = Stripe::Charge.retrieve("ch_123")
|
32
|
-
charge.metadata["key"] = "value"
|
33
|
-
charge.save
|
34
|
-
assert_requested :post, "#{Stripe.api_base}/v1/charges/#{charge.id}"
|
35
|
-
end
|
36
|
-
|
37
|
-
should "be updateable" do
|
38
|
-
charge = Stripe::Charge.update("ch_123", metadata: { foo: "bar" })
|
39
|
-
assert_requested :post, "#{Stripe.api_base}/v1/charges/ch_123"
|
40
|
-
assert charge.is_a?(Stripe::Charge)
|
41
|
-
end
|
42
|
-
|
43
|
-
context "#capture" do
|
44
|
-
should "capture the charge" do
|
45
|
-
charge = Stripe::Charge.retrieve("ch_123")
|
46
|
-
charge = charge.capture(amount: 100)
|
47
|
-
assert_requested :post,
|
48
|
-
"#{Stripe.api_base}/v1/charges/ch_123/capture",
|
49
|
-
body: { amount: 100 }
|
50
|
-
assert charge.is_a?(Stripe::Charge)
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
context ".capture" do
|
55
|
-
should "capture the charge" do
|
56
|
-
charge = Stripe::Charge.capture("ch_123", amount: 100)
|
57
|
-
assert_requested :post,
|
58
|
-
"#{Stripe.api_base}/v1/charges/ch_123/capture",
|
59
|
-
body: { amount: 100 }
|
60
|
-
assert charge.is_a?(Stripe::Charge)
|
61
|
-
end
|
62
|
-
end
|
63
|
-
end
|
64
|
-
end
|
@@ -1,53 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
module Checkout
|
7
|
-
class SessionTest < Test::Unit::TestCase
|
8
|
-
should "be creatable" do
|
9
|
-
session = Stripe::Checkout::Session.create(
|
10
|
-
cancel_url: "https://stripe.com/cancel",
|
11
|
-
client_reference_id: "1234",
|
12
|
-
line_items: [
|
13
|
-
{
|
14
|
-
amount: 123,
|
15
|
-
currency: "usd",
|
16
|
-
description: "item 1",
|
17
|
-
images: [
|
18
|
-
"https://stripe.com/img1",
|
19
|
-
],
|
20
|
-
name: "name",
|
21
|
-
quantity: 2,
|
22
|
-
},
|
23
|
-
],
|
24
|
-
payment_intent_data: [
|
25
|
-
receipt_email: "test@stripe.com",
|
26
|
-
],
|
27
|
-
payment_method_types: ["card"],
|
28
|
-
success_url: "https://stripe.com/success"
|
29
|
-
)
|
30
|
-
assert_requested :post, "#{Stripe.api_base}/v1/checkout/sessions"
|
31
|
-
assert session.is_a?(Stripe::Checkout::Session)
|
32
|
-
end
|
33
|
-
|
34
|
-
should "be retrievable" do
|
35
|
-
charge = Stripe::Checkout::Session.retrieve("cs_123")
|
36
|
-
assert_requested :get, "#{Stripe.api_base}/v1/checkout/sessions/cs_123"
|
37
|
-
assert charge.is_a?(Stripe::Checkout::Session)
|
38
|
-
end
|
39
|
-
|
40
|
-
context "#list_line_items" do
|
41
|
-
should "list the session's line items" do
|
42
|
-
sources = Stripe::Checkout::Session.list_line_items(
|
43
|
-
"cs_123"
|
44
|
-
)
|
45
|
-
assert_requested :get, "#{Stripe.api_base}/v1/checkout/sessions/cs_123/line_items"
|
46
|
-
assert sources.is_a?(Stripe::ListObject)
|
47
|
-
assert sources.data.is_a?(Array)
|
48
|
-
assert sources.data[0].is_a?(Stripe::LineItem)
|
49
|
-
end
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
53
|
-
end
|
@@ -1,167 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require ::File.expand_path("../test_helper", __dir__)
|
4
|
-
|
5
|
-
module Stripe
|
6
|
-
class ConnectionManagerTest < Test::Unit::TestCase
|
7
|
-
setup do
|
8
|
-
@manager = Stripe::ConnectionManager.new
|
9
|
-
end
|
10
|
-
|
11
|
-
context "#initialize" do
|
12
|
-
should "set #last_used to current time" do
|
13
|
-
t = 123.0
|
14
|
-
Util.stubs(:monotonic_time).returns(t)
|
15
|
-
assert_equal t, Stripe::ConnectionManager.new.last_used
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
19
|
-
context "#clear" do
|
20
|
-
should "clear any active connections" do
|
21
|
-
stub_request(:post, "#{Stripe.api_base}/path")
|
22
|
-
.to_return(body: JSON.generate(object: "account"))
|
23
|
-
|
24
|
-
# Making a request lets us know that at least one connection is open.
|
25
|
-
@manager.execute_request(:post, "#{Stripe.api_base}/path")
|
26
|
-
|
27
|
-
# Now clear the manager.
|
28
|
-
@manager.clear
|
29
|
-
|
30
|
-
# This check isn't great, but it's otherwise difficult to tell that
|
31
|
-
# anything happened with just the public-facing API.
|
32
|
-
assert_equal({}, @manager.instance_variable_get(:@active_connections))
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
context "#connection_for" do
|
37
|
-
should "correctly initialize a connection" do
|
38
|
-
old_proxy = Stripe.proxy
|
39
|
-
|
40
|
-
old_open_timeout = Stripe.open_timeout
|
41
|
-
old_read_timeout = Stripe.read_timeout
|
42
|
-
old_write_timeout = Stripe.write_timeout
|
43
|
-
|
44
|
-
begin
|
45
|
-
# Make sure any global initialization here is undone in the `ensure`
|
46
|
-
# block below.
|
47
|
-
Stripe.proxy = "http://user:pass@localhost:8080"
|
48
|
-
|
49
|
-
Stripe.open_timeout = 123
|
50
|
-
Stripe.read_timeout = 456
|
51
|
-
Stripe.write_timeout = 789 if WRITE_TIMEOUT_SUPPORTED
|
52
|
-
|
53
|
-
conn = @manager.connection_for("https://stripe.com")
|
54
|
-
|
55
|
-
# Host/port
|
56
|
-
assert_equal "stripe.com", conn.address
|
57
|
-
assert_equal 443, conn.port
|
58
|
-
|
59
|
-
# Proxy
|
60
|
-
assert_equal "localhost", conn.proxy_address
|
61
|
-
assert_equal 8080, conn.proxy_port
|
62
|
-
assert_equal "user", conn.proxy_user
|
63
|
-
assert_equal "pass", conn.proxy_pass
|
64
|
-
|
65
|
-
# Timeouts
|
66
|
-
assert_equal 123, conn.open_timeout
|
67
|
-
assert_equal 456, conn.read_timeout
|
68
|
-
assert_equal 789, conn.write_timeout if WRITE_TIMEOUT_SUPPORTED
|
69
|
-
|
70
|
-
assert_equal true, conn.use_ssl?
|
71
|
-
assert_equal OpenSSL::SSL::VERIFY_PEER, conn.verify_mode
|
72
|
-
assert_equal Stripe.ca_store, conn.cert_store
|
73
|
-
ensure
|
74
|
-
Stripe.proxy = old_proxy
|
75
|
-
|
76
|
-
Stripe.open_timeout = old_open_timeout
|
77
|
-
Stripe.read_timeout = old_read_timeout
|
78
|
-
Stripe.write_timeout = old_write_timeout if WRITE_TIMEOUT_SUPPORTED
|
79
|
-
end
|
80
|
-
end
|
81
|
-
|
82
|
-
should "produce the same connection multiple times" do
|
83
|
-
conn1 = @manager.connection_for("https://stripe.com")
|
84
|
-
conn2 = @manager.connection_for("https://stripe.com")
|
85
|
-
|
86
|
-
assert_equal conn1, conn2
|
87
|
-
end
|
88
|
-
|
89
|
-
should "produce different connections for different hosts" do
|
90
|
-
conn1 = @manager.connection_for("https://example.com")
|
91
|
-
conn2 = @manager.connection_for("https://stripe.com")
|
92
|
-
|
93
|
-
refute_equal conn1, conn2
|
94
|
-
end
|
95
|
-
|
96
|
-
should "produce different connections for different ports" do
|
97
|
-
conn1 = @manager.connection_for("https://stripe.com:80")
|
98
|
-
conn2 = @manager.connection_for("https://stripe.com:443")
|
99
|
-
|
100
|
-
refute_equal conn1, conn2
|
101
|
-
end
|
102
|
-
end
|
103
|
-
|
104
|
-
context "#execute_request" do
|
105
|
-
should "make a request" do
|
106
|
-
stub_request(:post, "#{Stripe.api_base}/path?query=bar")
|
107
|
-
.with(
|
108
|
-
body: "body=foo",
|
109
|
-
headers: { "Stripe-Account" => "bar" }
|
110
|
-
)
|
111
|
-
.to_return(body: JSON.generate(object: "account"))
|
112
|
-
|
113
|
-
@manager.execute_request(:post, "#{Stripe.api_base}/path",
|
114
|
-
body: "body=foo",
|
115
|
-
headers: { "Stripe-Account" => "bar" },
|
116
|
-
query: "query=bar")
|
117
|
-
end
|
118
|
-
|
119
|
-
should "perform basic argument validation" do
|
120
|
-
e = assert_raises ArgumentError do
|
121
|
-
@manager.execute_request("POST", "#{Stripe.api_base}/path")
|
122
|
-
end
|
123
|
-
assert_equal e.message, "method should be a symbol"
|
124
|
-
|
125
|
-
e = assert_raises ArgumentError do
|
126
|
-
@manager.execute_request(:post, :uri)
|
127
|
-
end
|
128
|
-
assert_equal e.message, "uri should be a string"
|
129
|
-
|
130
|
-
e = assert_raises ArgumentError do
|
131
|
-
@manager.execute_request(:post, "#{Stripe.api_base}/path",
|
132
|
-
body: {})
|
133
|
-
end
|
134
|
-
assert_equal e.message, "body should be a string"
|
135
|
-
|
136
|
-
e = assert_raises ArgumentError do
|
137
|
-
@manager.execute_request(:post, "#{Stripe.api_base}/path",
|
138
|
-
headers: "foo")
|
139
|
-
end
|
140
|
-
assert_equal e.message, "headers should be a hash"
|
141
|
-
|
142
|
-
e = assert_raises ArgumentError do
|
143
|
-
@manager.execute_request(:post, "#{Stripe.api_base}/path",
|
144
|
-
query: {})
|
145
|
-
end
|
146
|
-
assert_equal e.message, "query should be a string"
|
147
|
-
end
|
148
|
-
|
149
|
-
should "set #last_used to current time" do
|
150
|
-
stub_request(:post, "#{Stripe.api_base}/path")
|
151
|
-
.to_return(body: JSON.generate(object: "account"))
|
152
|
-
|
153
|
-
t = 123.0
|
154
|
-
Util.stubs(:monotonic_time).returns(t)
|
155
|
-
|
156
|
-
manager = Stripe::ConnectionManager.new
|
157
|
-
|
158
|
-
# `#last_used` is also set by the constructor, so make sure we get a
|
159
|
-
# new value for it.
|
160
|
-
Util.stubs(:monotonic_time).returns(t + 1.0)
|
161
|
-
|
162
|
-
manager.execute_request(:post, "#{Stripe.api_base}/path")
|
163
|
-
assert_equal t + 1.0, manager.last_used
|
164
|
-
end
|
165
|
-
end
|
166
|
-
end
|
167
|
-
end
|