Version Notes
Short syntax array issue in Contacts
Download this release
Release Info
Developer | Nicklas Møller |
Extension | Nicklasmoeller_BillysBilling |
Version | 0.2.4 |
Comparing to | |
See all releases |
Code changes from version 0.2.3 to 0.2.4
app/code/community/Nicklasmoeller/Billysbilling/Model/Contact.php
CHANGED
@@ -46,9 +46,9 @@ class Nicklasmoeller_Billysbilling_Model_Contact extends Nicklasmoeller_Billysbi
|
|
46 |
|
47 |
$contact = $this->buildCustomer($billingAddress);
|
48 |
|
49 |
-
$res = $this->client->request("POST", "/contacts",
|
50 |
'contact' => $contact
|
51 |
-
|
52 |
|
53 |
if ($res->status !== 200) {
|
54 |
return false;
|
46 |
|
47 |
$contact = $this->buildCustomer($billingAddress);
|
48 |
|
49 |
+
$res = $this->client->request("POST", "/contacts", array(
|
50 |
'contact' => $contact
|
51 |
+
));
|
52 |
|
53 |
if ($res->status !== 200) {
|
54 |
return false;
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Nicklasmoeller_BillysBilling</name>
|
4 |
-
<version>0.2.
|
5 |
<stability>stable</stability>
|
6 |
<license>MIT</license>
|
7 |
<channel>community</channel>
|
@@ -10,11 +10,11 @@
|
|
10 |
<description>Billy's Billing enables you to keep your focus on selling, rather than all the hassle with accounting. It automatically sends your data through Billy's Billing API v2.
|
11 |

|
12 |
It will trigger when you create credit memos and invoices, and submit the order data.</description>
|
13 |
-
<notes>
|
14 |
<authors><author><name>Nicklas Møller</name><user>nicklasmoeller</user><email>hello@nicklasmoeller.com</email></author></authors>
|
15 |
-
<date>2015-01-
|
16 |
-
<time>
|
17 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Nicklasmoeller_Billysbilling.xml" hash=""/></dir></target><target name="magecommunity"><dir name="Nicklasmoeller"><dir name="Billysbilling"><dir name="Helper"><file name="Data.php" hash="dd9cc3789c89e26f1701d1d4e44c6f74"/></dir><dir name="Model"><file name="Abstract.php" hash="a4bf6d2ccbb4323089e8fab82cfeb1b2"/><file name="Client.php" hash="859c78f9547c9da81ac14e5e3b144c1c"/><file name="Contact.php" hash="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>5.6.4</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Nicklasmoeller_BillysBilling</name>
|
4 |
+
<version>0.2.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>MIT</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Billy's Billing enables you to keep your focus on selling, rather than all the hassle with accounting. It automatically sends your data through Billy's Billing API v2.
|
11 |

|
12 |
It will trigger when you create credit memos and invoices, and submit the order data.</description>
|
13 |
+
<notes>Short syntax array issue in Contacts</notes>
|
14 |
<authors><author><name>Nicklas Møller</name><user>nicklasmoeller</user><email>hello@nicklasmoeller.com</email></author></authors>
|
15 |
+
<date>2015-01-14</date>
|
16 |
+
<time>14:10:38</time>
|
17 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Nicklasmoeller_Billysbilling.xml" hash=""/></dir></target><target name="magecommunity"><dir name="Nicklasmoeller"><dir name="Billysbilling"><dir name="Helper"><file name="Data.php" hash="dd9cc3789c89e26f1701d1d4e44c6f74"/></dir><dir name="Model"><file name="Abstract.php" hash="a4bf6d2ccbb4323089e8fab82cfeb1b2"/><file name="Client.php" hash="859c78f9547c9da81ac14e5e3b144c1c"/><file name="Contact.php" hash="8a8804456cd136940e1bb81f521e0283"/><file name="Country.php" hash="f899dce07adafb543c1e0c3f629affd6"/><file name="Currency.php" hash="c2ac9dfdd11e35069e4deb3e00a9ab50"/><file name="Invoice.php" hash="cc0afdcef230f6faa8feff212bb929b4"/><file name="Observer.php" hash="c101e1893e5c16f90114aea9381ba88d"/><file name="Organization.php" hash="490f0689b0fa06f969b4fde69f20a152"/><file name="Product.php" hash="77910e6c26e94ae91bc29e3e15a34eae"/><file name="Shipment.php" hash="88ecc1bbbbecc5d098caa043ed549006"/></dir><dir name="etc"><file name="adminhtml.xml" hash="6a3fdd657b1c112c61bb2700564f34ad"/><file name="config.xml" hash="7d7f7b48c03145b93722b5db1b290494"/><file name="system.xml" hash="630086ac461ef5c402e6cc0561cffa19"/></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>5.6.4</max></php></required></dependencies>
|
20 |
</package>
|