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

[API] shipping shipment with tracking code + minor fixes #11231

Merged
merged 1 commit into from
Mar 16, 2020

Conversation

AdamKasp
Copy link
Contributor

Q A
Branch? api
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
License MIT

@AdamKasp AdamKasp requested a review from a team as a code owner March 16, 2020 09:00
@GSadee GSadee added Admin AdminBundle related issues and PRs. API APIs related issues and PRs. Feature New feature proposals. labels Mar 16, 2020
@GSadee GSadee merged commit 0970eff into Sylius:api Mar 16, 2020
@GSadee
Copy link
Member

GSadee commented Mar 16, 2020

Thanks, Adam! 🎉

Scenario: Shipping a shipment with tracking code from shipments index
When I browse shipments
And I ship the shipment of order "#00000001" with "AWDDXS-SAAQQ-SEFFX-CCDSE" tracking code
Then I should be notified that the shipment has been successfully shipped
And an email with the shipment's confirmation of the order "#00000001" should be sent to "donald@duck.com"

@ui @api @email
Copy link
Member

Choose a reason for hiding this comment

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

Why have you deleted this tag?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

in this PR I fixed comment from #11230, here I added by mistake @email tag so now i have removed it (this scenario does not have any email-related steps)

@@ -32,8 +32,6 @@
<itemOperation name="get" />
</itemOperations>

<collectionOperations />
Copy link
Member

Choose a reason for hiding this comment

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

Why have you removed this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because we have it inline 29 - i fixed mistake after merge :( (btw i will move it above itemOperations i next PR :) )

@lchrusciel
Copy link
Member

Part of #11250

@AdamKasp AdamKasp deleted the api-shipment-post-merge-fixes branch July 19, 2021 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin AdminBundle related issues and PRs. API APIs related issues and PRs. Feature New feature proposals.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants