Skip to content

Commit

Permalink
Upgrade to v.48-8.2.0 (12.07.2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzaczek committed Aug 18, 2017
1 parent 1eadbd1 commit 1fb7066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/PocztaPolska/ElektronicznyNadawca.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,11 @@ public function __construct($wsdl = null, $options = array())
}

if (!$wsdl) {
$wsdl = realpath(__DIR__ . '/../../' . self::WSDL_FILE);
$wsdl = realpath(__DIR__.'/../../'.self::WSDL_FILE);
}

if (!file_exists($wsdl)) {
$wsdl = realpath(__DIR__ . '/../../' . $wsdl);
$wsdl = realpath(__DIR__.'/../../'.$wsdl);
}

parent::__construct($wsdl, $options);
Expand Down
4 changes: 2 additions & 2 deletions wsdl/en.wsdl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<xsd:simpleType name="ulicaType">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1" />
<xsd:maxLength value="74" />
<xsd:maxLength value="255" />
<xsd:whiteSpace value="collapse" />
</xsd:restriction>
</xsd:simpleType>
Expand All @@ -210,7 +210,7 @@
<xsd:simpleType name="miejscowoscType">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1" />
<xsd:maxLength value="30" />
<xsd:maxLength value="63" />
<xsd:whiteSpace value="collapse" />
</xsd:restriction>
</xsd:simpleType>
Expand Down

0 comments on commit 1fb7066

Please sign in to comment.