Version Notes
Added cart recognition.
Download this release
Release Info
Developer | FRAUD.AGENCY |
Extension | Fraudagency_Paymentapi |
Version | 0.3.4 |
Comparing to | |
See all releases |
Code changes from version 0.3.3 to 0.3.4
app/code/community/Fraudagency/Paymentapi/Model/Observer.php
CHANGED
@@ -67,7 +67,8 @@
|
|
67 |
'emailmd5' => md5(strtolower($this->_email)),
|
68 |
'passwordmd5' => NULL,
|
69 |
'order_amount' => $grandtotal,
|
70 |
-
|
|
|
71 |
'cc_num' => NULL,
|
72 |
'cc_b_name' => NULL,
|
73 |
'cc_bin_phone' => NULL,
|
67 |
'emailmd5' => md5(strtolower($this->_email)),
|
68 |
'passwordmd5' => NULL,
|
69 |
'order_amount' => $grandtotal,
|
70 |
+
'order_currency' => $currency,
|
71 |
+
'order_id' => $quoteid,
|
72 |
'cc_num' => NULL,
|
73 |
'cc_b_name' => NULL,
|
74 |
'cc_bin_phone' => NULL,
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fraudagency_Paymentapi</name>
|
4 |
-
<version>0.3.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
@@ -15,11 +15,11 @@ How it works:
|
|
15 |
We gather information about the customer before the payment methods are displayed. Then we delivery your Magento-shop a list of payment methods which will be available for the customer.
|
16 |

|
17 |
Please note that you need a license-key to use our service. Visit our website for more information: https://fraud.agency</description>
|
18 |
-
<notes>Added
|
19 |
<authors><author><name>FRAUD.AGENCY</name><user>x15_eu</user><email>info@fraud.agency</email></author></authors>
|
20 |
-
<date>2014-
|
21 |
-
<time>
|
22 |
-
<contents><target name="magecommunity"><dir name="Fraudagency"><dir name="Paymentapi"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="a0e7a4bb70f428e90839712a06ec0cc5"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="a97f541415729338cb3fb591399af67e"/></dir><dir name="Model"><file name="Observer.php" hash="
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.0.0</min><max>5.5.12</max></php></required></dependencies>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fraudagency_Paymentapi</name>
|
4 |
+
<version>0.3.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
15 |
We gather information about the customer before the payment methods are displayed. Then we delivery your Magento-shop a list of payment methods which will be available for the customer.
|
16 |

|
17 |
Please note that you need a license-key to use our service. Visit our website for more information: https://fraud.agency</description>
|
18 |
+
<notes>Added cart recognition.</notes>
|
19 |
<authors><author><name>FRAUD.AGENCY</name><user>x15_eu</user><email>info@fraud.agency</email></author></authors>
|
20 |
+
<date>2014-08-19</date>
|
21 |
+
<time>06:10:33</time>
|
22 |
+
<contents><target name="magecommunity"><dir name="Fraudagency"><dir name="Paymentapi"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><file name="Button.php" hash="a0e7a4bb70f428e90839712a06ec0cc5"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="a97f541415729338cb3fb591399af67e"/></dir><dir name="Model"><file name="Observer.php" hash="1f9aecc75647316602639b1dad3cf87f"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PaymentapiController.php" hash="fac8a7e2bafd68705f0e39493fd9756e"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="79cd9aaf297d5ab176b7bb80df941fdd"/><file name="config.xml" hash="ef9cd943deadb9167a6867afcdc5247e"/><file name="system.xml" hash="08c92615822b047e0997a9e8ee52db16"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fraudagency_Paymentapi.xml" hash="d5b931b7c46b3f64646f2802015f225f"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="paymentapi"><dir name="system"><dir name="config"><file name="button.phtml" hash="239cb1c998aefad8b1aaf89c15146669"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.0.0</min><max>5.5.12</max></php></required></dependencies>
|
25 |
</package>
|