Alessandro Desantis
Alessandro Desantis
Hey @fwolfst, sorry about the confusion! The best place to put that code is in a decorator such as the following: ```ruby # app/decorators/your_app/spree/address/make_phone_optional.rb module YourApp::Spree::Address::MakePhoneOptional def require_phone? false end...
@fwolfst can you clarify? What do you see when you open a console and type `Spree::Address.ancestors`?
@seki93 can you please direct your support request to the [Solidus Slack](http://slack.solidus.io)? GitHub is only for reporting actual bugs.
@waiting-for-dev can you try to re-run the CI?
I remember we did a fair bit of research back in the day and it was distilled into [solidus_gdpr](https://github.com/solidusio-contrib/solidus_gdpr), which allows you to define different "data segments" and how to...
I don't know if a start/end time for tax rates would solve the problem, because all of our API-based sales tax integrations (as far as I know) use a single...
@mensfeld @apotonick I'm also very much interested in this, for https://github.com/pragmarb/pragma/issues/24. Any updates or hints about how this could be accomplished? I feel like I'm not versed in the internals...
@abelards 👋 Looks like you'll need to rebase before this can be merged?
I wonder whether this could be implemented in the form of response transformers, e.g. ```ruby class Pragma::Transformer::CastSymbol < Pragma::Transformer::Base def call(options) return unless options['result.response'].is_a?(Symbol) response_klass = "Pragma::Operation::Response::#{options['result.response'].to_s.camelize}" options['result.response'] = response_klass.constantize...
This has actually been introduced in TRB itself in [trailblazer-macro](https://github.com/trailblazer/trailblazer-macro), so we can just wait for 2.1.