Richard Twena
Richard Twena
I believe the salt should be different per record (and stored on the record). The reason for this is so that if two records have the same password and using...
### Describe the bug Although I can translate the world "Available", I cannot translate the word "in" https://github.com/commercelayer/commercelayer-react-components/blob/2c9e7ff01088b2e4bf2fac6fdb9a1587dd572964/packages/react-components/src/components/skus/AvailabilityTemplate.tsx#L84-L87 Also unable to translate shipping method name, since `shippingMethod.name` is always used...
Ruby: 2.5.3 Prependers: 0.1.1 Rails: 5.2.2 Given the follow file ```ruby # app/prependers/models/spree/product/scopes.rb module Spree::Product::Scopes def self.prepended(base) base.singleton_class.prepend ClassMethods end module ClassMethods def purchasable # some code end end end...
It seems that `SolidusPaypalBraintree::Configuration` does have `preferences` I'm running solidus without solidus-frontend (not sure if that matters) ```ruby [2] pry(main)> >> SolidusPaypalBraintree::Configuration.last.save! NameError: undefined local variable or method `preferences' for...