You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when I go to test a payment:
I, [2021-11-29T09:19:19.656205 #19393] INFO -- : [39855e67-587e-4ebe-8f22-143f843806a1] Started PATCH"/checkout/update/payment" for 24.228.203.152 at 2021-11-29 09:19:19 +0100
I, [2021-11-29T09:19:19.658170 #19393] INFO -- : [39855e67-587e-4ebe-8f22-143f843806a1] Proce
ssing by Spree::CheckoutController#update as HTML
I, [2021-11-29T09:19:19.658416 #19393] INFO -- : [39855e67-587e-4ebe-8f22-143f843806a1] Par
ameters: {"authenticity_token"=>"[FILTERED]", "order"=>{"payments_attributes"=>[{"payment_meth
od_id"=>"4"}]}, "payment_source"=>{"2"=>{"name"=>"REDACTED", "number"=>"[FILTERED]", "expir
y"=>"", "verification_value"=>"[FILTERED]", "address_attributes"=>{"name"=>"REDACTED", "com
pany"=>"", "address1"=>"REDATED", "address2"=>"", "city"=>"REDACTED", "country_id"=
bundle install
.
.
.
Using solidus_square 0.0.1
.
.
.
Bundle complete! 23 Gemfile dependencies, 152 gems now installed.
Use bundle info [gemname] to see where a bundled gem is installed.
bundle info solidus_square
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.
I'm getting this error when I go to test a payment:
I, [2021-11-29T09:19:19.656205 #19393] INFO -- : [39855e67-587e-4ebe-8f22-143f843806a1] Started PATCH"/checkout/update/payment" for 24.228.203.152 at 2021-11-29 09:19:19 +0100
I, [2021-11-29T09:19:19.658170 #19393] INFO -- : [39855e67-587e-4ebe-8f22-143f843806a1] Proce
ssing by Spree::CheckoutController#update as HTML
I, [2021-11-29T09:19:19.658416 #19393] INFO -- : [39855e67-587e-4ebe-8f22-143f843806a1] Par
ameters: {"authenticity_token"=>"[FILTERED]", "order"=>{"payments_attributes"=>[{"payment_meth
od_id"=>"4"}]}, "payment_source"=>{"2"=>{"name"=>"REDACTED", "number"=>"[FILTERED]", "expir
y"=>"", "verification_value"=>"[FILTERED]", "address_attributes"=>{"name"=>"REDACTED", "com
pany"=>"", "address1"=>"REDATED", "address2"=>"", "city"=>"REDACTED", "country_id"=
What login parameter?!
bundle install
.
.
.
Using solidus_square 0.0.1
.
.
.
Bundle complete! 23 Gemfile dependencies, 152 gems now installed.
Use
bundle info [gemname]
to see where a bundled gem is installed.bundle info solidus_square
Summary: Solidus extension for using Square in your store.
Homepage: https://github.com/nebulab/solidus_square#readme
Source Code: https://github.com/nebulab/solidus_square
Changelog: https://github.com/nebulab/solidus_square/blob/master/CHANGELOG.md
Path: /usr/local/rvm/gems/ruby-2.6.1/gems/solidus_square-0.0.1
rails generate solidus_square:install
/usr/share/solidus/REDACTED/config/initializers/solidus_square.rb:2:in `': uninitialized constant SolidusSquare (NameError)
head --lines=2 /usr/share/solidus/REDACTED/config/initializers/solidus_square.rb
config/initializers/solidus_square.rb
SolidusSquare.configure do |config|
The text was updated successfully, but these errors were encountered: