Skip to content

Commit

Permalink
Initial Arab Emirates regime adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
richifernandez committed Nov 11, 2024
1 parent d89f3ef commit 2a81adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regimes/ae/ae.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func New() *tax.RegimeDef {
}

// Validate function assesses the document type to determine if validation is required.
// Note that, under the AE tax regime, validation of the supplier's tax ID is not necessary if it does not meet the specified threshold (refer to README section for more details).
// Note that, under the AE tax regime, validation of the supplier's tax ID is not necessary if it does not meet the specified threshold (refer to the README section for more details).
func Validate(doc interface{}) error {
switch obj := doc.(type) {
case *tax.Identity:
Expand Down

0 comments on commit 2a81adb

Please sign in to comment.