|
@@ -65,9 +65,9 @@ |
|
|
block discarded – undo |
|
65
|
65
|
$key = preg_split("/-/", $this->apiKey); |
|
66
|
66
|
|
|
67
|
67
|
if ($ssl) { |
|
68
|
|
- $this->endPoint ='https://'.$key[1].'.api.mailchimp.com/3.0/ecommerce/stores/'.$storeId; |
|
|
68
|
+ $this->endPoint = 'https://'.$key[1].'.api.mailchimp.com/3.0/ecommerce/stores/'.$storeId; |
|
69
|
69
|
} else { |
|
70
|
|
- $this->endPoint ='http://'.$key[1].'.api.mailchimp.com/3.0/ecommerce/stores'.$storeId; |
|
|
70
|
+ $this->endPoint = 'http://'.$key[1].'.api.mailchimp.com/3.0/ecommerce/stores'.$storeId; |
|
71
|
71
|
} |
|
72
|
72
|
} |
|
73
|
73
|
|
Please login to merge, or discard this patch.