Version Notes
Bug Fixes
Download this release
Release Info
Developer | Tikhonov Alex |
Extension | Paypal_InContext |
Version | 0.1.4 |
Comparing to | |
See all releases |
Code changes from version 0.1.3 to 0.1.4
app/code/community/Paypal/InContext/Model/Paypal/Config.php
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class Paypal_InContext_Model_Paypal_Config extends Mage_Paypal_Model_Config
|
3 |
+
{
|
4 |
+
|
5 |
+
/**
|
6 |
+
* BN code getter
|
7 |
+
*
|
8 |
+
* @param string $countryCode ISO 3166-1
|
9 |
+
*/
|
10 |
+
public function getBuildNotationCode($countryCode = null)
|
11 |
+
{
|
12 |
+
parent::getBuildNotationCode($countryCode);
|
13 |
+
|
14 |
+
return 'IWD_SI_MagentoCE_WPS'; // community
|
15 |
+
|
16 |
+
}
|
17 |
+
}
|
app/code/community/Paypal/InContext/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Paypal_InContext>
|
5 |
-
<version>0.1.
|
6 |
</Paypal_InContext>
|
7 |
</modules>
|
8 |
|
@@ -59,9 +59,11 @@
|
|
59 |
<incontext>
|
60 |
<class>Paypal_InContext_Block</class>
|
61 |
</incontext>
|
|
|
62 |
<paypal>
|
63 |
<rewrite>
|
64 |
<express_shortcut>Paypal_InContext_Block_Paypal_Shortcut</express_shortcut>
|
|
|
65 |
</rewrite>
|
66 |
</paypal>
|
67 |
|
@@ -70,6 +72,7 @@
|
|
70 |
<express_shortcut>Paypal_InContext_Block_Paypal_Shortcutuk</express_shortcut>
|
71 |
</rewrite>
|
72 |
</paypaluk>
|
|
|
73 |
</blocks>
|
74 |
|
75 |
</global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Paypal_InContext>
|
5 |
+
<version>0.1.4</version>
|
6 |
</Paypal_InContext>
|
7 |
</modules>
|
8 |
|
59 |
<incontext>
|
60 |
<class>Paypal_InContext_Block</class>
|
61 |
</incontext>
|
62 |
+
|
63 |
<paypal>
|
64 |
<rewrite>
|
65 |
<express_shortcut>Paypal_InContext_Block_Paypal_Shortcut</express_shortcut>
|
66 |
+
<config>Paypal_InContext_Model_Paypal_Config</config>
|
67 |
</rewrite>
|
68 |
</paypal>
|
69 |
|
72 |
<express_shortcut>Paypal_InContext_Block_Paypal_Shortcutuk</express_shortcut>
|
73 |
</rewrite>
|
74 |
</paypaluk>
|
75 |
+
|
76 |
</blocks>
|
77 |
|
78 |
</global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Paypal_InContext</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Displays a PayPal in-context checkout window with the merchant website in the background</description>
|
11 |
<notes>Bug Fixes</notes>
|
12 |
<authors><author><name>Tikhonov Alex</name><user>nakilon</user><email>tihonov.sania@gmail.com</email></author></authors>
|
13 |
-
<date>2015-08-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Paypal"><dir name="InContext"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Merchant.php" hash="93698412747f91fa7ddfa09cef8e39e4"/></dir></dir></dir></dir></dir><file name="Js.php" hash="4c7e01bc0f75ba0b79fc0d0314d01a97"/><dir name="Paypal"><file name="Shortcut.php" hash="a547ce25739a61a60b53cb9c768bbf70"/><file name="Shortcutuk.php" hash="eb56c54b6be763664ec9931d8ed711ea"/></dir></dir><dir name="Controller"><dir name="Express"><file name="Abstract.php" hash="4d68136f8ac508aec8f7e7f28a4a9840"/></dir></dir><dir name="Model"><file name="Observer.php" hash="58ba28192c7b4bb22d6130352640e0a9"/><file name="Paypal.php" hash="6b886311d65a6a0d4bd3eb201becffda"/><file name="Paypaluk.php" hash="3e96b7073132c05fd1c75f2ccd49bcdc"/></dir><dir name="controllers"><file name="ExpressController.php" hash="99913dbf84bfb7dcce1f9971b689eeff"/><file name="ExpressController.php.old" hash="6c7876b7b546e4c5384514b5e331331b"/><file name="ExpressukController.php" hash="75e2320d3efaf0d2d1419f45d0a91181"/></dir><dir name="etc"><file name="adminhtml.xml" hash="24cdfe3d6ba8853887caddf2c8008107"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Paypal_InContext</name>
|
4 |
+
<version>0.1.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Displays a PayPal in-context checkout window with the merchant website in the background</description>
|
11 |
<notes>Bug Fixes</notes>
|
12 |
<authors><author><name>Tikhonov Alex</name><user>nakilon</user><email>tihonov.sania@gmail.com</email></author></authors>
|
13 |
+
<date>2015-08-27</date>
|
14 |
+
<time>12:20:17</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Paypal"><dir name="InContext"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Merchant.php" hash="93698412747f91fa7ddfa09cef8e39e4"/></dir></dir></dir></dir></dir><file name="Js.php" hash="4c7e01bc0f75ba0b79fc0d0314d01a97"/><dir name="Paypal"><file name="Shortcut.php" hash="a547ce25739a61a60b53cb9c768bbf70"/><file name="Shortcutuk.php" hash="eb56c54b6be763664ec9931d8ed711ea"/></dir></dir><dir name="Controller"><dir name="Express"><file name="Abstract.php" hash="4d68136f8ac508aec8f7e7f28a4a9840"/></dir></dir><dir name="Model"><file name="Observer.php" hash="58ba28192c7b4bb22d6130352640e0a9"/><dir name="Paypal"><file name="Config.php" hash="bc132ff783c0bf66ad68b647304ffb51"/></dir><file name="Paypal.php" hash="6b886311d65a6a0d4bd3eb201becffda"/><file name="Paypaluk.php" hash="3e96b7073132c05fd1c75f2ccd49bcdc"/></dir><dir name="controllers"><file name="ExpressController.php" hash="99913dbf84bfb7dcce1f9971b689eeff"/><file name="ExpressController.php.old" hash="6c7876b7b546e4c5384514b5e331331b"/><file name="ExpressukController.php" hash="75e2320d3efaf0d2d1419f45d0a91181"/></dir><dir name="etc"><file name="adminhtml.xml" hash="24cdfe3d6ba8853887caddf2c8008107"/><file name="config.xml" hash="2f6856efca911501aac9febf3fb7cf2f"/><file name="system.xml" hash="8f6b170346cad1b807109f6e308e5655"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="incontext.xml" hash="2f5c795a6135ebd79c9226cc065e75ff"/></dir><dir name="template"><dir name="incontext"><file name="js.phtml" hash="3f839fdfe20e63d036ebbb54f52a661a"/><dir name="onepage"><file name="payment.phtml" hash="3a66a87d01d4d2d0067edbd3a1c54565"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><dir name="checkout"><file name="jquery-2.1.4.min.js" hash="2ab1c1c3cbf09d4f3b0bcc75f124ea90"/><file name="paypal-in-context.js" hash="9fb74f2f44aa262da4885591c931f55f"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Paypal_InContext.xml" hash="060b908352841de91d7bebe5db9f9b0d"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|