GiroCheckout - Version 4.0.0.3

Version Notes

This version has the following changes compared to the previous 3.x versions:
- Added payment method giropay+giropay-ID
- Added payment method Paydirekt
- Added payment method Sofort Überweisung
- Bank selection widget is now pure JS
- Enhanced logos for credit cards
- New eps logo
- Minor corrections and enhancements

Download this release

Release Info

Developer Oliver Marx
Extension GiroCheckout
Version 4.0.0.3
Comparing to
See all releases


Code changes from version 4.0.0.1 to 4.0.0.3

app/code/community/Girosolution/Giroconnect/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Girosolution_Giroconnect>
5
- <version>4.0.0.1</version>
6
  </Girosolution_Giroconnect>
7
  </modules>
8
  <global>
@@ -75,7 +75,7 @@
75
  <observers>
76
  <giroconnect_payment_method_is_active>
77
  <type>singleton</type>
78
- <class>giroconnect/observer</class>
79
  <method>paymentMethodIsActive</method>
80
  </giroconnect_payment_method_is_active>
81
  </observers>
2
  <config>
3
  <modules>
4
  <Girosolution_Giroconnect>
5
+ <version>4.0.0.3</version>
6
  </Girosolution_Giroconnect>
7
  </modules>
8
  <global>
75
  <observers>
76
  <giroconnect_payment_method_is_active>
77
  <type>singleton</type>
78
+ <class>Girosolution_Giroconnect_Model_Observer</class>
79
  <method>paymentMethodIsActive</method>
80
  </giroconnect_payment_method_is_active>
81
  </observers>
app/locale/de_DE/Girosolution_Giroconnect.csv CHANGED
@@ -100,7 +100,7 @@ Die maximale Länge beträgt 27 Zeichen."
100
  "SOFORT Überweisung","SOFORT Überweisung"
101
  "Direct payment via online banking. Make payments the easy way with your own online banking details – fast and direct. You will be redirected to the web site of SOFORT, where you will enter your banking data and initiate the electronic wire transfer.","Mit SOFORT Überweisung geht das online Bezahlen einfach wie nie! Sie nutzen dabei ganz bequem Ihre vertrauten Online-Banking Daten und sind so auf der sicheren Seite. Sie werden auf die SOFORT-Webseiten weiter geleitet, geben dort Ihre Bankdaten ein und lösen die Online-Überweisung aus."
102
  "Paydirekt","Paydirekt"
103
- "The online payment method of the German banks and Sparkassen. You will be redirected to the Paydirekt web site, where you will log into your personal account and authorize the payment. You require prior registration with Paydirekt. This payment method only works with German banking accounts.","Das Online-Behalverfahren Ihrer Banken und Sparkassen. Sie werden auf die Webseiten von Paydirekt weiter geleitet, wo Sie sich mit Ihren persönlichen Zugangsdaten anmelden und dann die Zahlung bestätigen. Sie benötigen vorab eine Registrierung bei Paydirekt."
104
  "Enable Visa/Mastercard", "Aktiviert Visa/Mastercard"
105
  "Enable AMEX","Aktiviert AMEX"
106
  "Enable JCB","Aktiviert JCB"
100
  "SOFORT Überweisung","SOFORT Überweisung"
101
  "Direct payment via online banking. Make payments the easy way with your own online banking details – fast and direct. You will be redirected to the web site of SOFORT, where you will enter your banking data and initiate the electronic wire transfer.","Mit SOFORT Überweisung geht das online Bezahlen einfach wie nie! Sie nutzen dabei ganz bequem Ihre vertrauten Online-Banking Daten und sind so auf der sicheren Seite. Sie werden auf die SOFORT-Webseiten weiter geleitet, geben dort Ihre Bankdaten ein und lösen die Online-Überweisung aus."
102
  "Paydirekt","Paydirekt"
103
+ "The online payment method of the German banks and Sparkassen. You will be redirected to the Paydirekt web site, where you will log into your personal account and authorize the payment. You require prior registration with Paydirekt. This payment method only works with German banking accounts.","Das Online-Bezahlverfahren Ihrer Banken und Sparkassen. Sie werden auf die Webseiten von Paydirekt weiter geleitet, wo Sie sich mit Ihren persönlichen Zugangsdaten anmelden und dann die Zahlung bestätigen. Sie benötigen vorab eine Registrierung bei Paydirekt."
104
  "Enable Visa/Mastercard", "Aktiviert Visa/Mastercard"
105
  "Enable AMEX","Aktiviert AMEX"
106
  "Enable JCB","Aktiviert JCB"
package.xml CHANGED
@@ -1,15 +1,13 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GiroCheckout</name>
4
- <version>4.0.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Payment plugin that provides 7 payment methods.</summary>
10
- <description>&lt;h2&gt;The complete payment solution for your successful e-commerce.&lt;/h2&gt;&#xD;
11
- &#xD;
12
- &lt;p&gt;GiroCheckout is a simple, fast and secure solution for the integration of different payment methods in your online store:&lt;/p&gt;&#xD;
13
  &lt;ul&gt;&#xD;
14
  &lt;li&gt;giropay (Guaranteed online credit transfer for Germany) &#x2013; also in combination with the age verification service giropay-ID&lt;/li&gt;&#xD;
15
  &lt;li&gt;eps (Guaranteed online credit transfer for Austria)&lt;/li&gt;&#xD;
@@ -19,22 +17,15 @@
19
  &lt;li&gt;Paydirekt (Guaranteed online credit transfer for Germany)&lt;/li&gt;&#xD;
20
  &lt;li&gt;Sofort-&#xDC;berweisung (Online credit transfer for Germany)&lt;/li&gt;&#xD;
21
  &lt;/ul&gt;&#xD;
22
- &#xD;
23
  &lt;p&gt;A simple integration, highest safety standards and a transparent fee model are characteristics of GiroCheckout.&lt;/p&gt;&#xD;
