Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solidus needs a login parameter? #116

Open
sourcesolver opened this issue Nov 29, 2021 · 2 comments
Open

Solidus needs a login parameter? #116

sourcesolver opened this issue Nov 29, 2021 · 2 comments
Labels
v4.x Issues and PRs targeting the classic frontend (before v5)

Comments

@sourcesolver
Copy link

sourcesolver commented Nov 29, 2021

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"=

"REDACTED", "state_id"=>"REDACTED", "state_name"=>"", "zipcode"=>"REDACTED", "phone"=>"", "alternative_ph
one"=>""}, "cc_type"=>""}, "4"=>{"name"=>"REDACTED", "number"=>"[FILTERED]", "expiry"=>"6/29", "verification_value"=>"[FILTERED]", "address_attributes"=>{"name"=>"REDACTED", "comp
any"=>"", "address1"=>"REDACTED", "address2"=>"", "city"=>"REDACTED", "country_id"=>
"REDACTED", "state_id"=>"REDACTED", "state_name"=>"", "zipcode"=>"REDACTED", "phone"=>"", "alternative_pho
ne"=>""}, "cc_type"=>"visa"}}, "state"=>"payment"}
I, [2021-11-29T09:19:19.778745 #19393] INFO -- : [39855e67-587e-4ebe-8f22-143f843806a1] Compl
eted 500 Internal Server Error in 120ms (ActiveRecord: 47.5ms | Allocations: 38329)
F, [2021-11-29T09:19:19.780714 #19393] FATAL -- : [39855e67-587e-4ebe-8f22-143f843806a1]
[39855e67-587e-4ebe-8f22-143f843806a1] ArgumentError (Missing required parameter: login):
[39855e67-587e-4ebe-8f22-143f843806a1]
[39855e67-587e-4ebe-8f22-143f843806a1] activemerchant (1.124.0) lib/active_merchant/billing/ga
teway.rb:325:in `block in requires!'

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

config/initializers/solidus_square.rb

SolidusSquare.configure do |config|

@sourcesolver
Copy link
Author

tumbleweed

@stale
Copy link

stale bot commented Nov 11, 2022

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.

@stale stale bot added the stale label Nov 11, 2022
@gsmendoza gsmendoza removed the stale label Nov 15, 2022
@elia elia added the v4.x Issues and PRs targeting the classic frontend (before v5) label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v4.x Issues and PRs targeting the classic frontend (before v5)
Projects
None yet
Development

No branches or pull requests

3 participants