Canadian Tax Identifier validation is incorrect

Issue: Canadian Tax Identifier validation is incorrect

Details to reproduce: enter your Canadian tax identifier (SIN) in the “aaa bbb ccc” format.

You’ll find the validation logic fails due to the white space.

You need to do a quick white space clean up “s/\ //g” then check for 9 digits.

OS: iOS
Device: iPhone 11
**App Version:**5.17.0 #892

Screenshots: not sharing my id :slight_smile:

1 Like