No description
Find a file
Grzegorz Sadowski 96fe9c4dbc
minor #16073 [API][Shop] Improve Order and Checkout tests (Wojdylak)
This PR was merged into the 1.13 branch.

Discussion
----------

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

Based on #16063

Commits
-------

ede8121c8e [Api][Shop] Add paymentNotFound validation to ChosenPaymentMethodEligibility class
ad53e3d569 [Api][Shop] Add Checkout/CartTest
1663553482 [Api][Shop] Add Checkout/ShippingMethodTest
279156675c [Api][Shop] Add Checkout/PaymentMethodTest
1313080304 [Api][Shop] Add Checkout/CompletionTest
833ac87af3 [Api][Shop] Improve orders tests
3b4f5eba2a Add nullable to phpstan type
da70b88f70 [API] Add respons for order item unit test
9f07f0c3d1 [API][Test] Add common response for different databases
324f4300da [API][Test] Minor updating of functions name
2024-04-03 07:00:24 +02:00
.bunnyshell minor #15992 Provide some Bunnyshell images improvements (jakubtobiasz) 2024-03-14 09:33:17 +01:00
.docker Update dev dockerfile 2023-01-19 13:55:43 +01:00
.github Update the merge instruction 2024-04-01 08:21:31 +02:00
adr remove dead link to codebetter.com 2023-05-01 11:05:24 +02:00
app [Maintenance] Remove redundant Sylius version information in deprecation messages 2023-09-19 09:03:41 +02:00
bin [maintenance] - Use symfony runtime component 2022-11-02 19:56:55 +01:00
config [API] Change endpoint for administrator reset password 2024-03-11 17:00:08 +01:00
docs [UPMERGE] 1.12 -> 1.13 (#16047) 2024-03-24 19:26:33 +01:00
etc [Maintenance] Update .gitattributes 2024-02-02 15:07:36 +01:00
features Add missing validation for the customers first and last name 2024-03-28 09:04:22 +01:00
public [maintenance] - Use symfony runtime component 2022-11-02 19:56:55 +01:00
src minor #16073 [API][Shop] Improve Order and Checkout tests (Wojdylak) 2024-04-03 07:00:24 +02:00
templates [Swagger] Fix post-token-obtaining dynamic API authorization 2024-03-12 14:43:09 +01:00
tests [API][Test] Minor updating of functions name 2024-04-02 11:14:54 +02:00
translations
var
.babelrc Bump JS dependencies' versions 2022-09-16 16:40:17 +02:00
.dockerignore [Bunnyshell] Adjust the workflows for Fork PRs 2023-07-06 09:19:45 +02:00
.editorconfig
.env [Messenger] Use parameters in the transport configuration 2023-01-24 15:47:20 +01:00
.env.test [Messenger] Use parameters in the transport configuration 2023-01-24 15:47:20 +01:00
.env.test_cached [Messenger] Use parameters in the transport configuration 2023-01-24 15:47:20 +01:00
.eslintrc.js
.gitattributes [Maintenance] Update .gitattributes 2024-02-02 15:07:36 +01:00
.gitignore Resolve conflicts between 1.12 and 1.13 2023-12-22 13:53:00 +01:00
.npmignore Prepare for releasing @sylius-ui/frontend npm package 2022-11-10 16:58:57 +01:00
.readthedocs.yaml [Documentation] Add configuration file for Read the Docs 2024-01-26 09:58:59 +01:00
.symfony.insight.yaml
behat.yml.dist Bring back the "chrome_headless_second_session" mink session 2023-12-21 14:51:22 +01:00
CHANGELOG-1.0.md
CHANGELOG-1.1.md
CHANGELOG-1.2.md
CHANGELOG-1.3.md
CHANGELOG-1.4.md
CHANGELOG-1.5.md
CHANGELOG-1.6.md
CHANGELOG-1.7.md
CHANGELOG-1.8.md
CHANGELOG-1.9.md Generate changelog for v1.9.10 2022-03-14 15:13:55 +01:00
CHANGELOG-1.10.md Generate changelog for v1.10.14 2022-05-13 13:59:29 +02:00
CHANGELOG-1.11.md Generate changelog for v1.11.15 2023-03-28 12:01:40 +02:00
CHANGELOG-1.12.md Generate changelog for v1.12.14 2024-03-25 12:25:26 +01:00
CHANGELOG-1.13.md Generate changelog for v1.13.0-BETA.1 2024-04-02 12:58:40 +02:00
composer-require-checker.json Update composer-require-checker 2023-11-01 14:58:54 +01:00
composer.json Change application's version to v1.13.0-DEV 2024-04-02 13:12:32 +02:00
CONFLICTS.md Resolve conflicts between 1.12 and 1.13 2024-03-18 10:43:41 +01:00
docker-compose.test.yml [Docker] Update Symfony messenger configuration 2023-01-24 16:53:01 +01:00
docker-compose.yml [Docker] Add env vars to docker-compose.yml 2022-09-13 09:55:54 +02:00
ecs.php [ECS] Add union types ordering rule 2023-12-14 01:20:21 +01:00
gulpfile.babel.js [frontend]Create gulp watch script 2022-07-19 23:38:22 +02:00
LICENSE New year 2024 2024-01-04 14:21:06 +01:00
Makefile Remove Psalm 2023-12-04 11:10:34 +01:00
monorepo-builder.php Checking package versions 2022-10-05 10:35:26 +02:00
package.json Bump up Node.js only to supported LTS versions (18 and 20) 2024-02-09 13:52:53 +01:00
phparkitect.php [Maintenance] Ignore abstract classes in spec arkitect rule 2024-01-26 14:57:30 +01:00
phpspec.yml.dist Remove custom error level on Phpspec 2022-05-16 10:01:29 +02:00
phpstan-baseline.neon [PHPStan] Regenerate baseline.neon file 2024-03-19 10:38:21 +01:00
phpstan.neon.dist [Maintenance] Ignore stan errors after ApiPlatform patch 2024-03-19 09:10:22 +01:00
phpunit.xml.dist Refactor checking whether the channel can be deleted 2023-11-06 16:02:12 +01:00
README.md minor #16039 [README] Improve visibility of Sylius Plus (CoderMaggie) 2024-03-22 13:05:16 +01:00
rector.php [Rector] Configure PHP version up to 8.0 2022-06-02 10:20:15 +02:00
RoboFile.php Extract StateMachine abstraction into its own package 2024-01-15 15:40:07 +01:00
SECURITY.md
symfony.lock [ApiBundle] Implement Sales Statistics feature 2024-01-17 14:21:49 +01:00
UPGRADE-1.0.md
UPGRADE-1.1.md
UPGRADE-1.2.md
UPGRADE-1.3.md
UPGRADE-1.4.md
UPGRADE-1.5.md
UPGRADE-1.6.md
UPGRADE-1.7.md
UPGRADE-1.8.md
UPGRADE-1.9.md Added promotion form theme override in UPGRADE-1.9.md 2021-09-01 16:45:31 +02:00
UPGRADE-1.10.md [ShippingMethod] Add note about changing shipping rule behaviour to the UPGRADE file 2022-04-14 12:49:43 +02:00
UPGRADE-1.11.md Merge branch '1.11' into 1.12 2023-01-24 07:29:28 +01:00
UPGRADE-1.12.md [Locale] Add some more tests for header languange negotiation 2023-12-21 18:17:20 +01:00
UPGRADE-1.13.md [Inventory] Fix deprecation note of sylius_inventory.checker configuration 2024-04-02 12:09:01 +02:00
UPGRADE-2.0.md [Upgrade] Note new sylius prefix in serialization groups 2024-02-05 09:28:26 +01:00
UPGRADE-API-1.8.md
UPGRADE-API-1.9.md
UPGRADE-API-1.10.md [Bug] Fix default sylius config file path in Sylius 1.10 2021-08-27 16:02:48 +02:00
UPGRADE-API-1.11.md Move Upgrade API from 1.11.11 to 1.11.12 section to the top of file 2022-12-15 09:58:39 +01:00
UPGRADE-API-1.12.md Update upgrade file 2024-02-23 08:56:05 +01:00
UPGRADE-API-1.13.md Fix note in the UPGRADE-API-1.13 file 2024-03-26 06:22:54 +01:00
UPGRADE-FROM-1.12-WITH-PRICE-HISTORY-PLUGIN-TO-1.13-LEGACY.md Update upgrade file from 1.12 with PriceHistoryPlugin to Sylius 1.13 2023-06-22 14:40:00 +02:00
UPGRADE-FROM-1.12-WITH-PRICE-HISTORY-PLUGIN-TO-1.13.md Update upgrade file from 1.12 with PriceHistoryPlugin to Sylius 1.13 2023-06-22 14:40:00 +02:00
webpack.config.js
yaml-standards.yaml

Sylius is an Open Source eCommerce framework on top of Symfony.

The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for applications tailored to your business requirements. Powerful REST API allows for easy integrations and creating unique customer experience on any device.

We're using full-stack Behavior-Driven-Development, with phpspec and Behat.

Enjoy being an eCommerce Developer again!

⚙️ Installation

Install Sylius with Composer (see requirements details).

Follow the Getting started with Sylius tutorial!

📖 Documentation

Documentation is available at docs.sylius.com.

Sylius Plus

Sylius Plus offers modular features like OnePageCheckout and a B2B suite, alongside advanced capabilities such as multi-store management, partial order fulfillment, smooth returns handling, a loyalty system and multi-source inventory. Pick and choose the modules you need to supercharge your eCommerce projects effortlessly.

🤝 Community

Get Sylius support on Slack or Stack Overflow or get professional SLA-backed support and Project Success Assistance with Sylius Plus license! Learn more.

Stay updated by following our Twitter and Facebook.

Would like to help us and build the most developer-friendly eCommerce framework? Start from reading our Contributing Guide!

👮 Security issues

If you think that you have found a security issue in Sylius, please do not use the issue tracker and do not post it publicly. Instead, all security issues must be sent to security@sylius.com.

📦 Plugins and Extensions: Sylius Store

You can find Sylius plugins on our Sylius Store which is a Marketplace with Sylius extensions.

Or search for packages marked as sylius-plugin on Packagist.

📃 License

Sylius is completely free and released under the MIT License.

✍️ Authors

Sylius was originally created by Paweł Jędrzejewski.

Kudos to all Sylius contributors 🙏

... and others!

See the full list of contributors from our awesome community.