Version Notes
Fixed default port to 4430 and preferred Result Delivery Method set to "Server Pull"
Download this release
Release Info
Developer | Magento Core Team |
Extension | Cardsave_Cardsaveonlinepayments |
Version | 1.8.2 |
Comparing to | |
See all releases |
Code changes from version 1.8.1 to 1.8.2
app/code/local/Cardsave/Cardsaveonlinepayments/Model/Source/ResultDeliveryMethod.php
CHANGED
@@ -12,16 +12,16 @@ class Cardsave_Cardsaveonlinepayments_Model_Source_ResultDeliveryMethod
|
|
12 |
return array
|
13 |
(
|
14 |
array(
|
15 |
-
'value' => self::
|
16 |
-
'label' => Mage::helper('cardsaveonlinepayments')->__('
|
17 |
),
|
18 |
array(
|
19 |
'value' => self::RESULT_DELIVERY_METHOD_SERVER,
|
20 |
'label' => Mage::helper('cardsaveonlinepayments')->__('Server')
|
21 |
),
|
22 |
array(
|
23 |
-
'value' => self::
|
24 |
-
'label' => Mage::helper('cardsaveonlinepayments')->__('
|
25 |
)
|
26 |
);
|
27 |
}
|
12 |
return array
|
13 |
(
|
14 |
array(
|
15 |
+
'value' => self::RESULT_DELIVERY_METHOD_SERVER_PULL,
|
16 |
+
'label' => Mage::helper('cardsaveonlinepayments')->__('Server Pull')
|
17 |
),
|
18 |
array(
|
19 |
'value' => self::RESULT_DELIVERY_METHOD_SERVER,
|
20 |
'label' => Mage::helper('cardsaveonlinepayments')->__('Server')
|
21 |
),
|
22 |
array(
|
23 |
+
'value' => self::RESULT_DELIVERY_METHOD_POST,
|
24 |
+
'label' => Mage::helper('cardsaveonlinepayments')->__('Post')
|
25 |
)
|
26 |
);
|
27 |
}
|
app/code/local/Cardsave/Cardsaveonlinepayments/etc/config.xml
CHANGED
@@ -83,7 +83,7 @@
|
|
83 |
<title>CardSave</title>
|
84 |
<hashmethod>sha1</hashmethod>
|
85 |
<paymentprocessordomain>cardsaveonlinepayments.com</paymentprocessordomain>
|
86 |
-
<paymentprocessorport>
|
87 |
<hostedpaymentactionurl>https://mms.cardsaveonlinepayments.com/Pages/PublicPages/PaymentForm.aspx</hostedpaymentactionurl>
|
88 |
<transparentredirectactionurl>https://mms.cardsaveonlinepayments.com/Pages/PublicPages/TransparentRedirect.aspx</transparentredirectactionurl>
|
89 |
<serverpullresultactionurl>https://mms.cardsaveonlinepayments.com/Pages/PublicPages/PaymentFormResultHandler.ashx</serverpullresultactionurl>
|
83 |
<title>CardSave</title>
|
84 |
<hashmethod>sha1</hashmethod>
|
85 |
<paymentprocessordomain>cardsaveonlinepayments.com</paymentprocessordomain>
|
86 |
+
<paymentprocessorport>4430</paymentprocessorport>
|
87 |
<hostedpaymentactionurl>https://mms.cardsaveonlinepayments.com/Pages/PublicPages/PaymentForm.aspx</hostedpaymentactionurl>
|
88 |
<transparentredirectactionurl>https://mms.cardsaveonlinepayments.com/Pages/PublicPages/TransparentRedirect.aspx</transparentredirectactionurl>
|
89 |
<serverpullresultactionurl>https://mms.cardsaveonlinepayments.com/Pages/PublicPages/PaymentFormResultHandler.ashx</serverpullresultactionurl>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cardsave_Cardsaveonlinepayments</name>
|
4 |
-
<version>1.8.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>CardSave payment extension</summary>
|
10 |
<description>Fully supports 3D secure transactions. Also supports all of the integration methods provided by Cardsave.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>cardsave.support</name><user>auto-converted</user><email>integrationsupport@cardsaveonlinepayments.com</email></author></authors>
|
13 |
-
<date>2010-08-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="cardsaveonlinepayments"><file name="form.phtml" hash="2b0b8a72c9f4a6d2ab9f0ea020c8f2ed"/><file name="info.phtml" hash="ebd858f4a39de4384d82214268df5e18"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="cardsaveonlinepayments"><file name="form.phtml" hash="206c8703ef4d160dfc6c739c128ab47b"/><file name="info.phtml" hash="086176ae3d7bef055c87029fb96a3933"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Cardsave"><dir name="Cardsaveonlinepayments"><dir name="Block"><file name="Error.php" hash="660d3cbde48910ef271df9e05130a6d7"/><file name="Form.php" hash="ea5b3817c9607a94f4685d53d0b18569"/><file name="Info.php" hash="57a4bfec1a1c769de063be2b922f4a97"/><file name="Redirect.php" hash="b5a1f7af807dc9a41ec5b9db5c74e87e"/><file name="Threedsecure.php" hash="3b3cb2347316ad91dfb4ff53a58f623f"/></dir><dir name="controllers"><file name="PaymentController.php" hash="ff2f3aedb65290f4d4c3cbe0060d39ec"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cardsave_Cardsaveonlinepayments</name>
|
4 |
+
<version>1.8.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>CardSave payment extension</summary>
|
10 |
<description>Fully supports 3D secure transactions. Also supports all of the integration methods provided by Cardsave.</description>
|
11 |
+
<notes>Fixed default port to 4430 and preferred Result Delivery Method set to "Server Pull"</notes>
|
12 |
<authors><author><name>cardsave.support</name><user>auto-converted</user><email>integrationsupport@cardsaveonlinepayments.com</email></author></authors>
|
13 |
+
<date>2010-08-25</date>
|
14 |
+
<time>09:23:42</time>
|
15 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="cardsaveonlinepayments"><file name="form.phtml" hash="2b0b8a72c9f4a6d2ab9f0ea020c8f2ed"/><file name="info.phtml" hash="ebd858f4a39de4384d82214268df5e18"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="cardsaveonlinepayments"><file name="form.phtml" hash="206c8703ef4d160dfc6c739c128ab47b"/><file name="info.phtml" hash="086176ae3d7bef055c87029fb96a3933"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Cardsave"><dir name="Cardsaveonlinepayments"><dir name="Block"><file name="Error.php" hash="660d3cbde48910ef271df9e05130a6d7"/><file name="Form.php" hash="ea5b3817c9607a94f4685d53d0b18569"/><file name="Info.php" hash="57a4bfec1a1c769de063be2b922f4a97"/><file name="Redirect.php" hash="b5a1f7af807dc9a41ec5b9db5c74e87e"/><file name="Threedsecure.php" hash="3b3cb2347316ad91dfb4ff53a58f623f"/></dir><dir name="controllers"><file name="PaymentController.php" hash="ff2f3aedb65290f4d4c3cbe0060d39ec"/></dir><dir name="etc"><file name="config.xml" hash="3445efcb783044bab94f683c7f55bf3e"/><file name="system.xml" hash="03db876eb229bef071b08fe738059366"/></dir><dir name="Helper"><file name="Data.php" hash="e024ec0479d1e8e7efcf4751b05194d6"/></dir><dir name="Model"><file name="Direct.php" hash="6f231f62071011977aa17baab3d27695"/><file name="Request.php" hash="370f028086d13ae1df470e93a67dea66"/><dir name="Source"><file name="HashMethod.php" hash="997928579b69d21ae9eebec698c715c6"/><file name="OrderStatus.php" hash="4c44f8ba1652f20d934aa200ed4c8d00"/><file name="PaymentAction.php" hash="fa94be37c18bbb2f6301bdad1db3698d"/><file name="PaymentMode.php" hash="ea8af602bd09d54a123af64bc4b680d0"/><file name="ResultDeliveryMethod.php" hash="36225c1b793e8b5d39e9ca406fe0e0a0"/></dir><dir name="Tpg"><file name="GlobalErrors.php" hash="5414b74695fa49e51668df62ee18dd6e"/><file name="ISOCountries.php" hash="78dc558da68ca9a6ef44898a3980ecf2"/><file name="ISOCurrencies.php" hash="a32bc47b2d9896c293ecdcbf847144f9"/><file name="PaymentFormHelper.php" hash="cf1f99eb416612b7a9eab786a0d8940b"/><dir name="ThePaymentGateway"><file name="PaymentSystem.php" hash="e4d4df170c21b7e3571b3ba1205ca979"/><file name="SOAP.php" hash="a0e5474dce51dc90ba4d37b5de3cdd84"/><file name="TPG_Common.php" hash="d86997c977cfd55b8ab577a514ab149c"/></dir></dir></dir></dir><dir name="Checkout"><dir name="Block"><dir name="Onepage"><dir name="Payment"><file name="Methods.php" hash="695d628564f6e1e0c85e3821699e6b45"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="dc55058078ddb2747046754d877f1952"/></dir><dir name="Model"><dir name="Type"><file name="Onepage.php" hash="fc201bf9811c407298599d73969a976c"/></dir></dir></dir><dir name="Sales"><dir name="etc"><file name="config.xml" hash="21fea9901bfaed9c0964aa91817af05c"/></dir><dir name="Model"><file name="Order.php" hash="9ffa9e06b0d5d8d2d810ab50017e81fa"/><dir name="Order"><file name="Invoice.php" hash="e7e1e003f4e8c0540ff8e9ad0465a6cb"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="images"><file name="cardsave_online.jpg" hash="abb239c81edb9ae8df8cf891e914e2aa"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cardsave_All.xml" hash="e1d59fd8c4d4b5d87607f43fecf47e59"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|