Skip to content

Conversation

@acbeni
Copy link
Contributor

@acbeni acbeni commented Apr 28, 2020

Summary

Add return type for shipping method sub endpoints

Description

This PR tries to fix the lack of return type for sub shipping method endpoints reported by our user in #1536

@acbeni acbeni requested a review from daern91 April 28, 2020 11:53
@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

Merging #1542 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1542   +/-   ##
=======================================
  Coverage   98.63%   98.63%           
=======================================
  Files         128      128           
  Lines        3286     3286           
  Branches      758      758           
=======================================
  Hits         3241     3241           
  Misses         41       41           
  Partials        4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f363aed...691eb06. Read the comment docs.

Copy link
Contributor

@daern91 daern91 left a comment

Choose a reason for hiding this comment

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

Changes look fine, thanks @acbeni! We just need to fix the unnecessary formatting changes.

action: 'setKey',
key: 'key'
}
key: 'key',
Copy link
Contributor

Choose a reason for hiding this comment

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

hmm these formatting changes shouldnt be here, could you please run yarn format inside the root folder to fix them?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i run yarn format inside the root folder, but i got them still, i dont know why i got them

@acbeni acbeni merged commit af83a8d into master Apr 28, 2020
@acbeni acbeni deleted the add_return_type_for_shipping_method branch April 28, 2020 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants