Skip to content

Commit

Permalink
Merge pull request #51 from zans-laksa/1499-vat-number-fix
Browse files Browse the repository at this point in the history
Fixed vat_id field issue
  • Loading branch information
alfredsgenkins authored Dec 8, 2020
2 parents c6e99d7 + 1702572 commit a943f86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,7 @@ type AppliedTaxItemRate {
percent: Float
title: String
}

extend input CartAddressInput {
vat_id: String
}

0 comments on commit a943f86

Please sign in to comment.