-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Spree 4.6 #953
Open
4 tasks done
Comments
Thing that can break commissioner is not in 4.6, it's 4.7. I have created an issue for migrating to 4.7 #959 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changes
BIG change of spree 4.6 is translation. It only has a few updates that break the current 4.5 that we are using.
Task breakdown:
~> 4.6.0
which mean>= 4.6
< 4.7
in spree_cm_commissioner.gemspecSpree::Product, Spree::Taxon, Spree::Taxonomy, Spree::Property, Spree::ProductProperty, Spree::OptionType, Spree::OptionValue, Spree::Store
secret_key
for webhook subscriber.signature
for webhook payloadheaders['X-Spree-Hmac-SHA256']
when send the event to the subscriber.Demo
References
The text was updated successfully, but these errors were encountered: