Skip to content

Commit

Permalink
fix(account): change number of documents for vat proof
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Bajeux <[email protected]>
  • Loading branch information
Maxime Bajeux committed Oct 18, 2024
1 parent 6af8961 commit a4a3a13
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ const DOCUMENT_NON_INDIVIDUAL_MATRIX = {
extended: false,
documents: {
gst_certificate: {
quantity: 3,
mandatory: 3,
quantity: 1,
mandatory: 1,
extended: true,
acceptance_criteria: [
DOCUMENT_ACCEPTANCE_CRITERIA.company_name_vat,
Expand Down

0 comments on commit a4a3a13

Please sign in to comment.