Skip to content
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

Replace http method in api doc #3530

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

SamuelMartini
Copy link
Contributor

Description
Fix doc http methods for controller action (update) that uses put and not post.

select_shipping_method - custom action route

product variant update

Checklist:

Spree::Api::Shipments#select_shipping_method uses the `put` method.
Spree::Api::Variants#update should be `put`.
@kennyadsl kennyadsl added Code Review Needed changelog:solidus_api Changes to the solidus_api gem labels Mar 3, 2020
Copy link
Member

@spaghetticode spaghetticode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SamuelMartini thank you 👍

@kennyadsl kennyadsl merged commit 1533c02 into solidusio:master Mar 4, 2020
@kennyadsl kennyadsl deleted the SamuelMartini/http_methods_doc branch March 4, 2020 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus_api Changes to the solidus_api gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants