diff --git a/CHANGELOG.md b/CHANGELOG.md index b58ae1bf..5752a583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Changelog **Improvements** -- Use updated order methods in WooCommerce 3.0, thanks to Liam McArthur. +- Use updated order methods when using WooCommerce 3.0, thanks to Liam McArthur. - Updated JavaScript dependencies. diff --git a/integrations/woocommerce/class-woocommerce.php b/integrations/woocommerce/class-woocommerce.php index a03aab83..e9c21f3c 100644 --- a/integrations/woocommerce/class-woocommerce.php +++ b/integrations/woocommerce/class-woocommerce.php @@ -102,7 +102,7 @@ public function subscribe_from_woocommerce_checkout( $order_id ) { 'LNAME' => $order->billing_last_name, ); } - + // TODO: add billing address fields, maybe by finding MailChimp field of type "address"? return $this->subscribe( $data, $order_id );