-
## Context
1. [PATCH] /api/v2/storefront/cart/set_quantity
- ```{ "quantity": true }```
2. [PATCH] /api/v2/storefront/account/addresses/{id}
- {id}=```1```
- ```{ "address":{ "…
-
I was investigating some failures in spree_i18n build and tracked it down to deface overrides. For some reason every time we try to override something in a template, which has erb inline comments, wit…
-
Hi, I'm trying to use omniauth-cas3-1.1.3 with gitlab-8.14.4.
I successfully logged in to gitlab via CAS, but when I logged out, gitlab des not redirect to CAS logout.
```
gitlab_rails['omniauth_…
-
I am creating this issue for a request client which supports OAuth 2.0.
-
Just discovered an issue on the spree 3.7 backend when an admin tried to add a payment on an order. For some reasons, credit card payment got rejected with the same error message no matter how many …
-
As dictated by the progenitor @yangshun (and through much discussion) I think we might still go with node.
To summarize, the benefits are
1. Newcomers know Javascript, courtesy of CS1101S
2. Our …
-
Hello,
Could you please help me with the following issue?
Currently I'm deploying my solution to a new service. However I'm stuck with my deployment - whenever I execute:
```
cap production rvm:che…
-
Request to add support for Webpacker in place of Asset Pipeline.
```
NoMethodError: undefined method `assets' for #
/Users/natemacinnes/.rvm/gems/ruby-2.7.2/gems/railties-6.0.3.6/lib/rails/railti…
-
Need some help here 😕
Getting the error below when trying this gem out with spree 4.1, I've tried removing the dependencies but giving me a "NoMethodError in Spree::Admin::MailMethods#edit" for `en…
-
My situation:
I host my frontend client at one URL.
I host my API at a different URL.
When I try to use `oAuthPaths` to configure the API path for oAuth, the window's root URL (not the apiPath…