Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
krzaczek committed Sep 22, 2023
1 parent e2fe56e commit a465338
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ $reflector = new \ReflectionClass(WsdlType::class);
$options = [
WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_URL => realpath(dirname($reflector->getFileName()) . '/' . WsdlType::WSDL_FILE);
WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_CLASSMAP => \PocztaPolska\ClassMap::get(),
WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_LOGIN = "login",
WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_PASSWORD = "secret",
];
/**
* Samples for Service ServiceType
Expand Down

0 comments on commit a465338

Please sign in to comment.