24
- &#xD;
25
- &lt;p&gt;Find out more about GiroCheckout on our web: &lt;a href=https://www.girosolution.de/girocheckout/&gt;https://www.girosolution.de/girocheckout/&lt;/a&gt;&lt;/p&gt;&#xD;
26
- &#xD;
27
- &lt;h3&gt;Support via&lt;/h3&gt;&#xD;
28
  &lt;ul&gt;&#xD;
29
- &lt;li&gt;&lt;b&gt;E-Mail: &lt;/b&gt;&lt;a href="mailto:support@girosolution.de"&gt;support@girosolution.de&lt;/a&gt;&lt;/li&gt;&#xD;
30
- &lt;li&gt;&lt;b&gt;Telephone: &lt;/b&gt;+49 7554 97090-00&lt;/li&gt;&#xD;
31
  &lt;/ul&gt;&#xD;
32
- &#xD;
33
- &lt;hr&gt;&#xD;
34
- &#xD;
35
- &lt;h2&gt;Die Payment-Komplettl&#xF6;sung f&#xFC;r Ihren erfolgreichen elektronischen Handel.&lt;/h2&gt;&#xD;
36
- &#xD;
37
- &lt;p&gt;GiroCheckout ist eine einfache, schnelle und sichere Komplettl&#xF6;sung f&#xFC;r die Integration verschiedener Bezahlverfahren in Ihren Online-Shop: &lt;/p&gt;&#xD;
38
  &lt;ul&gt;&#xD;
