-
-
Notifications
You must be signed in to change notification settings - Fork 76
Products invisible in Admin Order view / Crash in the log #159
Comments
same issue here after updating to solidus 2.5.0.rc1 |
Same after upgrade to 2.5.0 |
Did anyone find a workaround for this issue? |
the reason for this is explained here solidusio/solidus#2512 in short: the payment source does not provide all attributes needed. my workaround is to set dummies for all those fields needed.
but i guess it is fixed in the solidus api master |
@hefan Nice thank you for your help! |
@hefan I have a new error now after upgrading to 2.6.0rc1 when viewing an order in the admin:
Do you know what could be the reason? Thanks! |
It seems like the path used to be |
Same error in |
This has been fixed in a recent change |
The first real order just came in in my production shop using solidus_paypal_braintree. But in the admin interface, the "Cart" section of the order does not show any products. The products show up on the "cancel items", though.
The error in the log is
ActionView::Template::Error (undefined method 'month' for #<SolidusPaypalBraintree::Source:0x007fa5b89db808>)
I attached the trace: month-crash.log
Versions:
The text was updated successfully, but these errors were encountered: