-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from mollie/2.3-8.4.0
master -- Add support for Mollie API v2, add DE & ES language support and add EPS and Giropay payment methods
- Loading branch information
Showing
105 changed files
with
1,777 additions
and
773 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
require_once(dirname(__FILE__) . "/mollie/base.php"); | ||
|
||
class ControllerExtensionPaymentMolliebancontact extends ControllerExtensionPaymentMollieBase | ||
{ | ||
const MODULE_NAME = MollieHelper::MODULE_NAME_BANCONTACT; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
<?php | ||
/** | ||
* Copyright (c) 2012-2015, Mollie B.V. | ||
* All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions are met: | ||
* | ||
* - Redistributions of source code must retain the above copyright notice, | ||
* this list of conditions and the following disclaimer. | ||
* - Redistributions in binary form must reproduce the above copyright | ||
* notice, this list of conditions and the following disclaimer in the | ||
* documentation and/or other materials provided with the distribution. | ||
* | ||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY | ||
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
* DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY | ||
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH | ||
* DAMAGE. | ||
* | ||
* @package Mollie | ||
* @license Berkeley Software Distribution License (BSD-License 2) http://www.opensource.org/licenses/bsd-license.php | ||
* @author Mollie B.V. <[email protected]> | ||
* @copyright Mollie B.V. | ||
* @link https://www.mollie.com | ||
*/ | ||
|
||
// These are called automatically by the Payment modules list - do not change the names | ||
$method_list_logo = '<a href="https://www.mollie.com" target="_blank"><img src="https://www.mollie.com/images/logo.png" alt="Mollie" title="Mollie" style="border:0px" /></a>'; | ||
$_['text_mollie_banktransfer'] = $method_list_logo; | ||
$_['text_mollie_belfius'] = $method_list_logo; | ||
$_['text_mollie_bitcoin'] = $method_list_logo; | ||
$_['text_mollie_creditcard'] = $method_list_logo; | ||
$_['text_mollie_directdebit'] = $method_list_logo; | ||
$_['text_mollie_ideal'] = $method_list_logo; | ||
$_['text_mollie_kbc'] = $method_list_logo; | ||
$_['text_mollie_mistercash'] = $method_list_logo; | ||
$_['text_mollie_paypal'] = $method_list_logo; | ||
$_['text_mollie_paysafecard'] = $method_list_logo; | ||
$_['text_mollie_sofort'] = $method_list_logo; | ||
$_['text_mollie_giftcard'] = $method_list_logo; | ||
$_['text_mollie_inghomepay'] = $method_list_logo; | ||
$_['text_mollie_eps'] = $method_list_logo; | ||
$_['text_mollie_giropay'] = $method_list_logo; | ||
|
||
// Heading | ||
$_['heading_title'] = "Mollie"; | ||
$_['title_global_options'] = "Einstellungen"; | ||
$_['title_payment_status'] = "Bezahlungs-Status"; | ||
$_['title_mod_about'] = "Über dieses Modul"; | ||
$_['footer_text'] = "Zahlungsdienste"; | ||
|
||
// Module names | ||
$_['name_mollie_banktransfer'] = "Übertragung"; | ||
$_['name_mollie_belfius'] = "Belfius Direct Net"; | ||
$_['name_mollie_bitcoin'] = "Bitcoin"; | ||
$_['name_mollie_creditcard'] = "Creditcard"; | ||
$_['name_mollie_directdebit'] = "Einmaliges Inkasso"; | ||
$_['name_mollie_ideal'] = "iDEAL"; | ||
$_['name_mollie_kbc'] = "KBC/CBC-Betaalknop"; | ||
$_['name_mollie_mistercash'] = "Bancontact/MisterCash"; | ||
$_['name_mollie_paypal'] = "PayPal"; | ||
$_['name_mollie_paysafecard'] = "paysafecard"; | ||
$_['name_mollie_sofort'] = "SOFORT Banking"; | ||
$_['name_mollie_giftcard'] = 'Giftcard'; | ||
$_['name_mollie_inghomepay'] = 'ING Home\'Pay'; | ||
$_['name_mollie_eps'] = 'EPS'; | ||
$_['name_mollie_giropay'] = 'Giropay'; | ||
|
||
// Text | ||
$_['text_edit'] = "Mollie bearbeiten"; | ||
$_['text_payment'] = "Bezahlung"; | ||
$_['text_success'] = "Erfolg: Die Einstellungen für dieses Modul wurden angepasst!"; | ||
$_['text_missing_api_key'] = "Geben Sie den API Key ein."; | ||
$_['text_activate_payment_method'] = 'Aktivieren Sie diese Zahlungsart über das <a href="https://www.mollie.com/beheer/account/profielen/" target="_blank">Mollie Dashboard</a>.'; | ||
$_['text_no_status_id'] = "- Status nicht ändern (nicht empfohlen) -"; | ||
|
||
// Entry | ||
$_['entry_payment_method'] = "Zahlungsart"; | ||
$_['entry_activate'] = "Aktivieren"; | ||
$_['entry_sort_order'] = "Sortierreihenfolge"; | ||
$_['entry_api_key'] = "API Key"; | ||
$_['entry_description'] = "Beschreibung"; | ||
$_['entry_show_icons'] = "Icons anzeigen"; | ||
$_['entry_show_order_canceled_page'] = "Meldung bei annullierten Bezahlungen anzeigen"; | ||
$_['entry_geo_zone'] = "Geo Zone"; | ||
|
||
// Help | ||
$_['help_view_profile'] = 'Sie können Ihren API Key auf <a href="https://www.mollie.com/beheer/account/profielen/" target="_blank" class="alert-link">Ihren Mollie-Webseiten-Profilen finden</a>.'; | ||
$_['help_status'] = "Das Modul aktivieren"; | ||
$_['help_api_key'] = "Geben Sie hier den <code>api_key</code> des Webseiten-Profils ein, das Sie verwenden wollen. Der API Key beginnt mit <code>test_</code> oder <code>live_</code>."; | ||
$_['help_description'] = "Die Beschreibung soll auf der Banküberweisung Ihres Kunden erscheinen und Sie können sie in der Mollie Verwaltung sehen. Sie können maximal 29 Zeichen verwenden. TIPP: Verwenden Sie %, dies wird durch die Auftragsnummer ersetzt werden. Die Auftragsnummer selbst kann auch mehrere Zeichen lang sein!"; | ||
$_['help_show_icons'] = "Icons neben den Zahlungsarten von Mollie auf der Zahlungsseite anzeigen."; | ||
$_['help_show_order_canceled_page'] = "Eine Meldung für den Kunden anzeigen, wenn eine Zahlung annulliert wurde, bevor der Kunde zurück zum Warenkorb verwiesen wird."; | ||
|
||
// Info | ||
$_['entry_module'] = "Module"; | ||
$_['entry_mod_status'] = "Modulestatus"; | ||
$_['entry_comm_status'] = "Kommunikationsstatus"; | ||
$_['entry_support'] = "Support"; | ||
|
||
$_['entry_version'] = '<a href="https://github.com/mollie/OpenCart/releases" target="_blank">Mollie Opencart</a>'; | ||
|
||
// Error | ||
$_['error_permission'] = "Warnung: Sie haben keine Berechtigung, das Modul zu bearbeiten."; | ||
$_['error_api_key'] = "Mollie API Key ist verpflichtend!"; | ||
$_['error_api_key_invalid'] = "Ungültiger Mollie API Key!"; | ||
$_['error_description'] = "Die Beschreibung ist obligatorisch!"; | ||
$_['error_file_missing'] = "Die Datei existiert nicht"; | ||
|
||
// Status | ||
$_['entry_pending_status'] = "Status Zahlung erstellt"; | ||
$_['entry_failed_status'] = "Status Zahlung fehlgeschlagen"; | ||
$_['entry_canceled_status'] = "Status Zahlung annulliert"; | ||
$_['entry_expired_status'] = "Status Zahlung verstrichen"; | ||
$_['entry_processing_status']= "Status Zahlung erfolgreich"; |
4 changes: 4 additions & 0 deletions
4
admin/language/de-de/extension/payment/mollie_banktransfer.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_banktransfer']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_belfius']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_bitcoin']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_creditcard']; |
4 changes: 4 additions & 0 deletions
4
admin/language/de-de/extension/payment/mollie_directdebit.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_directdebit']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
$_['heading_title'] .= " – " . $_['name_mollie_eps']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_giftcard']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
$_['heading_title'] .= " – " . $_['name_mollie_giropay']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_ideal']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_inghomepay']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_kbc']; |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_paypal']; |
4 changes: 4 additions & 0 deletions
4
admin/language/de-de/extension/payment/mollie_paysafecard.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_paysafecard']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_sofort']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_bancontact']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_bancontact']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
admin/language/english/extension/payment/mollie_bancontact.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
require(dirname(__FILE__) . "/mollie.php"); | ||
|
||
$_['heading_title'] .= " – " . $_['name_mollie_bancontact']; |
Oops, something went wrong.