ddeboer / vatin

Validate VAT identification numbers
MIT License
136 stars 37 forks source link

Hotfix for missing Croatia Pattern #7

Closed pumatertion closed 10 years ago

pumatertion commented 10 years ago

This one was missing: 'HR' => '\d{11}'

ddeboer commented 10 years ago

Could you please squash your two commits? Thanks!

pumatertion commented 10 years ago

like this?


Carsten Bleicker Wülfingstraße 1 42477 Radevormwald

E-Mail: carsten@bleicker.de Web: www.bleicker.de Twitter: @carstenbleicker Jabber: cbleicker@jabber.ccc.de Telefon: +49 (0)171-2690845

Am 10.08.2014 um 16:33 schrieb David de Boer notifications@github.com:

Could you please squash your two commits? Thanks!

— Reply to this email directly or view it on GitHub.

pumatertion commented 10 years ago

Please look at: https://github.com/ddeboer/vatin/pull/8

ddeboer commented 10 years ago

Thanks. For your information: you don’t need to open a separate PR in order to squash commits. Have a look at https://help.github.com/articles/about-git-rebase. :smile: