Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR to integrate Paymill #1831

Closed
wants to merge 1 commit into from
Closed

Conversation

henobi
Copy link

@henobi henobi commented Jul 28, 2017

Hi,
this PR adds a basic integration of Paymill into the isotope shop system.
It is still work-in-progress as there are some details missing. Apart from that payments should work fine.

@henobi
Copy link
Author

henobi commented Jul 28, 2017

Here are all the required translation fields. I post it here because I don't have a transifex account.

//payment_paymill.php
$GLOBALS['TL_LANG']['payment_paymill']['translation_details'] = 'Paymill Transaktion: Zahlungsdetails';
$GLOBALS['TL_LANG']['payment_paymill']['order_id'] = 'Bestellungs-ID';
$GLOBALS['TL_LANG']['payment_paymill']['paymill_code'] = 'Paymill Code';
$GLOBALS['TL_LANG']['payment_paymill']['paymill_status'] = 'Paymill Status';
$GLOBALS['TL_LANG']['payment_paymill']['paymill_id'] = 'Paymill ID';


//tl_iso_payment.php
$GLOBALS['TL_LANG']['tl_iso_payment']['paymill_legend'] = 'Paymill-Einstellungen';
$GLOBALS['TL_LANG']['tl_iso_payment']['paymill_public_key'] = [
    'Öffentlicher Schlüssel',
    'Geben Sie hier den öffentlichen Schlüssel (public key) für Ihren Paymill Account ein.'
];
$GLOBALS['TL_LANG']['tl_iso_payment']['paymill_private_key'] = [
    'Privater Schlüssel',
    'Geben Sie hier den privaten Schlüssel (public key) für Ihren Paymill Account ein.'
];

@aschempp
Copy link
Member

Unfortunately, we cannot require a Composer dependency in Isotope, because that dependency would not be available in the extension repository. Would it be possible to implement the API without the Paymill dependency? Otherwise this would need to be an extension :-(

@aschempp
Copy link
Member

I'm closing this as it seems stalled. Feel free to reopen if we want to continue.

@aschempp aschempp closed this Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants