Thanks to visit codestin.com
Credit goes to github.com

Skip to content

update upgrade file after changes with tax adjustment#12164

Merged
lchrusciel merged 2 commits into
Sylius:masterfrom
arti0090:update-upgrade-file
Dec 17, 2020
Merged

update upgrade file after changes with tax adjustment#12164
lchrusciel merged 2 commits into
Sylius:masterfrom
arti0090:update-upgrade-file

Conversation

@arti0090
Copy link
Copy Markdown
Contributor

Q A
Branch? master
Bug fix? no/yes
Related tickets This PR is related to failing build from sylius/standard Sylius/Sylius-Standard#459 and also #12116
License MIT

@arti0090 arti0090 added the Documentation Documentation related issues and PRs - requests, fixes, proposals. label Dec 16, 2020
@arti0090 arti0090 requested a review from a team as a code owner December 16, 2020 11:17
@probot-autolabeler probot-autolabeler Bot added the Maintenance CI configurations, READMEs, releases, etc. label Dec 16, 2020
Comment thread UPGRADE-1.9.md Outdated
bin/console doctrine:migrations:version 'CoreBundle/Migrations/Version20201208105207' --add
```

1. The base of `Adjustment` class has changed. If you extend your adjustments already(or have them overridden by default, because of Sylius-Standard usage), you should base your Adjustment class on `AdjustmentFQCN`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
1. The base of `Adjustment` class has changed. If you extend your adjustments already(or have them overridden by default, because of Sylius-Standard usage), you should base your Adjustment class on `AdjustmentFQCN`
1. The base of `Adjustment` class has changed. If you extend your adjustments already(or have them overridden by default, because of Sylius-Standard usage), you should base your Adjustment class on `Adjustment` FQCN

?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
1. The base of `Adjustment` class has changed. If you extend your adjustments already(or have them overridden by default, because of Sylius-Standard usage), you should base your Adjustment class on `AdjustmentFQCN`
1. The base of the `Adjustment` class has changed. If you extend your adjustments already(or have them overridden by default, because of Sylius-Standard usage), you should base your Adjustment class on `Sylius\Component\Core\Model\Adjustment` instead of `Sylius\Component\Order\Model\Adjustment`.

FQCN(full qualified class name) I used as a short cut, as I was too lazy to copy the whole class name in our conversation :P

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It is so sad for me (because of last comment) to resolve this conversation, that I won't do it 😂

@lchrusciel lchrusciel merged commit 935d1fa into Sylius:master Dec 17, 2020
@lchrusciel
Copy link
Copy Markdown
Contributor

Thanks, @arti0090! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Documentation related issues and PRs - requests, fixes, proposals. Maintenance CI configurations, READMEs, releases, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants