multon_everypay - Version 1.2.5

Version Notes

1.2.5
FIX: removed newline in multiline street data

1.2.4
link jquery in header, iframe changes

1.2.3
New log
No redirect after failed payment

1.2.2
NEW: Live/Test url selection, separate credentials

1.2.1
NEW: Support iframe payment form

1.2.0
API protocol update
FIX: remove SID from callback_url

1.1.1
Use billing address if shipping address not present (downloadable products)

1.1.0
Converted to stand-alone community extension

1.0.6
Description and contact info

1.0.5
API protocol update: separated fail/cancelled transaction status

1.0.4
API protocol update

1.0.3
add account id

1.0.2
FIX: return url
FIX: return verification
new gateway url

1.0.1
FIX: redirect template

1.0.0
Stable release

Download this release

Release Info

Developer Multon
Extension multon_everypay
Version 1.2.5
Comparing to
See all releases


Code changes from version 1.2.4 to 1.2.5

app/code/community/Multon/Everypay/Block/Everypay.php CHANGED
@@ -108,19 +108,19 @@ class Multon_Everypay_Block_Everypay extends Mage_Payment_Block_Form
108
  'account_id' => Mage::getStoreConfig('payment/' . $this->_code . '/account_id'),
109
  'amount' => number_format($order->getTotalDue(), 2, '.', ''),
110
  'api_username' => $username,
111
- 'billing_address' => $billing->getStreetFull(),
112
  'billing_city' => $billing->getCity(),
113
  'billing_country' => $billing->getCountry(),
114
  'billing_postcode' => $billing->getPostcode(),
115
  'callback_url' => $this->getReturnUrl(),
116
  'customer_url' => $this->getReturnUrl(),
117
- 'delivery_address' => $shipping->getStreetFull(),
118
  'delivery_city' => $shipping->getCity(),
119
  'delivery_country' => $shipping->getCountry(),
120
  'delivery_postcode' => $shipping->getPostcode(),
121
  'email' => $billing->getEmail(),
122
  'hmac_fields' => 'account_id,amount,api_username,billing_address,billing_city,billing_country,billing_postcode,callback_url,customer_url,delivery_address,delivery_city,' .
123
- 'delivery_country,delivery_postcode,email,hmac_fields,nonce,order_reference,timestamp,transaction_type,user_ip',
124
  'nonce' => $this->getNonce(),
125
  'order_reference' => $order->getIncrementId(),
126
  'timestamp' => time(),
108
  'account_id' => Mage::getStoreConfig('payment/' . $this->_code . '/account_id'),
109
  'amount' => number_format($order->getTotalDue(), 2, '.', ''),
110
  'api_username' => $username,
111
+ 'billing_address' => str_replace("\n", ' ', $billing->getStreetFull()),
112
  'billing_city' => $billing->getCity(),
113
  'billing_country' => $billing->getCountry(),
114
  'billing_postcode' => $billing->getPostcode(),
115
  'callback_url' => $this->getReturnUrl(),
116
  'customer_url' => $this->getReturnUrl(),
117
+ 'delivery_address' => str_replace("\n", ' ', $shipping->getStreetFull()),
118
  'delivery_city' => $shipping->getCity(),
119
  'delivery_country' => $shipping->getCountry(),
120
  'delivery_postcode' => $shipping->getPostcode(),
121
  'email' => $billing->getEmail(),
122
  'hmac_fields' => 'account_id,amount,api_username,billing_address,billing_city,billing_country,billing_postcode,callback_url,customer_url,delivery_address,delivery_city,' .
123
+ 'delivery_country,delivery_postcode,email,hmac_fields,nonce,order_reference,timestamp,transaction_type,user_ip',
124
  'nonce' => $this->getNonce(),
125
  'order_reference' => $order->getIncrementId(),
126
  'timestamp' => time(),
app/code/community/Multon/Everypay/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Multon_Everypay>
5
- <version>1.2.4</version>
6
  </Multon_Everypay>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Multon_Everypay>
5
+ <version>1.2.5</version>
6
  </Multon_Everypay>
7
  </modules>
8
  <global>
package.xml CHANGED
@@ -1,14 +1,17 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>multon_everypay</name>
4
- <version>1.2.4</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Multon Everypay</summary>
10
  <description>Multon Everypay</description>
11
- <notes>1.2.4&#xD;
 
 
 
12
  link jquery in header, iframe changes &#xD;
13
  &#xD;
14
  1.2.3&#xD;
@@ -54,9 +57,9 @@ FIX: redirect template&#xD;
54
  1.0.0&#xD;
55
  Stable release</notes>
56
  <authors><author><name>Multon</name><user>eepohs</user><email>magento@multon.ee</email></author><author><name>Jaanus Vapper</name><user>hullkuri</user><email>hullkuri@gmail.com</email></author><author><name>Tanel Raja</name><user>Pronto</user><email>tanel.raja@gmail.com</email></author></authors>
57
- <date>2015-10-20</date>
58
- <time>12:04:11</time>
59
- <contents><target name="magecommunity"><dir name="Multon"><dir name="Everypay"><dir name="Block"><dir name="Adminhtml"><file name="Fieldset.php" hash="324c82a14594133019deef5c98e8ec78"/><dir name="System"><dir name="Config"><file name="Intro.php" hash="25a5c87ee274de259ede0decc040f643"/><file name="Outro.php" hash="21e9865c5f85cc0c8a601cc171d3f5d0"/><file name="Version.php" hash="63d888085e44f1b99e77aec70f12f62a"/></dir></dir></dir><file name="Everypay.php" hash="c494180c3b109e5477eb805d7aa6c795"/><file name="Info.php" hash="4755af2b544c9f5de39098046e6da0fb"/></dir><dir name="Model"><file name="Everypay.php" hash="56e86b0afb72ef77b04aab70491a03d7"/><dir name="Source"><file name="ApiUrl.php" hash="e1b55560b85996fccd3492d45f02844f"/><file name="ConnectionType.php" hash="0857dfbb0deee17ca3459dc2bf5f8569"/><file name="PaymentAction.php" hash="27787205d1886997aeccecb4028d488f"/></dir></dir><dir name="controllers"><file name="EverypayController.php" hash="4d70fc06e227af4e6fcf920be2e89ec1"/></dir><dir name="etc"><file name="config.xml" hash="6ec14f33ee5b54c4844b9d254e46f406"/><file name="system.xml" hash="36974d802cf6c2b165e76d8ec5866773"/></dir><dir name="sql"><dir name="everypay_setup"><file name="install-1.0.0.php" hash="201924647c609f33835712ab2c81e4d4"/><file name="upgrade-1.2.0-1.2.1.php" hash="1ff58987d6575a8c018e80fc600897bd"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Multon_Everypay.xml" hash="99a2dd0a396a3a1b937d767e48ce237f"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="multon"><file name="everypay.xml" hash="9b5e6ce111deb2114547dca090d7fab2"/></dir></dir><dir name="template"><dir name="multon"><dir name="everypay"><file name="everypay.phtml" hash="886f83c265e8be7ff76f0a3a8ef19bc5"/><file name="info.phtml" hash="91eb9c88527bc6b0076f382df0f6809c"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="multon"><dir name="everypay"><file name="mastercard_visa_acceptance.png" hash="d448d1eff4e623c1b35c67ad80c189fb"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><file name="everypay-logo.jpg" hash="909c46f5e89be9de1d0d2ad7fdfb8bc6"/></dir></dir></dir></dir></target></contents>
60
  <compatible/>
61
  <dependencies><required><php><min>5.4.0</min><max>6.0.0</max></php></required></dependencies>
62
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>multon_everypay</name>
4
+ <version>1.2.5</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Multon Everypay</summary>
10
  <description>Multon Everypay</description>
11
+ <notes>1.2.5&#xD;
12
+ FIX: removed newline in multiline street data&#xD;
13
+ &#xD;
14
+ 1.2.4&#xD;
15
  link jquery in header, iframe changes &#xD;
16
  &#xD;
17
  1.2.3&#xD;
57
  1.0.0&#xD;
58
  Stable release</notes>
59
  <authors><author><name>Multon</name><user>eepohs</user><email>magento@multon.ee</email></author><author><name>Jaanus Vapper</name><user>hullkuri</user><email>hullkuri@gmail.com</email></author><author><name>Tanel Raja</name><user>Pronto</user><email>tanel.raja@gmail.com</email></author></authors>
60
+ <date>2015-11-09</date>
61
+ <time>11:19:06</time>
62
+ <contents><target name="magecommunity"><dir name="Multon"><dir name="Everypay"><dir name="Block"><dir name="Adminhtml"><file name="Fieldset.php" hash="324c82a14594133019deef5c98e8ec78"/><dir name="System"><dir name="Config"><file name="Intro.php" hash="25a5c87ee274de259ede0decc040f643"/><file name="Outro.php" hash="21e9865c5f85cc0c8a601cc171d3f5d0"/><file name="Version.php" hash="63d888085e44f1b99e77aec70f12f62a"/></dir></dir></dir><file name="Everypay.php" hash="2246ead98a87edaa2dd8dc0b64a758e7"/><file name="Info.php" hash="4755af2b544c9f5de39098046e6da0fb"/></dir><dir name="Model"><file name="Everypay.php" hash="56e86b0afb72ef77b04aab70491a03d7"/><dir name="Source"><file name="ApiUrl.php" hash="e1b55560b85996fccd3492d45f02844f"/><file name="ConnectionType.php" hash="0857dfbb0deee17ca3459dc2bf5f8569"/><file name="PaymentAction.php" hash="27787205d1886997aeccecb4028d488f"/></dir></dir><dir name="controllers"><file name="EverypayController.php" hash="4d70fc06e227af4e6fcf920be2e89ec1"/></dir><dir name="etc"><file name="config.xml" hash="b2a56e0a319a7ee2f7979d7e7c085828"/><file name="system.xml" hash="36974d802cf6c2b165e76d8ec5866773"/></dir><dir name="sql"><dir name="everypay_setup"><file name="install-1.0.0.php" hash="201924647c609f33835712ab2c81e4d4"/><file name="upgrade-1.2.0-1.2.1.php" hash="1ff58987d6575a8c018e80fc600897bd"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Multon_Everypay.xml" hash="99a2dd0a396a3a1b937d767e48ce237f"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="multon"><file name="everypay.xml" hash="9b5e6ce111deb2114547dca090d7fab2"/></dir></dir><dir name="template"><dir name="multon"><dir name="everypay"><file name="everypay.phtml" hash="886f83c265e8be7ff76f0a3a8ef19bc5"/><file name="info.phtml" hash="91eb9c88527bc6b0076f382df0f6809c"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="multon"><dir name="everypay"><file name="mastercard_visa_acceptance.png" hash="d448d1eff4e623c1b35c67ad80c189fb"/></dir></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><file name="everypay-logo.jpg" hash="909c46f5e89be9de1d0d2ad7fdfb8bc6"/></dir></dir></dir></dir></target></contents>
63
  <compatible/>
64
  <dependencies><required><php><min>5.4.0</min><max>6.0.0</max></php></required></dependencies>
65
  </package>