jakemumu
05/30/2023, 2:15 AMinitializer "solidus_paypal_commerce_platform.set_pricing_options_class" do
def (Spree::Config).pricing_options_class
binding.pry
SolidusPaypalCommercePlatform::PricingOptions
end
end
^ this method in the engine.rb file appears to run per request and take precedence to the store level pricing options rendering them unusable -- is there a way to avoid this by chance?