Matthew Kennedy

Results 17 issues of Matthew Kennedy

This extension was working fine for years, never an issue, I made no changes to my code or production environment and then I woke up to a roller error log...

- Fix outdated SSL cert issue from old SDK gem. #213 - Update Specs to use Spree Dev Tools. - Tests 3.7 - 4.0 - 4.1 & master.

Update to the old PayPal button to the newer design. ## Spree 4 ## Spree 3

- Ensure locale is set back to `:en` after tests that change the locale to `:fr`. - Rename `log_out` to `log_out_via_frontend_user_menu` to avoid tests on admin side using it by...

This PR add the ability to use a stand alone Spree Checkout. 1. Checks to see if the app is using the `Spree::Checkout` 2. Uses routes to the name spaced...

I found a strange behaviour when using `acts_as_nested_set` and `has_one_attached` on the same model. If `acts_as_nested_set` is placed above `has_one_attached` acts as the object is a newly created item, the...

pinned

This PR allows developers to use Active Store settings instead of preferences for new payment methods. Add the following method to your payment method gateway model ```ruby # Set to...