You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use NATIONAL_ID reference type with valid alphanumeric format (#1234)
Companies House regex requires ^[A-Z]{0,2}\d{6,8}$ which doesn't match
our demo references. Switch to NATIONAL_ID type (^[A-Z0-9]{5,20}$) and
remove hyphens from external references.
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>
0 commit comments