Calvin Yu
Calvin Yu
Any chance a new release can be push to rubygems? We're seeing the double execute issue that was fixed over a year ago.
Fix issues with shipping & tax calculations Added override to add paypal button on cart step (when enabled) Use paypal account email for order email for checkout on cart step...
This patch is for the `3-0-stable`, but the commit applies cleanly on master as well. Please let me know if I need to prepare this PR differently
This `OPTIONS` request in this comment should not be returning CORS headers: https://github.com/cyu/rack-cors/issues/20#issuecomment-46523416
It appears redirects on CORS actual requests are not allowed according to the CORS spec: http://www.w3.org/TR/cors/#cross-origin-request-with-preflight-0 (step 3). To avoid confusion, log a warning when this is happening and `debug:...
### Describe the bug The ID field within a `has_many` field always links to the base class resource even when `link_to_child_resource` is true. ### Steps to Reproduce Steps to reproduce...
**Describe the bug** With the most recent changes to flowbite.turbo.js, the `turbo:after-stream-render` is fired on the document, but the event listener is attached to the window. Therefore, `initFlowbite` is never...