Skip to content

Commit

Permalink
Updates GenerateLabelResponse raw response regex patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
opportus committed Dec 24, 2019
1 parent 79b886f commit 130a8fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Response/CheckGenerateLabelResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private function getRawResponseRegexPatterns(): array
</messages>
<labelV2Response>
<label>
<xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}-[0-9a-f]{5}@cxf.apache.org)"/>
<xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}-[0-9a-f]{4,5}@cxf.apache.org)"/>
</label>
<parcelNumber>([0-9][A-Z][0-9]{11})</parcelNumber>
<parcelNumberPartner>[0-9A-Z]{28}</parcelNumberPartner>
Expand Down
2 changes: 1 addition & 1 deletion src/Response/GenerateLabelResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private function getRawResponseRegexPatterns(): array
</messages>
<labelV2Response>
<label>
<xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}-[0-9a-f]{5}@cxf.apache.org)"/>
<xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}-[0-9a-f]{4,5}@cxf.apache.org)"/>
</label>
<parcelNumber>([0-9][A-Z][0-9]{11})</parcelNumber>
<parcelNumberPartner>[0-9A-Z]{28}</parcelNumberPartner>
Expand Down

0 comments on commit 130a8fb

Please sign in to comment.