Version Notes
Fixed bug introduced in 3.0.1
Download this release
Release Info
| Developer | Michael Schonfeld |
| Extension | DwollaPaymentModule |
| Version | 3.0.2 |
| Comparing to | |
| See all releases | |
Code changes from version 3.0.1 to 3.0.2
app/design/frontend/base/default/template/dwollaPaymentModule/redirect.phtml
CHANGED
|
@@ -66,7 +66,7 @@ $dwollaJson = array(
|
|
| 66 |
)
|
| 67 |
);
|
| 68 |
|
| 69 |
-
$ch = curl_init("https://www.dwolla.com/payment/
|
| 70 |
curl_setopt($ch, CURLOPT_HTTPHEADER, array("Content-Type: application/json"));
|
| 71 |
curl_setopt($ch, CURLOPT_POST, 1);
|
| 72 |
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($dwollaJson));
|
|
@@ -88,10 +88,6 @@ if(!$output['CheckoutId']) {
|
|
| 88 |
'platform' => 'Magento'
|
| 89 |
);
|
| 90 |
|
| 91 |
-
echo $errorJson['response'];
|
| 92 |
-
echo $errorJson['orderId'];
|
| 93 |
-
echo $errorJson['platform'];
|
| 94 |
-
|
| 95 |
$ch = curl_init('http://redalert.dwollalabs.com');
|
| 96 |
curl_setopt($ch, CURLOPT_HTTPHEADER, array("Content-Type: application/json"));
|
| 97 |
curl_setopt($ch, CURLOPT_POST, 1);
|
| 66 |
)
|
| 67 |
);
|
| 68 |
|
| 69 |
+
$ch = curl_init("https://www.dwolla.com/payment/request");
|
| 70 |
curl_setopt($ch, CURLOPT_HTTPHEADER, array("Content-Type: application/json"));
|
| 71 |
curl_setopt($ch, CURLOPT_POST, 1);
|
| 72 |
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($dwollaJson));
|
| 88 |
'platform' => 'Magento'
|
| 89 |
);
|
| 90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
$ch = curl_init('http://redalert.dwollalabs.com');
|
| 92 |
curl_setopt($ch, CURLOPT_HTTPHEADER, array("Content-Type: application/json"));
|
| 93 |
curl_setopt($ch, CURLOPT_POST, 1);
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>DwollaPaymentModule</name>
|
| 4 |
-
<version>3.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>MIT License</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -18,11 +18,11 @@ A customer must have a Dwolla account to pay with Dwolla. Dwolla accounts are fr
|
|
| 18 |
Dwolla is available for U.S. residents and bank accounts only.
|
| 19 |

|
| 20 |
https://www.dwolla.com</description>
|
| 21 |
-
<notes>
|
| 22 |
<authors><author><name>Michael Schonfeld</name><user>dwolla</user><email>api@dwolla.com</email></author><author><name>Gordon Zheng</name><user>gordon-dwolla</user><email>gordon@dwolla.com</email></author></authors>
|
| 23 |
-
<date>2013-05-
|
| 24 |
-
<time>
|
| 25 |
-
<contents><target name="magelocal"><dir name="Dwolla"><dir name="DwollaPaymentModule"><dir name="Block"><file name="Form.php" hash="6f5ab3b7fd01b4fb23fd070aa2ef6db1"/></dir><dir name="Helper"><file name="Data.php" hash="1e25ef5e4e2b23b8884e4e872045240e"/></dir><dir name="Model"><file name="Standard.php" hash="56e5412e976eb8063056b1a9300ff3d4"/></dir><dir name="controllers"><file name="PaymentController.php" hash="0093c16d89ce2d2dfd974ae08645aada"/></dir><dir name="etc"><file name="config.xml" hash="6293180d951a1aa54e35dac4ba97de79"/><file name="system.xml" hash="57b24b47592310af9df586bb4d1d205f"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="dwollaPaymentModule"><file name="form.phtml" hash="9d3aef1a028d0da1d151c3f11e65bff1"/><file name="redirect.phtml" hash="
|
| 26 |
<compatible/>
|
| 27 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 28 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>DwollaPaymentModule</name>
|
| 4 |
+
<version>3.0.2</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>MIT License</license>
|
| 7 |
<channel>community</channel>
|
| 18 |
Dwolla is available for U.S. residents and bank accounts only.
|
| 19 |

|
| 20 |
https://www.dwolla.com</description>
|
| 21 |
+
<notes>Fixed bug introduced in 3.0.1</notes>
|
| 22 |
<authors><author><name>Michael Schonfeld</name><user>dwolla</user><email>api@dwolla.com</email></author><author><name>Gordon Zheng</name><user>gordon-dwolla</user><email>gordon@dwolla.com</email></author></authors>
|
| 23 |
+
<date>2013-05-13</date>
|
| 24 |
+
<time>02:41:40</time>
|
| 25 |
+
<contents><target name="magelocal"><dir name="Dwolla"><dir name="DwollaPaymentModule"><dir name="Block"><file name="Form.php" hash="6f5ab3b7fd01b4fb23fd070aa2ef6db1"/></dir><dir name="Helper"><file name="Data.php" hash="1e25ef5e4e2b23b8884e4e872045240e"/></dir><dir name="Model"><file name="Standard.php" hash="56e5412e976eb8063056b1a9300ff3d4"/></dir><dir name="controllers"><file name="PaymentController.php" hash="0093c16d89ce2d2dfd974ae08645aada"/></dir><dir name="etc"><file name="config.xml" hash="6293180d951a1aa54e35dac4ba97de79"/><file name="system.xml" hash="57b24b47592310af9df586bb4d1d205f"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="dwollaPaymentModule"><file name="form.phtml" hash="9d3aef1a028d0da1d151c3f11e65bff1"/><file name="redirect.phtml" hash="dd0c0c8caf1de19e13b15df501cf8d16"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Dwolla_DwollaPaymentModule.xml" hash="61871f4d96d1ff4bad1ab6e8f4f97ac5"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="dwollaPaymentModule"><dir name="default"><file name="dwolla-sm-no-bg.png" hash="a53703a5bd77615ad0c18e2e71d72311"/></dir></dir></dir></target></contents>
|
| 26 |
<compatible/>
|
| 27 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 28 |
</package>
|
