-
When a `Spree::User` adds a new credit card and that user already has a saved credit card stored we should reuse their existing Stripe customer profile instead of creating a new one.
This is a scr…
-
The admin order->shipments UI shows "Shipped package ..." for both Cartons and Shippings. While in reality, the "real" shipped packages are represented only by Cartons (afaik).
**Solidus Version**:…
-
_(not sure if this is more a bug or a new feature... I'm going for the latter as I think the solution will end up being a new feature 😄 )_
At the moment we have a custom validator for the email in …
-
There's no guarantee that webhook events will arrive in the correct order. For instance, we could get authorization before a failure but be the reverse instead.
Partially replaces #160
-
Hello! For some reason our Solidus application isn't properly adding this gem's partials to the view path. We're running Solidus `2.11.3` and and Solidus Stripe `4.2`. Is there any additional configur…
-
**Desired Behavior**
I would like to be able to theme the Solidus admin as I am currently able now with the legacy backend. There we have bootstrap variables that can be changed to new color values…
-
Allow solidus installation that are not using the API to skip installing `solidus_api` altogether. All of the current endpoints could be moved to backend controllers making use of the authenticated se…
elia updated
10 months ago
-
Someone reported an issue [over here](https://github.com/solidusio/solidus/issues/4038) where the `Spree::User` model wasn't present when installing Solidus. It was solved by returning to the classic …
-
It made complete sense that the old `solidus_gateway` extension was built on top of `active_merchant`, because both of them are meant to support a large number of gateways with as uniform a style as p…
-
**Solidus Version**:
2.10.2
**To Reproduce**
1. After installing Solidus, run `db:seed` to get the default values installed and add a sample product to the store.
2. Add the `solidus_auth_de…