diff --git a/app/models/spree/gateway/stripe_connect.rb b/app/models/spree/gateway/stripe_connect.rb index 2ce9065419..06a632c04a 100644 --- a/app/models/spree/gateway/stripe_connect.rb +++ b/app/models/spree/gateway/stripe_connect.rb @@ -31,7 +31,6 @@ module Spree provider.purchase(*options_for_purchase_or_auth(money, creditcard, gateway_options)) end - def create_profile(payment) return unless payment.source.gateway_customer_profile_id.nil? options = { diff --git a/lib/open_food_network/users_and_enterprises_report.rb b/lib/open_food_network/users_and_enterprises_report.rb index fd580393be..58cb9688c8 100644 --- a/lib/open_food_network/users_and_enterprises_report.rb +++ b/lib/open_food_network/users_and_enterprises_report.rb @@ -30,7 +30,7 @@ module OpenFoodNetwork uae["sells"], uae["visible"], to_local_datetime(uae["confirmed_at"]) - ] + ] end end