From 7817e285f0191db74af7db19d804a781545fe48e Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 12 Apr 2016 16:43:10 +0200 Subject: [PATCH] rake task to remove stripe secrets from VCR cassettes --- lib/tasks/fablab.rake | 13 ++++++++++++- ...ate_for_machine_with_subscription_success.yml | 16 ++++++++-------- ...te_for_machine_without_subscription_error.yml | 10 +++++----- ..._for_machine_without_subscription_success.yml | 16 ++++++++-------- ...te_for_training_with_subscription_success.yml | 10 +++++----- ...for_training_without_subscription_success.yml | 16 ++++++++-------- .../subscriptions_admin_create_success.yml | 12 ++++++------ .../subscriptions_user_create_failed.yml | 4 ++-- .../subscriptions_user_create_success.yml | 16 ++++++++-------- .../subscriptions_user_renew_failed.yml | 6 +++--- .../subscriptions_user_renew_success.yml | 16 ++++++++-------- 11 files changed, 73 insertions(+), 62 deletions(-) diff --git a/lib/tasks/fablab.rake b/lib/tasks/fablab.rake index 32c3b4010..1786f819a 100644 --- a/lib/tasks/fablab.rake +++ b/lib/tasks/fablab.rake @@ -31,7 +31,7 @@ namespace :fablab do puts "-> Done" end - desc "Cancel strip subscriptions" + desc "Cancel stripe subscriptions" task cancel_subscriptions: :environment do Subscription.where("expired_at >= ?", Time.now.at_beginning_of_day).each do |s| puts "-> Start cancel subscription of #{s.user.email}" @@ -179,4 +179,15 @@ namespace :fablab do ar_base.dump_fixtures end end + + desc 'clean stripe secrets from VCR cassettes' + task clean_cassettes_secrets: :environment do + Dir['test/vcr_cassettes/*.yml'].each do |cassette_file| + cassette = File.read(cassette_file) + cassette.gsub!(Rails.application.secrets.stripe_api_key, 'sk_test_testfaketestfaketestfake') + cassette.gsub!(Rails.application.secrets.stripe_publishable_key, 'pk_test_faketestfaketestfaketest') + puts cassette + File.write(cassette_file, cassette) + end + end end diff --git a/test/vcr_cassettes/reservations_create_for_machine_with_subscription_success.yml b/test/vcr_cassettes/reservations_create_for_machine_with_subscription_success.yml index f1273017f..b41abceb0 100644 --- a/test/vcr_cassettes/reservations_create_for_machine_with_subscription_success.yml +++ b/test/vcr_cassettes/reservations_create_for_machine_with_subscription_success.yml @@ -14,7 +14,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -106,7 +106,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -186,7 +186,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -266,7 +266,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -352,7 +352,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -436,7 +436,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -573,7 +573,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -710,7 +710,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: diff --git a/test/vcr_cassettes/reservations_create_for_machine_without_subscription_error.yml b/test/vcr_cassettes/reservations_create_for_machine_without_subscription_error.yml index 18ff86370..51b5dc8b1 100644 --- a/test/vcr_cassettes/reservations_create_for_machine_without_subscription_error.yml +++ b/test/vcr_cassettes/reservations_create_for_machine_without_subscription_error.yml @@ -14,7 +14,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -106,7 +106,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -186,7 +186,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -365,7 +365,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -430,7 +430,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: diff --git a/test/vcr_cassettes/reservations_create_for_machine_without_subscription_success.yml b/test/vcr_cassettes/reservations_create_for_machine_without_subscription_success.yml index 9249aa5fc..47be47a36 100644 --- a/test/vcr_cassettes/reservations_create_for_machine_without_subscription_success.yml +++ b/test/vcr_cassettes/reservations_create_for_machine_without_subscription_success.yml @@ -14,7 +14,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -106,7 +106,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -186,7 +186,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -365,7 +365,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -449,7 +449,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -655,7 +655,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -773,7 +773,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -891,7 +891,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: diff --git a/test/vcr_cassettes/reservations_create_for_training_with_subscription_success.yml b/test/vcr_cassettes/reservations_create_for_training_with_subscription_success.yml index 7cb903c66..0e3f2a47a 100644 --- a/test/vcr_cassettes/reservations_create_for_training_with_subscription_success.yml +++ b/test/vcr_cassettes/reservations_create_for_training_with_subscription_success.yml @@ -14,7 +14,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -106,7 +106,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -186,7 +186,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -272,7 +272,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -390,7 +390,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: diff --git a/test/vcr_cassettes/reservations_create_for_training_without_subscription_success.yml b/test/vcr_cassettes/reservations_create_for_training_without_subscription_success.yml index f33512801..a90e48296 100644 --- a/test/vcr_cassettes/reservations_create_for_training_without_subscription_success.yml +++ b/test/vcr_cassettes/reservations_create_for_training_without_subscription_success.yml @@ -14,7 +14,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -106,7 +106,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -186,7 +186,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -367,7 +367,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -451,7 +451,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -650,7 +650,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -768,7 +768,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -886,7 +886,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: diff --git a/test/vcr_cassettes/subscriptions_admin_create_success.yml b/test/vcr_cassettes/subscriptions_admin_create_success.yml index 11fca6153..2a7c2bf10 100644 --- a/test/vcr_cassettes/subscriptions_admin_create_success.yml +++ b/test/vcr_cassettes/subscriptions_admin_create_success.yml @@ -14,7 +14,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -193,7 +193,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -285,7 +285,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -421,7 +421,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -633,7 +633,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -723,7 +723,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: diff --git a/test/vcr_cassettes/subscriptions_user_create_failed.yml b/test/vcr_cassettes/subscriptions_user_create_failed.yml index bce52ebeb..b32669f29 100644 --- a/test/vcr_cassettes/subscriptions_user_create_failed.yml +++ b/test/vcr_cassettes/subscriptions_user_create_failed.yml @@ -14,7 +14,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -106,7 +106,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: diff --git a/test/vcr_cassettes/subscriptions_user_create_success.yml b/test/vcr_cassettes/subscriptions_user_create_success.yml index 6f650ef27..4f945c009 100644 --- a/test/vcr_cassettes/subscriptions_user_create_success.yml +++ b/test/vcr_cassettes/subscriptions_user_create_success.yml @@ -14,7 +14,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -106,7 +106,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -196,7 +196,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -377,7 +377,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -469,7 +469,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -605,7 +605,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -809,7 +809,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -899,7 +899,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: diff --git a/test/vcr_cassettes/subscriptions_user_renew_failed.yml b/test/vcr_cassettes/subscriptions_user_renew_failed.yml index 4597cfc7b..29e03a51c 100644 --- a/test/vcr_cassettes/subscriptions_user_renew_failed.yml +++ b/test/vcr_cassettes/subscriptions_user_renew_failed.yml @@ -14,7 +14,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -76,7 +76,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -321,7 +321,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: diff --git a/test/vcr_cassettes/subscriptions_user_renew_success.yml b/test/vcr_cassettes/subscriptions_user_renew_success.yml index f406f04f1..4eade7125 100644 --- a/test/vcr_cassettes/subscriptions_user_renew_success.yml +++ b/test/vcr_cassettes/subscriptions_user_renew_success.yml @@ -14,7 +14,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -106,7 +106,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -196,7 +196,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -408,7 +408,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -500,7 +500,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -636,7 +636,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -881,7 +881,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: @@ -971,7 +971,7 @@ http_interactions: User-Agent: - Stripe/v1 RubyBindings/1.30.2 Authorization: - - Bearer sk_test_mGokO9TGtrVxMOyK4yZiktBE + - Bearer sk_test_testfaketestfaketestfake Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-User-Agent: