Skip to content

Commit

Permalink
Merge pull request #267 from Automattic/remove/postcode-sent-to-server
Browse files Browse the repository at this point in the history
Remove base postcode sent to server
  • Loading branch information
jkudish committed Apr 28, 2016
2 parents c283414 + ffab984 commit d6e468a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/class-wc-connect-api-client.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ protected function request( $method, $path, $body = array() ) {
$body['settings'] = wp_parse_args( $body['settings'], array(
'base_city' => WC()->countries->get_base_city(),
'base_country' => WC()->countries->get_base_country(),
'base_postcode' => WC()->countries->get_base_postcode(),
'base_state' => WC()->countries->get_base_state(),
'currency' => get_woocommerce_currency(),
'dimension_unit' => strtolower( get_option( 'woocommerce_dimension_unit' ) ),
Expand Down

0 comments on commit d6e468a

Please sign in to comment.