Skip to content

Commit

Permalink
TMONE-894 - return invoice url for order
Browse files Browse the repository at this point in the history
  • Loading branch information
dimanovoseltsev committed Feb 12, 2025
1 parent b7007b4 commit 096ef2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API2Client/Entities/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ public function toArray()
'affiliate_name' => $this->getAffiliateName(),
'payment_options' => $this->getPaymentOptions(),
'cartId' => $this->getCartId(),
'customerId' => $this->getCustomerId(),
'customer_id' => $this->getCustomerId(),
'discountInfoList' => array(),
'productInfoList' => array(),
);
Expand Down

0 comments on commit 096ef2c

Please sign in to comment.