Skip to content

Commit

Permalink
[Orders] Add missing select payment validation group
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Apr 25, 2023
1 parent 563eeea commit 110505b
Showing 1 changed file with 1 addition and 1 deletion.
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 110505b

Please sign in to comment.