Version Notes
Buscapé Fcontrol é compatível com Magento Enterprise Edition 1.7.0.0 ou superior, Professional Edition 1.9.0.0 ou superior, e Magento Community Edition 1.3.3.0 ou superior.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Buscape_Fcontrol |
Version | 0.1.6 |
Comparing to | |
See all releases |
Code changes from version 0.1.5 to 0.1.6
app/code/community/Buscape/Fcontrol/Model/Api/Abstract.php
CHANGED
@@ -733,7 +733,7 @@ abstract class Buscape_Fcontrol_Model_Api_Abstract extends Varien_Object
|
|
733 |
switch(Mage::helper('fcontrol')->getConfig('type_service')) {
|
734 |
case self::FRAME:
|
735 |
/* @required */
|
736 |
-
$this->compradorNome = $order->getBillingAddress()->getFirstname() . ' ' . $order->getBillingAddress()->getLastname();
|
737 |
|
738 |
/* @required */
|
739 |
$this->compradorCep = str_replace("-", "", preg_replace('/[^(\x20-\x7F)\x0A]*/', '', $order->getBillingAddress()->getPostcode()));
|
@@ -744,9 +744,9 @@ abstract class Buscape_Fcontrol_Model_Api_Abstract extends Varien_Object
|
|
744 |
/* @required */
|
745 |
$this->compradorNumero = ($order->getBillingAddress()->getStreet2()) ? $order->getBillingAddress()->getStreet2() : 'SN';
|
746 |
|
747 |
-
$this->compradorComplemento = $order->getBillingAddress()->getStreet3();
|
748 |
|
749 |
-
$this->compradorBairro = $order->getBillingAddress()->getStreet4();
|
750 |
|
751 |
/* @required */
|
752 |
$this->compradorCidade = utf8_decode($order->getBillingAddress()->getCity());
|
@@ -810,7 +810,7 @@ abstract class Buscape_Fcontrol_Model_Api_Abstract extends Varien_Object
|
|
810 |
|
811 |
$this->entregaNumero = ($order->getShippingAddress()->getStreet2()) ? $order->getShippingAddress()->getStreet2() : 'SN';
|
812 |
|
813 |
-
$this->entregaBairro = $order->getShippingAddress()->getStreet4();
|
814 |
|
815 |
$this->entregaCidade = utf8_decode($order->getShippingAddress()->getCity());
|
816 |
|
@@ -863,7 +863,7 @@ abstract class Buscape_Fcontrol_Model_Api_Abstract extends Varien_Object
|
|
863 |
case self::RECARGA_WEBSERVICE:
|
864 |
|
865 |
/* @required */
|
866 |
-
$this->compradorNome = $order->getBillingAddress()->getFirstname() . ' ' . $order->getBillingAddress()->getLastname();
|
867 |
|
868 |
/* @required */
|
869 |
$this->compradorCep = str_replace("-", "", preg_replace('/[^(\x20-\x7F)\x0A]*/', '', $order->getBillingAddress()->getPostcode()));
|
@@ -874,9 +874,9 @@ abstract class Buscape_Fcontrol_Model_Api_Abstract extends Varien_Object
|
|
874 |
/* @required */
|
875 |
$this->compradorNumero = ($order->getBillingAddress()->getStreet2()) ? $order->getBillingAddress()->getStreet2() : 'SN';
|
876 |
|
877 |
-
$this->compradorComplemento = $order->getBillingAddress()->getStreet3();
|
878 |
|
879 |
-
$this->compradorBairro = $order->getBillingAddress()->getStreet4();
|
880 |
|
881 |
/* @required */
|
882 |
$this->compradorCidade = utf8_decode($order->getBillingAddress()->getCity());
|
@@ -915,9 +915,9 @@ abstract class Buscape_Fcontrol_Model_Api_Abstract extends Varien_Object
|
|
915 |
|
916 |
$this->entregaNumero = ($order->getShippingAddress()->getStreet2()) ? $order->getShippingAddress()->getStreet2() : 'SN';
|
917 |
|
918 |
-
$this->entregaComplemento = $order->getShippingAddress()->getStreet3();
|
919 |
|
920 |
-
$this->entregaBairro = $order->getShippingAddress()->getStreet4();
|
921 |
|
922 |
$this->entregaCidade = utf8_decode($order->getShippingAddress()->getCity());
|
923 |
|
733 |
switch(Mage::helper('fcontrol')->getConfig('type_service')) {
|
734 |
case self::FRAME:
|
735 |
/* @required */
|
736 |
+
$this->compradorNome = utf8_decode($order->getBillingAddress()->getFirstname() . ' ' . $order->getBillingAddress()->getLastname());
|
737 |
|
738 |
/* @required */
|
739 |
$this->compradorCep = str_replace("-", "", preg_replace('/[^(\x20-\x7F)\x0A]*/', '', $order->getBillingAddress()->getPostcode()));
|
744 |
/* @required */
|
745 |
$this->compradorNumero = ($order->getBillingAddress()->getStreet2()) ? $order->getBillingAddress()->getStreet2() : 'SN';
|
746 |
|
747 |
+
$this->compradorComplemento = utf8_decode($order->getBillingAddress()->getStreet3());
|
748 |
|
749 |
+
$this->compradorBairro = utf8_decode($order->getBillingAddress()->getStreet4());
|
750 |
|
751 |
/* @required */
|
752 |
$this->compradorCidade = utf8_decode($order->getBillingAddress()->getCity());
|
810 |
|
811 |
$this->entregaNumero = ($order->getShippingAddress()->getStreet2()) ? $order->getShippingAddress()->getStreet2() : 'SN';
|
812 |
|
813 |
+
$this->entregaBairro = utf8_decode($order->getShippingAddress()->getStreet4());
|
814 |
|
815 |
$this->entregaCidade = utf8_decode($order->getShippingAddress()->getCity());
|
816 |
|
863 |
case self::RECARGA_WEBSERVICE:
|
864 |
|
865 |
/* @required */
|
866 |
+
$this->compradorNome = utf8_decode($order->getBillingAddress()->getFirstname() . ' ' . $order->getBillingAddress()->getLastname());
|
867 |
|
868 |
/* @required */
|
869 |
$this->compradorCep = str_replace("-", "", preg_replace('/[^(\x20-\x7F)\x0A]*/', '', $order->getBillingAddress()->getPostcode()));
|
874 |
/* @required */
|
875 |
$this->compradorNumero = ($order->getBillingAddress()->getStreet2()) ? $order->getBillingAddress()->getStreet2() : 'SN';
|
876 |
|
877 |
+
$this->compradorComplemento = utf8_decode($order->getBillingAddress()->getStreet3());
|
878 |
|
879 |
+
$this->compradorBairro = utf8_decode($order->getBillingAddress()->getStreet4());
|
880 |
|
881 |
/* @required */
|
882 |
$this->compradorCidade = utf8_decode($order->getBillingAddress()->getCity());
|
915 |
|
916 |
$this->entregaNumero = ($order->getShippingAddress()->getStreet2()) ? $order->getShippingAddress()->getStreet2() : 'SN';
|
917 |
|
918 |
+
$this->entregaComplemento = utf8_decode($order->getShippingAddress()->getStreet3());
|
919 |
|
920 |
+
$this->entregaBairro = utf8_decode($order->getShippingAddress()->getStreet4());
|
921 |
|
922 |
$this->entregaCidade = utf8_decode($order->getShippingAddress()->getCity());
|
923 |
|
app/code/community/Buscape/Fcontrol/etc/config.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
<config>
|
23 |
<modules>
|
24 |
<Buscape_Fcontrol>
|
25 |
-
<version>0.1.
|
26 |
</Buscape_Fcontrol>
|
27 |
</modules>
|
28 |
<global>
|
22 |
<config>
|
23 |
<modules>
|
24 |
<Buscape_Fcontrol>
|
25 |
+
<version>0.1.6</version>
|
26 |
</Buscape_Fcontrol>
|
27 |
</modules>
|
28 |
<global>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Buscape_Fcontrol</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Extensão Buscapé Fcontrol para Magento</summary>
|
10 |
<description>O FControl é um sofisticado sistema que utiliza redes neurais e inteligência artificial para detectar fraudes em tempo real.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>buscapedev</name><user>auto-converted</user><email>suporte.developer@buscape-inc.com</email></author></authors>
|
13 |
-
<date>2012-
|
14 |
-
<time>17:
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Buscape_Fcontrol.xml" hash="1883e6e4a5f712adbb28fc48b91b77ed"/></dir></target><target name="magecommunity"><dir name="Buscape"><dir name="Fcontrol"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="View"><file name="Info.php" hash="68b7966bd053a03994c88748612e3263"/></dir><file name="Grid.php" hash="8a9cd394c7d05c875353b9a6a9c509f8"/></dir><file name="Order.php" hash="306f634ac46d7dec061fd18e76f11e34"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="533804f2631993dbfd1d2cbb978510a1"/></dir><dir name="Model"><dir name="Adapter"><file name="Payment.php" hash="e4eabb53e1ccf22c06664498d5f9f541"/><file name="Shipping.php" hash="d40c268415ec2a2c50870bf811176b44"/></dir><dir name="Api"><file name="Abstract.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Buscape_Fcontrol</name>
|
4 |
+
<version>0.1.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Extensão Buscapé Fcontrol para Magento</summary>
|
10 |
<description>O FControl é um sofisticado sistema que utiliza redes neurais e inteligência artificial para detectar fraudes em tempo real.</description>
|
11 |
+
<notes>Buscapé Fcontrol é compatível com Magento Enterprise Edition 1.7.0.0 ou superior, Professional Edition 1.9.0.0 ou superior, e Magento Community Edition 1.3.3.0 ou superior.</notes>
|
12 |
<authors><author><name>buscapedev</name><user>auto-converted</user><email>suporte.developer@buscape-inc.com</email></author></authors>
|
13 |
+
<date>2012-05-25</date>
|
14 |
+
<time>17:54:40</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Buscape_Fcontrol.xml" hash="1883e6e4a5f712adbb28fc48b91b77ed"/></dir></target><target name="magecommunity"><dir name="Buscape"><dir name="Fcontrol"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><dir name="View"><file name="Info.php" hash="68b7966bd053a03994c88748612e3263"/></dir><file name="Grid.php" hash="8a9cd394c7d05c875353b9a6a9c509f8"/></dir><file name="Order.php" hash="306f634ac46d7dec061fd18e76f11e34"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="533804f2631993dbfd1d2cbb978510a1"/></dir><dir name="Model"><dir name="Adapter"><file name="Payment.php" hash="e4eabb53e1ccf22c06664498d5f9f541"/><file name="Shipping.php" hash="d40c268415ec2a2c50870bf811176b44"/></dir><dir name="Api"><file name="Abstract.php" hash="a383b76906e116fb279c696b40d17e2f"/></dir><dir name="Source"><file name="Service.php" hash="ce9458ee8419c55346ab96ead62915de"/></dir><file name="Api.php" hash="635befcf547671471a8b68401e377d5d"/><file name="Config.php" hash="fab005089945576b2b6cf4ecf076d3af"/><file name="Observer.php" hash="8b68046645290c9f91957fa38a1df290"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Sales"><file name="OrderController.php" hash="db12a93be59057875d4c488fde37956d"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="7029ac5426e0c0201428c754200cd7fb"/><file name="system.xml" hash="6991f325fb680eb0bfedc9e4a8ae88da"/></dir></dir></dir></target><target name="magelib"><dir name="nusoap"><file name="nusoap.php" hash="be25f8f414d3bc104fa32fd33d1ca670"/><file name="nusoap_base.php" hash="2b58ef48c2588c9eb1e197e609cf3578"/><file name="nusoap_fault.php" hash="b1e071de96ac6ec4401fc3378985b915"/><file name="nusoapmime.php" hash="385906df53d95e99d44a3ccf826657b0"/><file name="soap_parser.php" hash="5fd16dfe735ba059a2bcd6f13b2e4200"/><file name="soap_server.php" hash="7335a46989fcb2e6a0cb094bea9636f6"/><file name="soap_transport_http.php" hash="47e7e9295559211833aa733259ae4426"/><file name="soap_val.php" hash="bfe395c44feee1833806ffb87f53d301"/><file name="soapclient.php" hash="a386ecd977dcef79dacebd596808773f"/><file name="wsdl.php" hash="848f9fce1e0da0d88584d0e6ca1f242d"/><file name="wsdlcache.php" hash="e06853ca25271b5cb4b8a7016c960a40"/><file name="xmlschema.php" hash="5d5c67fd3e30dd96a186551a7c7221c8"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="buscape"><dir name="fcontrol"><dir name="sales"><dir name="order"><dir name="view"><file name="info.phtml" hash="d413cbc0c742f78e24e5dfcd1859dc66"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|