-
When I click `void` on a `pending` `Bogus` (don't know if this matters) payment - I get an exception
```
A NoMethodError occurred in payments#fire:
undefined method `environment' for nil:NilClass
…
-
The currency symbol and value need to be separated from the locale.
The way that Spree currently operates I can't have my product in Dollars (or Euros, or anything else) and let people change the in…
-
When dismissing the banner in the admin section (after creating a new site with spree 1.2), I am getting the following error
`No route matches [GET] "/shop/admin/banners/1/dismiss"`
-
Processing my first test orders, using both providors:
Spree::BillingIntegration::PaypalExpress
Spree::BillingIntegration::PaypalExpressUk
Order processes fine, customer returned to spree confirmatio…
-
Trying to install this gem provided to be slightly more effort than I thought, as the readme leaves out many extremely important install instructions that I dug to find myself. Here are the things I h…
-
When using spree_usa_epay in development environment (Spree 1.1.1, Rails 3.2.3) with USA ePay sandbox account I get the following error:
ActiveModel::MassAssignmentSecurity::Error in Spree::CheckoutC…
-
I can only describe the symptoms here:
Setup:
1) Paypal extension is configured to not auto capture
2) Review is not ticked
3) Currency is in EUR
4) Live environment
Purchase
1.) Customer gets to pa…
zecke updated
12 years ago
-
Trying to void a payment via the admin using the [AuthorizeNetCIM](https://github.com/spree/spree_gateway/blob/master/app/models/spree/gateway/authorize_net_cim.rb#L46) gateway results in the followin…
-
UPDATE: This only seems to fail during Paypal Express checkout, not Credit Card checkout w/ Bogus gateway
UPDATE 2: This doesn't seem to be an issue in "production" and only in "development" So I gue…
-
Currently, if a preference is not found within the Preference Store, it checks to see if there are any pending preferences and if not, it falls back to the default value. I have found this to not be …