We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d1c21 commit af59660Copy full SHA for af59660
CHANGELOG.md
@@ -9,7 +9,7 @@ Changelog
9
10
**Improvements**
11
12
-- 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.
13
- Updated JavaScript dependencies.
14
15
integrations/woocommerce/class-woocommerce.php
@@ -102,7 +102,7 @@ public function subscribe_from_woocommerce_checkout( $order_id ) {
102
'LNAME' => $order->billing_last_name,
103
);
104
}
105
-
+
106
// TODO: add billing address fields, maybe by finding MailChimp field of type "address"?
107
108
return $this->subscribe( $data, $order_id );
0 commit comments