39
  &lt;li&gt;giropay (Garantierte Online-&#xDC;berweisung f&#xFC;r Deutschland) - auch in Kombination mit der Altersverifikation giropay-ID&lt;/li&gt;&#xD;
40
  &lt;li&gt;eps (Garantierte Online-&#xDC;berweisungen in &#xD6;sterreich)&lt;/li&gt;&#xD;
@@ -44,30 +35,25 @@
44
  &lt;li&gt;Paydirekt (Garantierte Online-&#xDC;berweisung f&#xFC;r Deutschland)&lt;/li&gt;&#xD;
45
  &lt;li&gt;Sofort-&#xDC;berweisung (Online-&#xDC;berweisung f&#xFC;r Deutschland)&lt;/li&gt;&#xD;
46
  &lt;/ul&gt;&#xD;
47
- &#xD;
48
  &lt;p&gt;Eine einfache Integration, h&#xF6;chste Sicherheitsstandards und ein transparentes Geb&#xFC;hrenmodell zeichnen GiroCheckout aus.&lt;/p&gt;&#xD;
49
- &#xD;
50
- &lt;p&gt;Erfahren Sie mehr zu GiroCheckout auf unserer Webseite: &lt;a href=https://www.girosolution.de/girocheckout/&gt;https://www.girosolution.de/girocheckout/&lt;/a&gt;&lt;/p&gt;&#xD;
51
- &#xD;
52
- &lt;h3&gt;Support per&lt;/h3&gt;&#xD;
53
  &lt;ul&gt;&#xD;
54
- &lt;li&gt;&lt;b&gt;E-Mail: &lt;/b&gt;&lt;a href="mailto:support@girosolution.de"&gt;support@girosolution.de&lt;/a&gt;&lt;/li&gt;&#xD;
55
- &lt;li&gt;&lt;b&gt;Telefon: &lt;/b&gt;+49 7554 97090-00&lt;/li&gt;&#xD;
56
- &lt;/ul&gt;&#xD;
57
- </description>
58
- <notes>This version has the following changes compared to the previous one:&#xD;
59
  - Added payment method giropay+giropay-ID&#xD;
60
  - Added payment method Paydirekt&#xD;
61
  - Added payment method Sofort &#xDC;berweisung&#xD;
62
  - Bank selection widget is now pure JS&#xD;
63
  - Enhanced logos for credit cards&#xD;
64
  - New eps logo&#xD;
65
- - Minor corrections and enhancements&#xD;
66
- </notes>
67
  <authors><author><name>Oliver Marx</name><user>girosolution</user><email>support@girosolution.de</email></author></authors>
68
- <date>2016-06-13</date>
69
- <time>17:25:30</time>
70
- <contents><target name="magecommunity"><dir name="Girosolution"><dir name="Giroconnect"><dir name="Block"><dir name="Form"><file name="Creditcard.php" hash="da9f4268d3f73306fa2f5cec67de3dc9"/><file name="Directdebit.php" hash="d59b31a9942c4bd274875d76cf7dada9"/><file name="Eps.php" hash="a1affac46e4b74313656ceb7c58ad825"/><file name="Giropay.php" hash="5d57b4e42bb4078539082f6a7c8bdf43"/><file name="Ideal.php" hash="1dbf48d19f36fba70c6eeaa8859290a9"/><file name="Paydirekt.php" hash="e3674caa600ce3a4c15d791ea213413d"/><file name="Sofortuw.php" hash="fed0607b49d8edecf573ac2287579abb"/></dir></dir><dir name="Helper"><file name="AbstractPaymentProxy.php" hash="1c4f1bd341072b9bdddc7d77450f684c"/><file name="Creditcard.php" hash="f507043844aaf9b88fa72c0475b28855"/><file name="CreditcardPaymentProxy.php" hash="0655730ee36024816a213bf08ed4cde3"/><file name="Data.php" hash="1ca59ed42becc6b9e8cabd9f25167b9d"/><file name="Directdebit.php" hash="0d279e6d3b482c88734b8812ad8ac3b6"/><file name="DirectdebitPaymentProxy.php" hash="49f4603b1fbcd15a548565a748289f9e"/><file name="Eps.php" hash="fb68581068ab53996796d0703463d580"/><file name="EpsPaymentProxy.php" hash="ca2b731d082e4b932b1c471c6419db91"/><file name="Giropay.php" hash="71fc3d8d01372a3e5fc1a7ea53ee3b94"/><file name="GiropayPaymentProxy.php" hash="4ceb3a2320fb2fe128861d0e6218eaad"/><file name="Ideal.php" hash="27d8e79434fc7ba1d89c4f73a68b4128"/><file name="IdealPaymentProxy.php" hash="4745f2dd05aac5c7b284db1c9eaf4147"/><file name="Paydirekt.php" hash="ecbf9cd022c72c60485c2149ddecc88a"/><file name="PaydirektPaymentProxy.php" hash="3be6e33940b7cdaa9b1e3a170a164dcd"/><file name="Sofortuw.php" hash="21df61ae435de8a57b7ce3eef69b1901"/><file name="SofortuwPaymentProxy.php" hash="647d463b34fff6e8e6182249786d4866"/></dir><dir name="Model"><file name="Observer.php" hash="9bfd651c462cc4704be8dad2b0d7932a"/><dir name="Payment"><file name="Abstract.php" hash="bae4440864c63892d62e678748ee41d0"/><file name="Creditcard.php" hash="12e9474083f3ba3725ef0e42cc23756e"/><file name="Directdebit.php" hash="f8520809fcf0be702072a3fe8db6db76"/><file name="Eps.php" hash="c12b0ff1445c89fa350efd5b4c2d25ec"/><file name="Giropay.php" hash="b5620d92f7e54cafa89752ad15ddbeeb"/><file name="Ideal.php" hash="659f834b3e383dc86f593eb80f40fb24"/><file name="Paydirekt.php" hash="89eb8dc8bef8c6af6317722eff0ce3fd"/><file name="Sofortuw.php" hash="85ee90b85510fd655d15deda61557232"/></dir></dir><dir name="controllers"><file name="CreditcardController.php" hash="84c55a4341ddf2b3711cfdc29cce5360"/><file name="DirectdebitController.php" hash="c4f866223728cc8fe8e5d19f0d8ef42f"/><file name="EpsController.php" hash="9d446bef9326b0c541674b0a409abcfa"/><file name="GiropayController.php" hash="d130316307b7bb84c0ed3bdd33163b5d"/><file name="IdealController.php" hash="0a3bc6a2357c583105cc10c5febd7dcc"/><file name="PaydirektController.php" hash="f274c4fc0c3d509008f1ea1abf1452b9"/><file name="SofortuwController.php" hash="02014152e0bd84ca4d9c5c480a6cf959"/></dir><dir name="etc"><file name="config.xml" hash="0056b691a235e6f63a211d5deae23b5f"/><file name="system.xml" hash="edb0ddf83f0549ede78ec516c71848c6"/></dir><file name=".DS_Store" hash="9567c71fb3193ad25155b1c371035ddf"/></dir><file name=".DS_Store" hash="e87a74c473c6142d7a1b90396140893f"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="giroconnect"><file name="giroconnectlayout.xml" hash="985e589aaa725053ae11bdc351a3c741"/></dir></dir><dir name="template"><dir name="giroconnect"><dir name="creditcard"><file name="form.phtml" hash="1e0e7f1420c85c636b3c65df5759d8aa"/></dir><dir name="directdebit"><file name="form.phtml" hash="2fb7c488b88e6006e77102f9e288ec6f"/></dir><dir name="eps"><file name="form.phtml" hash="776dbe124e12f6352eb5833715f6ad55"/></dir><dir name="giropay"><file name="form.phtml" hash="7a61bce9dfac3aec7293d21a4abad4d2"/></dir><dir name="ideal"><file name="form.phtml" hash="9d27c8d4eb588e560c3c21aea0622fa2"/></dir><dir name="paydirekt"><file name="form.phtml" hash="295e978704cdd2acc7c2dec1eeb2326f"/></dir><dir name="sofortuw"><file name="form.phtml" hash="edf34ca9f6f110ca9c46a6d95f2c0ad0"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Girosolution_Giroconnect.xml" hash="66789673756b5bf7a9900941aa5b31c8"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Girosolution_Giroconnect.csv" hash="7a466229eab4fa3148dbc7a793ed83d6"/></dir></target><target name="magelib"><dir name="GiroCheckout_SDK"><file name="GiroCheckout_SDK.php" hash="0d041b8f8c2966f91ac9ac00e15b2fe1"/><file name="GiroCheckout_SDK_Config.php" hash="ec6d3d3634253edaf350829f23bc9d50"/><file name="GiroCheckout_SDK_Notify.php" hash="d343b6c414ead1e587bdc18f02b05e71"/><file name="GiroCheckout_SDK_Request.php" hash="ce0c448680d3895dc64f95fa18ba02d1"/><file name="GiroCheckout_SDK_Request_Cart.php" hash="d3537fbe56d1c1097fcd525cb9023f3a"/><file name="GiroCheckout_SDK_Tools.php" hash="525192c9077a605bd102775b224d16e2"/><dir name="api"><file name="GiroCheckout_SDK_AbstractApi.php" hash="2f28657c4a7f72bac896edb629e2fce1"/><file name="GiroCheckout_SDK_InterfaceApi.php" hash="81a0c5acf0667c9107803bce72689d80"/><dir name="creditcard"><file name="GiroCheckout_SDK_CreditCardCapture.php" hash="a7119104372e411b64423cff81d08f93"/><file name="GiroCheckout_SDK_CreditCardGetPKN.php" hash="470d9e83f372f5a68af053d49f562c91"/><file name="GiroCheckout_SDK_CreditCardRecurringTransaction.php" hash="3c7f9284d5f8b4421cf316802e062a92"/><file name="GiroCheckout_SDK_CreditCardRefund.php" hash="67a8a1ad1b6357ebec6af520e1ffa3c9"/><file name="GiroCheckout_SDK_CreditCardTransaction.php" hash="cc7b06d6b7e3eac18f5eb4fec6cac4c3"/></dir><dir name="directdebit"><file name="GiroCheckout_SDK_DirectDebitCapture.php" hash="fc0ee8b52e54ff8aed2bba25296e815e"/><file name="GiroCheckout_SDK_DirectDebitGetPKN.php" hash="756d0ac041ffa3d6e94073cac4cf3476"/><file name="GiroCheckout_SDK_DirectDebitRefund.php" hash="365d1597a2bf88b33c83f0ee73da8339"/><file name="GiroCheckout_SDK_DirectDebitTransaction.php" hash="a071ecda028801d5a64af7bc2b0392e2"/><file name="GiroCheckout_SDK_DirectDebitTransactionWithPaymentPage.php" hash="0b20777f4eedcb0e5eec79ef838f8c35"/></dir><dir name="eps"><file name="GiroCheckout_SDK_EpsBankstatus.php" hash="3be0632510730e87408ca889092a44fb"/><file name="GiroCheckout_SDK_EpsIssuerList.php" hash="6ff1d3e0a30433de9271f74d5005b8ba"/><file name="GiroCheckout_SDK_EpsTransaction.php" hash="5eb6eb4c78ecd7977e6fb548ad8133ca"/></dir><dir name="girocode"><file name="GiroCheckout_SDK_GiroCodeCreateEpc.php" hash="28909cefe43707be1b0b2b689b54656d"/><file name="GiroCheckout_SDK_GiroCodeCreatePayment.php" hash="d0339f0a8a60c444ed508ee256593714"/><file name="GiroCheckout_SDK_GiroCodeGetEpc.php" hash="d40c97710371a22321bbcc99171a6f1b"/></dir><dir name="giropay"><file name="GiroCheckout_SDK_GiropayBankstatus.php" hash="40c2259e2adcd65ce810dd1af6482c45"/><file name="GiroCheckout_SDK_GiropayIDCheck.php" hash="64c4dd9d6ca3d83df6f0bc5b650548fd"/><file name="GiroCheckout_SDK_GiropayIssuerList.php" hash="7a5cbdac111badaf5c73d1fcd11ec01a"/><file name="GiroCheckout_SDK_GiropayTransaction.php" hash="06c12aa889d66cf7443d4729ee0dce76"/><file name="GiroCheckout_SDK_GiropayTransactionWithGiropayID.php" hash="337f20fd4cbcad9b75da5be744450644"/></dir><dir name="ideal"><file name="GiroCheckout_SDK_IdealIssuerList.php" hash="84f9c38cbbc37ad41820aff44aaf4fd1"/><file name="GiroCheckout_SDK_IdealPayment.php" hash="e1587535d9acb7ac93531863337b9da8"/><file name="GiroCheckout_SDK_IdealPaymentRefund.php" hash="9e398951aad773130171ea33ed686e2f"/></dir><dir name="paydirekt"><file name="GiroCheckout_SDK_PaydirektCapture.php" hash="40b721a3273d67e093f5769ce06e537f"/><file name="GiroCheckout_SDK_PaydirektRefund.php" hash="adf8441f59c1ee4e7f30302495d2f623"/><file name="GiroCheckout_SDK_PaydirektTransaction.php" hash="21849effd5c839692792cbf0eb1fb4cd"/></dir><dir name="paypal"><file name="GiroCheckout_SDK_PaypalTransaction.php" hash="76861442a2f0a2cbcc670ca6f681d214"/></dir><dir name="sofortuw"><file name="GiroCheckout_SDK_SofortUwTransaction.php" hash="a5464cad74340395267c7c367732a4c7"/></dir><dir name="tools"><file name="GiroCheckout_SDK_Tools_GetTransaction.php" hash="f49b8474feb469e526d8b7dbbe248117"/></dir></dir><file name="cacert.pem" hash="9f92a0d9f605e227ae068e605f4c86fa"/><dir name="helper"><file name="GiroCheckout_SDK_Curl_helper.php" hash="a96738188d1f3b35a7385d23acd138cd"/><file name="GiroCheckout_SDK_Debug_helper.php" hash="93782e71d487dd90f190ec69b203a627"/><file name="GiroCheckout_SDK_Exception_helper.php" hash="8b7e594f96d27d34094ca48cc987f924"/><file name="GiroCheckout_SDK_Hash_helper.php" hash="9e9662c33e526495cc815c4dbf7d64da"/><file name="GiroCheckout_SDK_ResponseCode_helper.php" hash="df9f0652970e02eaac62932035f99407"/><file name="GiroCheckout_SDK_TransactionType_helper.php" hash="cf4be96348522879677de4e59747fbd7"/></dir><dir name="log"><file name=".htaccess" hash="6f90e67e1aa0ea2a524430a1d554b7f9"/></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="giroconnect"><file name="Logo_EC_40_px.jpg" hash="aef230161c29ed7d3823f7f551060c65"/><file name="Logo_EC_50_px.jpg" hash="425c170e1df787dbf19de9dff2e56114"/><file name="Logo_EC_60_px.jpg" hash="f17b079d7e5602bf5b1f3e07606b448d"/><file name="Logo_VISA_MC_40_px.jpg" hash="91c95f1da4f0bac7d74f8b858e3a959d"/><file name="Logo_VISA_MC_50_px.jpg" hash="b8d75f4b45cace78e9f34e95f844f300"/><file name="Logo_VISA_MC_60_px.jpg" hash="6b0cd4e564bef980a895a60495456ee5"/><file name="Logo_eps_40_px.jpg" hash="854d254e82f992ae18e26deaac188a53"/><file name="Logo_eps_50_px.jpg" hash="b3b0e39121b5f6fe45a2289ede95f2bf"/><file name="Logo_eps_60_px.jpg" hash="e5a42417e574d75ed45cb967b5d0b452"/><file name="Logo_giropay_40_px.jpg" hash="e75ed3616e148349cdff5e4a0ee31ddb"/><file name="Logo_giropay_50_px.jpg" hash="da239a7c5dce1f8f386ae71a47558e27"/><file name="Logo_giropay_60_px.jpg" hash="b239a4381e33daf9a833360f7dc0e8ff"/><file name="Logo_iDeal_40_px.jpg" hash="383d2477aa82b0b12c0858fe58c59785"/><file name="Logo_iDeal_50_px.jpg" hash="b0a845c3b79ca362b48f6fdf58f38251"/><file name="Logo_iDeal_60_px.jpg" hash="afe3029494284474167506b7d293fdf3"/><file name="Logo_paydirekt_40_px.jpg" hash="ac540a86f7eea46a4d6ac63acb6bd697"/><file name="Logo_paydirekt_50_px.jpg" hash="4d6e01e86127c3e65d754d6bea634f87"/><file name="Logo_paydirekt_60_px.jpg" hash="827325f3c9d3ba531354230ccb67627c"/><file name="Logo_sofort_40_px.jpg" hash="5ea04c960f86e2d8c305a0d7a44bd481"/><file name="Logo_sofort_50_px.jpg" hash="f53d3f2e3bfe9fce6c8bc753db04e03f"/><file name="Logo_sofort_60_px.jpg" hash="bae169dcdc9c4b13a68c639eb173858a"/><file name="amex_40px.jpg" hash="6dc37da20756b28105adb1925a85a1d7"/><file name="amex_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name="amex_jcb_40px.jpg" hash="9cbd9babe028ba87012d19ac11ccc868"/><file name="jcb_40px.jpg" hash="15bec02c409ab690839b988d809ba438"/><file name="jcb_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name="visa_msc_40px.jpg" hash="6b4c9114e1377fc7eee488aa5810be65"/><file name="visa_msc_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name="visa_msc_amex_40px.jpg" hash="420bb2a8b31763ec2cc2f16a83f9fd0e"/><file name="visa_msc_amex_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name="visa_msc_amex_jcb_40px.jpg" hash="96fe1a2961ca8291a6992243ce7a21e5"/><file name="visa_msc_amex_jcb_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name="visa_msc_jcb_40px.jpg" hash="573d32ad0be8ce78ce606c4c14c5297b"/><file name="visa_msc_jcb_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></dir></dir></dir></dir></target></contents>
71
  <compatible/>
72
  <dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
73
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>GiroCheckout</name>
4
+ <version>4.0.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>German payment plugin that provides 7 payment methods.</summary>
10
+ <description>&lt;p&gt;&lt;strong&gt;GiroCheckout&lt;/strong&gt; is a simple, fast and secure solution for the integration of different payment methods in your online store (each payment method requires a separate contract, please contact Girosolution for more information):&lt;/p&gt;&#xD;
 
 
11
  &lt;ul&gt;&#xD;
12
  &lt;li&gt;giropay (Guaranteed online credit transfer for Germany) &#x2013; also in combination with the age verification service giropay-ID&lt;/li&gt;&#xD;
13
  &lt;li&gt;eps (Guaranteed online credit transfer for Austria)&lt;/li&gt;&#xD;
17
  &lt;li&gt;Paydirekt (Guaranteed online credit transfer for Germany)&lt;/li&gt;&#xD;
18
  &lt;li&gt;Sofort-&#xDC;berweisung (Online credit transfer for Germany)&lt;/li&gt;&#xD;
19
  &lt;/ul&gt;&#xD;
 
20
  &lt;p&gt;A simple integration, highest safety standards and a transparent fee model are characteristics of GiroCheckout.&lt;/p&gt;&#xD;
21
+ &lt;p&gt;Find out more about GiroCheckout on our web site: &lt;a href="https://www.girosolution.de/girocheckout/"&gt;https://www.girosolution.de/girocheckout/&lt;/a&gt;&lt;/p&gt;&#xD;
22
+ &lt;p&gt;&lt;strong&gt;Support via&lt;/strong&gt;&lt;/p&gt;&#xD;
 
 
23
  &lt;ul&gt;&#xD;
24
+ &lt;li&gt;&lt;strong&gt;E-Mail: &lt;/strong&gt;&lt;a href="mailto:support@girosolution.de"&gt;support@girosolution.de&lt;/a&gt;&lt;/li&gt;&#xD;
25
+ &lt;li&gt;&lt;strong&gt;Telephone: &lt;/strong&gt;+49 7554 97090-00&lt;/li&gt;&#xD;
26
  &lt;/ul&gt;&#xD;
27
+ &lt;hr /&gt;&#xD;
28
+ &lt;p&gt;&lt;strong&gt;GiroCheckout&lt;/strong&gt; ist eine einfache, schnelle und sichere Komplettl&#xF6;sung f&#xFC;r die Integration verschiedener Bezahlverfahren in Ihren Online-Shop (jede Zahlungsart erfordert einen Vertrag, bitte nehmen Sie mit der Girosolution Kontakt auf f&#xFC;r weitere Informationen):&lt;/p&gt;&#xD;
 
 
 
 
29
  &lt;ul&gt;&#xD;
30
  &lt;li&gt;giropay (Garantierte Online-&#xDC;berweisung f&#xFC;r Deutschland) - auch in Kombination mit der Altersverifikation giropay-ID&lt;/li&gt;&#xD;
31
  &lt;li&gt;eps (Garantierte Online-&#xDC;berweisungen in &#xD6;sterreich)&lt;/li&gt;&#xD;
35
  &lt;li&gt;Paydirekt (Garantierte Online-&#xDC;berweisung f&#xFC;r Deutschland)&lt;/li&gt;&#xD;
36
  &lt;li&gt;Sofort-&#xDC;berweisung (Online-&#xDC;berweisung f&#xFC;r Deutschland)&lt;/li&gt;&#xD;
37
  &lt;/ul&gt;&#xD;
 
38
  &lt;p&gt;Eine einfache Integration, h&#xF6;chste Sicherheitsstandards und ein transparentes Geb&#xFC;hrenmodell zeichnen GiroCheckout aus.&lt;/p&gt;&#xD;
39
+ &lt;p&gt;Erfahren Sie mehr zu GiroCheckout auf unserer Webseite: &lt;a href="https://www.girosolution.de/girocheckout/"&gt;https://www.girosolution.de/girocheckout/&lt;/a&gt;&lt;/p&gt;&#xD;
40
+ &lt;p&gt;&lt;strong&gt;Support per&lt;/strong&gt;&lt;/p&gt;&#xD;
 
 
41
  &lt;ul&gt;&#xD;
42
+ &lt;li&gt;&lt;strong&gt;E-Mail: &lt;/strong&gt;&lt;a href="mailto:support@girosolution.de"&gt;support@girosolution.de&lt;/a&gt;&lt;/li&gt;&#xD;
43
+ &lt;li&gt;&lt;strong&gt;Telefon: &lt;/strong&gt;+49 7554 97090-00&lt;/li&gt;&#xD;
44
+ &lt;/ul&gt;</description>
45
+ <notes>This version has the following changes compared to the previous 3.x versions:&#xD;
 
46
  - Added payment method giropay+giropay-ID&#xD;
47
  - Added payment method Paydirekt&#xD;
48
  - Added payment method Sofort &#xDC;berweisung&#xD;
49
  - Bank selection widget is now pure JS&#xD;
50
  - Enhanced logos for credit cards&#xD;
51
  - New eps logo&#xD;
52
+ - Minor corrections and enhancements</notes>
 
53
  <authors><author><name>Oliver Marx</name><user>girosolution</user><email>support@girosolution.de</email></author></authors>
54
+ <date>2016-07-26</date>
55
+ <time>15:14:26</time>
56
+ <contents><target name="magecommunity"><dir name="Girosolution"><dir name="Giroconnect"><dir name="Block"><dir name="Form"><file name="Creditcard.php" hash="da9f4268d3f73306fa2f5cec67de3dc9"/><file name="Directdebit.php" hash="d59b31a9942c4bd274875d76cf7dada9"/><file name="Eps.php" hash="a1affac46e4b74313656ceb7c58ad825"/><file name="Giropay.php" hash="5d57b4e42bb4078539082f6a7c8bdf43"/><file name="Ideal.php" hash="1dbf48d19f36fba70c6eeaa8859290a9"/><file name="Paydirekt.php" hash="e3674caa600ce3a4c15d791ea213413d"/><file name="Sofortuw.php" hash="fed0607b49d8edecf573ac2287579abb"/></dir></dir><dir name="Helper"><file name="AbstractPaymentProxy.php" hash="1c4f1bd341072b9bdddc7d77450f684c"/><file name="Creditcard.php" hash="f507043844aaf9b88fa72c0475b28855"/><file name="CreditcardPaymentProxy.php" hash="0655730ee36024816a213bf08ed4cde3"/><file name="Data.php" hash="1ca59ed42becc6b9e8cabd9f25167b9d"/><file name="Directdebit.php" hash="0d279e6d3b482c88734b8812ad8ac3b6"/><file name="DirectdebitPaymentProxy.php" hash="49f4603b1fbcd15a548565a748289f9e"/><file name="Eps.php" hash="fb68581068ab53996796d0703463d580"/><file name="EpsPaymentProxy.php" hash="ca2b731d082e4b932b1c471c6419db91"/><file name="Giropay.php" hash="71fc3d8d01372a3e5fc1a7ea53ee3b94"/><file name="GiropayPaymentProxy.php" hash="4ceb3a2320fb2fe128861d0e6218eaad"/><file name="Ideal.php" hash="27d8e79434fc7ba1d89c4f73a68b4128"/><file name="IdealPaymentProxy.php" hash="4745f2dd05aac5c7b284db1c9eaf4147"/><file name="Paydirekt.php" hash="ecbf9cd022c72c60485c2149ddecc88a"/><file name="PaydirektPaymentProxy.php" hash="3be6e33940b7cdaa9b1e3a170a164dcd"/><file name="Sofortuw.php" hash="21df61ae435de8a57b7ce3eef69b1901"/><file name="SofortuwPaymentProxy.php" hash="647d463b34fff6e8e6182249786d4866"/></dir><dir name="Model"><file name="Observer.php" hash="9bfd651c462cc4704be8dad2b0d7932a"/><dir name="Payment"><file name="Abstract.php" hash="bae4440864c63892d62e678748ee41d0"/><file name="Creditcard.php" hash="12e9474083f3ba3725ef0e42cc23756e"/><file name="Directdebit.php" hash="f8520809fcf0be702072a3fe8db6db76"/><file name="Eps.php" hash="c12b0ff1445c89fa350efd5b4c2d25ec"/><file name="Giropay.php" hash="b5620d92f7e54cafa89752ad15ddbeeb"/><file name="Ideal.php" hash="659f834b3e383dc86f593eb80f40fb24"/><file name="Paydirekt.php" hash="89eb8dc8bef8c6af6317722eff0ce3fd"/><file name="Sofortuw.php" hash="85ee90b85510fd655d15deda61557232"/></dir></dir><dir name="controllers"><file name="CreditcardController.php" hash="84c55a4341ddf2b3711cfdc29cce5360"/><file name="DirectdebitController.php" hash="c4f866223728cc8fe8e5d19f0d8ef42f"/><file name="EpsController.php" hash="9d446bef9326b0c541674b0a409abcfa"/><file name="GiropayController.php" hash="d130316307b7bb84c0ed3bdd33163b5d"/><file name="IdealController.php" hash="0a3bc6a2357c583105cc10c5febd7dcc"/><file name="PaydirektController.php" hash="f274c4fc0c3d509008f1ea1abf1452b9"/><file name="SofortuwController.php" hash="02014152e0bd84ca4d9c5c480a6cf959"/></dir><dir name="etc"><file name="config.xml" hash="b77aedee055778b0fabc2644367786be"/><file name="system.xml" hash="edb0ddf83f0549ede78ec516c71848c6"/></dir><file name=".DS_Store" hash="9567c71fb3193ad25155b1c371035ddf"/></dir><file name=".DS_Store" hash="e87a74c473c6142d7a1b90396140893f"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="giroconnect"><file name="giroconnectlayout.xml" hash="985e589aaa725053ae11bdc351a3c741"/></dir></dir><dir name="template"><dir name="giroconnect"><dir name="creditcard"><file name="form.phtml" hash="1e0e7f1420c85c636b3c65df5759d8aa"/></dir><dir name="directdebit"><file name="form.phtml" hash="2fb7c488b88e6006e77102f9e288ec6f"/></dir><dir name="eps"><file name="form.phtml" hash="776dbe124e12f6352eb5833715f6ad55"/></dir><dir name="giropay"><file name="form.phtml" hash="7a61bce9dfac3aec7293d21a4abad4d2"/></dir><dir name="ideal"><file name="form.phtml" hash="9d27c8d4eb588e560c3c21aea0622fa2"/></dir><dir name="paydirekt"><file name="form.phtml" hash="295e978704cdd2acc7c2dec1eeb2326f"/></dir><dir name="sofortuw"><file name="form.phtml" hash="edf34ca9f6f110ca9c46a6d95f2c0ad0"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Girosolution_Giroconnect.xml" hash="66789673756b5bf7a9900941aa5b31c8"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Girosolution_Giroconnect.csv" hash="bddff84f395dfbdeb8eef5dd615f7963"/></dir></target><target name="magelib"><dir name="GiroCheckout_SDK"><file name="GiroCheckout_SDK.php" hash="0d041b8f8c2966f91ac9ac00e15b2fe1"/><file name="GiroCheckout_SDK_Config.php" hash="ec6d3d3634253edaf350829f23bc9d50"/><file name="GiroCheckout_SDK_Notify.php" hash="d343b6c414ead1e587bdc18f02b05e71"/><file name="GiroCheckout_SDK_Request.php" hash="ce0c448680d3895dc64f95fa18ba02d1"/><file name="GiroCheckout_SDK_Request_Cart.php" hash="d3537fbe56d1c1097fcd525cb9023f3a"/><file name="GiroCheckout_SDK_Tools.php" hash="525192c9077a605bd102775b224d16e2"/><dir name="api"><file name="GiroCheckout_SDK_AbstractApi.php" hash="2f28657c4a7f72bac896edb629e2fce1"/><file name="GiroCheckout_SDK_InterfaceApi.php" hash="81a0c5acf0667c9107803bce72689d80"/><dir name="creditcard"><file name="GiroCheckout_SDK_CreditCardCapture.php" hash="a7119104372e411b64423cff81d08f93"/><file name="GiroCheckout_SDK_CreditCardGetPKN.php" hash="470d9e83f372f5a68af053d49f562c91"/><file name="GiroCheckout_SDK_CreditCardRecurringTransaction.php" hash="3c7f9284d5f8b4421cf316802e062a92"/><file name="GiroCheckout_SDK_CreditCardRefund.php" hash="67a8a1ad1b6357ebec6af520e1ffa3c9"/><file name="GiroCheckout_SDK_CreditCardTransaction.php" hash="cc7b06d6b7e3eac18f5eb4fec6cac4c3"/></dir><dir name="directdebit"><file name="GiroCheckout_SDK_DirectDebitCapture.php" hash="fc0ee8b52e54ff8aed2bba25296e815e"/><file name="GiroCheckout_SDK_DirectDebitGetPKN.php" hash="756d0ac041ffa3d6e94073cac4cf3476"/><file name="GiroCheckout_SDK_DirectDebitRefund.php" hash="365d1597a2bf88b33c83f0ee73da8339"/><file name="GiroCheckout_SDK_DirectDebitTransaction.php" hash="a071ecda028801d5a64af7bc2b0392e2"/><file name="GiroCheckout_SDK_DirectDebitTransactionWithPaymentPage.php" hash="0b20777f4eedcb0e5eec79ef838f8c35"/></dir><dir name="eps"><file name="GiroCheckout_SDK_EpsBankstatus.php" hash="3be0632510730e87408ca889092a44fb"/><file name="GiroCheckout_SDK_EpsIssuerList.php" hash="6ff1d3e0a30433de9271f74d5005b8ba"/><file name="GiroCheckout_SDK_EpsTransaction.php" hash="5eb6eb4c78ecd7977e6fb548ad8133ca"/></dir><dir name="girocode"><file name="GiroCheckout_SDK_GiroCodeCreateEpc.php" hash="28909cefe43707be1b0b2b689b54656d"/><file name="GiroCheckout_SDK_GiroCodeCreatePayment.php" hash="d0339f0a8a60c444ed508ee256593714"/><file name="GiroCheckout_SDK_GiroCodeGetEpc.php" hash="d40c97710371a22321bbcc99171a6f1b"/></dir><dir name="giropay"><file name="GiroCheckout_SDK_GiropayBankstatus.php" hash="40c2259e2adcd65ce810dd1af6482c45"/><file name="GiroCheckout_SDK_GiropayIDCheck.php" hash="64c4dd9d6ca3d83df6f0bc5b650548fd"/><file name="GiroCheckout_SDK_GiropayIssuerList.php" hash="7a5cbdac111badaf5c73d1fcd11ec01a"/><file name="GiroCheckout_SDK_GiropayTransaction.php" hash="06c12aa889d66cf7443d4729ee0dce76"/><file name="GiroCheckout_SDK_GiropayTransactionWithGiropayID.php" hash="337f20fd4cbcad9b75da5be744450644"/></dir><dir name="ideal"><file name="GiroCheckout_SDK_IdealIssuerList.php" hash="84f9c38cbbc37ad41820aff44aaf4fd1"/><file name="GiroCheckout_SDK_IdealPayment.php" hash="e1587535d9acb7ac93531863337b9da8"/><file name="GiroCheckout_SDK_IdealPaymentRefund.php" hash="9e398951aad773130171ea33ed686e2f"/></dir><dir name="paydirekt"><file name="GiroCheckout_SDK_PaydirektCapture.php" hash="40b721a3273d67e093f5769ce06e537f"/><file name="GiroCheckout_SDK_PaydirektRefund.php" hash="adf8441f59c1ee4e7f30302495d2f623"/><file name="GiroCheckout_SDK_PaydirektTransaction.php" hash="21849effd5c839692792cbf0eb1fb4cd"/></dir><dir name="paypal"><file name="GiroCheckout_SDK_PaypalTransaction.php" hash="76861442a2f0a2cbcc670ca6f681d214"/></dir><dir name="sofortuw"><file name="GiroCheckout_SDK_SofortUwTransaction.php" hash="a5464cad74340395267c7c367732a4c7"/></dir><dir name="tools"><file name="GiroCheckout_SDK_Tools_GetTransaction.php" hash="f49b8474feb469e526d8b7dbbe248117"/></dir></dir><file name="cacert.pem" hash="9f92a0d9f605e227ae068e605f4c86fa"/><dir name="helper"><file name="GiroCheckout_SDK_Curl_helper.php" hash="a96738188d1f3b35a7385d23acd138cd"/><file name="GiroCheckout_SDK_Debug_helper.php" hash="93782e71d487dd90f190ec69b203a627"/><file name="GiroCheckout_SDK_Exception_helper.php" hash="8b7e594f96d27d34094ca48cc987f924"/><file name="GiroCheckout_SDK_Hash_helper.php" hash="9e9662c33e526495cc815c4dbf7d64da"/><file name="GiroCheckout_SDK_ResponseCode_helper.php" hash="df9f0652970e02eaac62932035f99407"/><file name="GiroCheckout_SDK_TransactionType_helper.php" hash="cf4be96348522879677de4e59747fbd7"/></dir><dir name="log"><file name=".htaccess" hash="6f90e67e1aa0ea2a524430a1d554b7f9"/></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="giroconnect"><file name="Logo_EC_40_px.jpg" hash="aef230161c29ed7d3823f7f551060c65"/><file name="Logo_EC_50_px.jpg" hash="425c170e1df787dbf19de9dff2e56114"/><file name="Logo_EC_60_px.jpg" hash="f17b079d7e5602bf5b1f3e07606b448d"/><file name="Logo_VISA_MC_40_px.jpg" hash="91c95f1da4f0bac7d74f8b858e3a959d"/><file name="Logo_VISA_MC_50_px.jpg" hash="b8d75f4b45cace78e9f34e95f844f300"/><file name="Logo_VISA_MC_60_px.jpg" hash="6b0cd4e564bef980a895a60495456ee5"/><file name="Logo_eps_40_px.jpg" hash="854d254e82f992ae18e26deaac188a53"/><file name="Logo_eps_50_px.jpg" hash="b3b0e39121b5f6fe45a2289ede95f2bf"/><file name="Logo_eps_60_px.jpg" hash="e5a42417e574d75ed45cb967b5d0b452"/><file name="Logo_giropay_40_px.jpg" hash="e75ed3616e148349cdff5e4a0ee31ddb"/><file name="Logo_giropay_50_px.jpg" hash="da239a7c5dce1f8f386ae71a47558e27"/><file name="Logo_giropay_60_px.jpg" hash="b239a4381e33daf9a833360f7dc0e8ff"/><file name="Logo_iDeal_40_px.jpg" hash="383d2477aa82b0b12c0858fe58c59785"/><file name="Logo_iDeal_50_px.jpg" hash="b0a845c3b79ca362b48f6fdf58f38251"/><file name="Logo_iDeal_60_px.jpg" hash="afe3029494284474167506b7d293fdf3"/><file name="Logo_paydirekt_40_px.jpg" hash="ac540a86f7eea46a4d6ac63acb6bd697"/><file name="Logo_paydirekt_50_px.jpg" hash="4d6e01e86127c3e65d754d6bea634f87"/><file name="Logo_paydirekt_60_px.jpg" hash="827325f3c9d3ba531354230ccb67627c"/><file name="Logo_sofort_40_px.jpg" hash="5ea04c960f86e2d8c305a0d7a44bd481"/><file name="Logo_sofort_50_px.jpg" hash="f53d3f2e3bfe9fce6c8bc753db04e03f"/><file name="Logo_sofort_60_px.jpg" hash="bae169dcdc9c4b13a68c639eb173858a"/><file name="amex_40px.jpg" hash="6dc37da20756b28105adb1925a85a1d7"/><file name="amex_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name="amex_jcb_40px.jpg" hash="9cbd9babe028ba87012d19ac11ccc868"/><file name="jcb_40px.jpg" hash="15bec02c409ab690839b988d809ba438"/><file name="jcb_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name="visa_msc_40px.jpg" hash="6b4c9114e1377fc7eee488aa5810be65"/><file name="visa_msc_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name="visa_msc_amex_40px.jpg" hash="420bb2a8b31763ec2cc2f16a83f9fd0e"/><file name="visa_msc_amex_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name="visa_msc_amex_jcb_40px.jpg" hash="96fe1a2961ca8291a6992243ce7a21e5"/><file name="visa_msc_amex_jcb_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name="visa_msc_jcb_40px.jpg" hash="573d32ad0be8ce78ce606c4c14c5297b"/><file name="visa_msc_jcb_40px.png" hash="2d2a6f4ab9df1451c35483ac30cbe368"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></dir></dir></dir></dir></target></contents>
57
  <compatible/>
58
  <dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
59
  </package>