Marc Leglise
Marc Leglise
When a user finishes on PayPal, and clicks "Pay Now" to redirect them back to Spree, then [spree/gateway/pay_pal_express.rb](https://github.com/spree-contrib/better_spree_paypal_express/blob/master/app/models/spree/gateway/pay_pal_express.rb#L52) calls `do_express_checkout_payment` and then `pp_response.success?` If the user does not have enough...
Currently, the user is still prompted for a credit card, and cannot complete checkout without it. The Bonobos frontend appears to have already fixed this. Is there a suggested way...
My current project wants the customer to be able to choose whether or not to apply their store credit to a given order. I'll be setting this up for my...
The override of CheckoutController#before_payment disables the loading of @payment_sources. When used with Authorize.Net CIM, this causes users with saved credit cards to never see the option to reuse them. Only...
That's right, anonymous users can edit and delete other people's wishlists, just by having the right URL. No permission checks are performed.
**Critical**: The Raspberry Pi 4 rearranged the location of the Ethernet port vs the USB ports, which makes the current base unusable for Pi 4. **Nice-to-have**: The power and HDMI...