From c2ff76ed6f1b9aa377f566d7d98e743446919c0a Mon Sep 17 00:00:00 2001 From: Alessandro Desantis Date: Thu, 24 Sep 2020 14:21:43 +0200 Subject: Update extension with latest solidus_dev_support defaults --- bin/sandbox | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/sandbox') diff --git a/bin/sandbox b/bin/sandbox index 6b848ab..83aea83 100755 --- a/bin/sandbox +++ b/bin/sandbox @@ -72,9 +72,11 @@ unbundled bundle exec rails generate spree:install \ --user_class=Spree::User \ --enforce_available_locales=true \ --with-authentication=false \ + --payment-method=none \ $@ unbundled bundle exec rails generate solidus:auth:install +unbundled bundle exec rails generate ${extension_name}:install echo echo "🚀 Sandbox app successfully created for $extension_name!" -- cgit v1.2.3