Version Notes
E-Check payment module to be used with a BluePay gateway account.
Download this release
Release Info
Developer | Magento Core Team |
Extension | BluePay_Echeck |
Version | 1.4.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.4.2.3 to 1.4.2.4
app/code/local/BluePay/Echeck/Model/EcheckPayment.php
CHANGED
@@ -252,15 +252,15 @@ Mage::throwException(Mage::helper('paygate')->__('Error: ' . $result->getMessage
|
|
252 |
$request->setName1($billing->getFirstname())
|
253 |
->setName2($billing->getLastname())
|
254 |
->setCompany($billing->getCompany())
|
255 |
-
->
|
256 |
->setCity($billing->getCity())
|
257 |
->setState($billing->getRegion())
|
258 |
-
->
|
259 |
->setCountry($billing->getCountry())
|
260 |
->setPhone($billing->getTelephone())
|
261 |
->setFax($billing->getFax())
|
262 |
-
->
|
263 |
-
|
264 |
->setEmail($order->getCustomerEmail());
|
265 |
}
|
266 |
}
|
@@ -305,7 +305,7 @@ Mage::throwException(Mage::helper('paygate')->__('Error: ' . $result->getMessage
|
|
305 |
$r = $response->getHeader('location');
|
306 |
if ($r) {
|
307 |
$result->setResult($this->parseHeader($r, 'value', self::Result))
|
308 |
-
->
|
309 |
->setMessage($this->parseHeader($r, 'value', self::MESSAGE))
|
310 |
->setAuthCode($this->parseHeader($r, 'value', self::AUTH_CODE))
|
311 |
->setAvs($this->parseHeader($r, 'value', self::AVS))
|
252 |
$request->setName1($billing->getFirstname())
|
253 |
->setName2($billing->getLastname())
|
254 |
->setCompany($billing->getCompany())
|
255 |
+
->setAddr1($billing->getStreet(1))
|
256 |
->setCity($billing->getCity())
|
257 |
->setState($billing->getRegion())
|
258 |
+
->setZipcode($billing->getPostcode())
|
259 |
->setCountry($billing->getCountry())
|
260 |
->setPhone($billing->getTelephone())
|
261 |
->setFax($billing->getFax())
|
262 |
+
->setCustomId($billing->getCustomerId())
|
263 |
+
->setComment($comment)
|
264 |
->setEmail($order->getCustomerEmail());
|
265 |
}
|
266 |
}
|
305 |
$r = $response->getHeader('location');
|
306 |
if ($r) {
|
307 |
$result->setResult($this->parseHeader($r, 'value', self::Result))
|
308 |
+
->setInvoiceId($this->parseHeader($r, 'value', self::INVOICE_ID))
|
309 |
->setMessage($this->parseHeader($r, 'value', self::MESSAGE))
|
310 |
->setAuthCode($this->parseHeader($r, 'value', self::AUTH_CODE))
|
311 |
->setAvs($this->parseHeader($r, 'value', self::AVS))
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>BluePay_Echeck</name>
|
4 |
-
<version>1.4.2.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>BluePay gateway electronic check payment module.</summary>
|
10 |
<description>This is an e-check module to be used with the BluePay payment gateway. This extension requires a BluePay gateway account.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Justin Slingerland</name><user>auto-converted</user><email>jslingerland@bluepay.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="payment"><dir name="form"><file name="echeck.phtml" hash="9fafb7aedbd119d560e46924ee051616"/></dir><dir name="info"><file name="echeck.phtml" hash="a42bea9e87b1c57d5189e0ac0b9d5df9"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="payment"><dir name="form"><file name="echeck.phtml" hash="9fafb7aedbd119d560e46924ee051616"/></dir><dir name="info"><file name="echeck.phtml" hash="a42bea9e87b1c57d5189e0ac0b9d5df9"/></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="BluePay"><dir name="Echeck"><dir name="Block"><dir name="Form"><file name="Echeck.php" hash="8923468466074253526500bd4fabe2e2"/></dir><dir name="Info"><file name="Echeck.php" hash="76a035e618edbcd0463db55f26ce3cb1"/></dir><file name="Form.php" hash="f6559b3ed104627ef0b2d19e9795dc17"/><file name="Info.php" hash="de65c278c010d85d67e5b1ae031a1c28"/></dir><dir name="etc"><file name="config.xml" hash="744ed9c6ff46796ab6e9e6951a204855"/><file name="system.xml" hash="e77e5e5a1a5d8c4c93363bcd7840c186"/></dir><dir name="Helper"><file name="Data.php" hash="8f64e111734ce162a0d0b28ebad1db90"/></dir><dir name="Model"><dir name="EcheckPayment"><dir name="Source"><file name="Accounttypes.php" hash="3c8b8034d6c96b0280db4e7e595ab73c"/><file name="PaymentAction.php" hash="9da2c6580cfd6d611c207e5be3b2aea5"/></dir><file name="Debug.php" hash="76d8cb6c86a595b2b78d43664c6dd6e8"/><file name="Request.php" hash="0a65c3aae69eb0c196231cbf6f007cec"/><file name="Result.php" hash="6935ba845811c005b9c501a03891e33a"/></dir><dir name="Mysql4"><dir name="ECheckPayment"><dir name="Debug"><file name="Collection.php" hash="aa8222f78f17b4c35050c9d06dc085bc"/></dir><file name="Debug.php" hash="829e050092ffb527e08a6a9d9959374a"/></dir></dir><file name="Config.php" hash="94567f95c4463897ba822ca1c61dca7a"/><file name="EcheckPayment.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>BluePay_Echeck</name>
|
4 |
+
<version>1.4.2.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>BluePay gateway electronic check payment module.</summary>
|
10 |
<description>This is an e-check module to be used with the BluePay payment gateway. This extension requires a BluePay gateway account.</description>
|
11 |
+
<notes>E-Check payment module to be used with a BluePay gateway account.</notes>
|
12 |
<authors><author><name>Justin Slingerland</name><user>auto-converted</user><email>jslingerland@bluepay.com</email></author></authors>
|
13 |
+
<date>2011-08-16</date>
|
14 |
+
<time>15:13:42</time>
|
15 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="payment"><dir name="form"><file name="echeck.phtml" hash="9fafb7aedbd119d560e46924ee051616"/></dir><dir name="info"><file name="echeck.phtml" hash="a42bea9e87b1c57d5189e0ac0b9d5df9"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="payment"><dir name="form"><file name="echeck.phtml" hash="9fafb7aedbd119d560e46924ee051616"/></dir><dir name="info"><file name="echeck.phtml" hash="a42bea9e87b1c57d5189e0ac0b9d5df9"/></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="BluePay"><dir name="Echeck"><dir name="Block"><dir name="Form"><file name="Echeck.php" hash="8923468466074253526500bd4fabe2e2"/></dir><dir name="Info"><file name="Echeck.php" hash="76a035e618edbcd0463db55f26ce3cb1"/></dir><file name="Form.php" hash="f6559b3ed104627ef0b2d19e9795dc17"/><file name="Info.php" hash="de65c278c010d85d67e5b1ae031a1c28"/></dir><dir name="etc"><file name="config.xml" hash="744ed9c6ff46796ab6e9e6951a204855"/><file name="system.xml" hash="e77e5e5a1a5d8c4c93363bcd7840c186"/></dir><dir name="Helper"><file name="Data.php" hash="8f64e111734ce162a0d0b28ebad1db90"/></dir><dir name="Model"><dir name="EcheckPayment"><dir name="Source"><file name="Accounttypes.php" hash="3c8b8034d6c96b0280db4e7e595ab73c"/><file name="PaymentAction.php" hash="9da2c6580cfd6d611c207e5be3b2aea5"/></dir><file name="Debug.php" hash="76d8cb6c86a595b2b78d43664c6dd6e8"/><file name="Request.php" hash="0a65c3aae69eb0c196231cbf6f007cec"/><file name="Result.php" hash="6935ba845811c005b9c501a03891e33a"/></dir><dir name="Mysql4"><dir name="ECheckPayment"><dir name="Debug"><file name="Collection.php" hash="aa8222f78f17b4c35050c9d06dc085bc"/></dir><file name="Debug.php" hash="829e050092ffb527e08a6a9d9959374a"/></dir></dir><file name="Config.php" hash="94567f95c4463897ba822ca1c61dca7a"/><file name="EcheckPayment.php" hash="92cfb9561a020c0f8e2903d2ca9f026a"/></dir><dir name="sql"><dir name="echeck_setup"><file name="mysql4-install-0.7.0.php" hash="8a9c16edd149e1e41c4015aeebb35892"/></dir></dir></dir></dir></target><target name="magecore"><dir name="Mage"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="TestmodeACH.php" hash="371db79c030d69b3b19fc4caac4e7ba0"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="BluePay_Echeck.xml" hash="252f244ae4f8cba53f883559a23273c7"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|