File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1212 {
1313 "php" : " 8.4" ,
1414 "sylius" : " ~2.1.0" ,
15- "symfony" : " ~7.2 .0" ,
15+ "symfony" : " ~7.3 .0" ,
1616 "mysql" : " 8.0" ,
1717 "state_machine" : " symfony_workflow"
1818 }
2323 "ci" : {
2424 "php" : [" 8.2" , " 8.4" ],
2525 "sylius" : [" ~2.0.0" , " ~2.1.0" ],
26- "symfony" : [" ~6.4.0" , " ~7.2 .0" ],
26+ "symfony" : [" ~6.4.0" , " ~7.3 .0" ],
2727 "mysql" : [" 8.0" ],
2828 "state_machine" : [" winzou_state_machine" , " symfony_workflow" ]
2929 }
Original file line number Diff line number Diff line change 3434 </property >
3535 <property name =" blikToken" >
3636 <constraint name =" Length" >
37- <option name =" value" >6</option >
37+ <option name =" min" >6</option >
38+ <option name =" max" >6</option >
3839 <option name =" exactMessage" >commerce_weavers_sylius_tpay.shop.pay.blik_token.length</option >
3940 <option name =" groups" >
4041 <value >commerce_weavers_sylius_tpay:shop:order:pay</value >
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public function test_it_executes_pay_by_blik_command_if_a_blik_token_is_passed()
8383 $ this ->messageBus
8484 ->dispatch (Argument::that (function (PayByBlik $ pay ): bool {
8585 return $ pay ->blikToken === '777123 ' && $ pay ->paymentId === 1 ;
86- }))
86+ }), Argument:: cetera () )
8787 ->shouldBeCalled ()
8888 ->willReturn ($ payResultEnvelope )
8989 ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ commerce_weavers_sylius_tpay:
66 blik :
77 required_fields : ' You must provide a BLIK token or use an alias to pay with BLIK.'
88 blik_token :
9- length : ' The BLIK token must have exactly {{ limit }} characters.'
9+ length : ' The BLIK token must have exactly 6 characters.'
1010 required : ' The BLIK token is required.'
1111 required_with_alias_register : ' The BLIK token is required with an alias register action.'
1212 field :
You can’t perform that action at this time.
0 commit comments