Fix duplicate invoke pax8

This commit is contained in:
Chris Payne
2025-07-08 20:34:50 -04:00
parent e5c5b80476
commit e2f87e10c6
2 changed files with 2 additions and 5 deletions

View File

@@ -82,6 +82,3 @@ function Invoke-Pax8Provision {
throw "[PAX8] Company creation failed: $($_.Exception.Message)"
}
}
# Entrypoint if sourced
Invoke-Pax8Provision -CompanyName $CompanyName -Phone $Phone -Website $Website -Street $Street -City $City -Province $Province -PostalCode $PostalCode -Country $Country -Credentials $Credentials