diff --git a/src/API2Client/Entities/Subscription.php b/src/API2Client/Entities/Subscription.php index 8142ada..7f23b31 100644 --- a/src/API2Client/Entities/Subscription.php +++ b/src/API2Client/Entities/Subscription.php @@ -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(), );