Skip to content

2.1.2

Choose a tag to compare

@dannyvankooten dannyvankooten released this 27 Oct 11:48
· 16 commits to master since this release
09b068c

Allow failing validation constraint when a Vies exception occurs (timeout, ms_max_concurrent_req, etc.). Thanks @thomas-hiron!

use Ibericode\Vat\Bundle\Validator\Constraints\VatNumber;

class Customer 
{
    /**
    * @VatNumber(violateOnException: true ) 
    */
    public $vatNumber;
}