Skip to content

Commit

Permalink
bug #275 Missing select payment validation group & Sylius Rector vers…
Browse files Browse the repository at this point in the history
…ion upgrade (Rafikooo)

This PR was merged into the 1.5 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         |  1.5 
| Bug fix?        | yes
| New feature?    | no
| Related tickets | https://github.com/Sylius/Sylius/pull/14902/files#diff-cf139358e8ef0b50f18638f8ff3e9cc1c2c71a900b0503445c99403fd3e0df44R40


Commits
-------

110505b [Orders] Add missing select payment validation group
a3bcf04 [Maintenance] Bump sylius-rector version
  • Loading branch information
GSadee authored Apr 27, 2023
2 parents 563eeea + a3bcf04 commit 8b1be96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"phpstan/phpstan-webmozart-assert": "^1.1",
"phpunit/phpunit": "^8.5",
"sylius-labs/coding-standard": "^4.0",
"sylius/sylius-rector": "0.11.x-dev",
"sylius/sylius-rector": "^1.0",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/debug-bundle": "^5.4 || ^6.0",
"symfony/dotenv": "^5.4 || ^6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/config/shop_routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sylius_shop_order_show:
form:
type: Sylius\PayPalPlugin\Form\Type\SelectPaymentType
options:
validation_groups: []
validation_groups: [sylius_order_pay]
redirect:
route: sylius_shop_order_pay
parameters:
Expand Down

0 comments on commit 8b1be96

Please sign in to comment.