Revert "Kill stripe connect"

This commit is contained in:
Maikel
2021-09-20 08:39:34 +10:00
committed by GitHub
parent 6ee9daf768
commit a3c31f7d86
35 changed files with 783 additions and 69 deletions

View File

@@ -753,7 +753,7 @@ describe Admin::SubscriptionsController, type: :controller do
end
context "when other payment methods exist" do
let!(:stripe) { create(:stripe_sca_payment_method, distributors: [shop]) }
let!(:stripe) { create(:stripe_connect_payment_method, distributors: [shop]) }
let!(:paypal) {
Spree::Gateway::PayPalExpress.create!(name: "PayPalExpress", distributor_ids: [shop.id])
}