Skip to content

Commit

Permalink
Address parameter issue in billTo
Browse files Browse the repository at this point in the history
  • Loading branch information
isybuy committed Jan 26, 2024
1 parent a2aff3c commit 33f4e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CXml/Builder/OrderRequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use CXml\Model\Message\PunchOutOrderMessage;
use CXml\Model\MoneyWrapper;
use CXml\Model\MultilanguageString;
use CXml\Model\Phone;
use CXml\Model\PostalAddress;
use CXml\Model\Request\OrderRequest;
use CXml\Model\Request\OrderRequestHeader;
Expand Down Expand Up @@ -103,7 +104,7 @@ public function billTo(
string $addressId = null,
string $addressIdDomain = null,
string $email = null,
string $phone = null,
Phone $phone = null,
string $fax = null,
string $url = null
): self {
Expand Down

0 comments on commit 33f4e30

Please sign in to comment.