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] change variants to iri + tests #12366

Merged
merged 2 commits into from Feb 19, 2021

Conversation

SirDomin
Copy link
Contributor

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets
License MIT

@SirDomin SirDomin requested a review from a team as a code owner February 18, 2021 08:41
@probot-autolabeler probot-autolabeler bot added the API APIs related issues and PRs. label Feb 18, 2021
Comment on lines +190 to +192
$this->client->executeCustomRequest(Request::custom($channelPricingIri, HttpRequest::METHOD_GET));

$channelPricing = $this->responseChecker->getResponseContent($this->client->getLastResponse());
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
$this->client->executeCustomRequest(Request::custom($channelPricingIri, HttpRequest::METHOD_GET));
$channelPricing = $this->responseChecker->getResponseContent($this->client->getLastResponse());
$response = $this->client->executeCustomRequest(Request::custom($channelPricingIri, HttpRequest::METHOD_GET));
$channelPricing = $this->responseChecker->getResponseContent($response);

@lchrusciel lchrusciel merged commit ebf8f47 into Sylius:master Feb 19, 2021
@lchrusciel
Copy link
Member

Thanks, @SirDomin! 🥇

lchrusciel added a commit that referenced this pull request Feb 19, 2021
This PR was merged into the 1.10-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master 
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.7 or 1.8 branch (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

ecac115 [API] change variants to iri + tests
af6a8e5 get resources from request
pamil added a commit that referenced this pull request Feb 23, 2021
* 1.9:
  Change application's version to v1.9.0-DEV
  Change application's version to v1.9.0-RC.2
  Generate changelog for v1.9.0-RC.2
  [Admin] Fix default form problem with _token field
  Change application's version to v1.9.0-DEV
  Change application's version to v1.9.0-RC.1
  Generate changelog for v1.9.0-RC.1
  Move some steps to different section in the UPGRADE-1.9 file
  refactor #12366 [API] change variants to iri + tests (SirDomin)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API APIs related issues and PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants