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

New payment method: OnlineÜberweisen. #15

Merged
merged 2 commits into from
Oct 29, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
New payment method: OnlineÜberweisen.
  • Loading branch information
RichardCardGate committed Oct 29, 2019
commit 253e4f1acdfdcc23edb9014710089aa9ba27b442
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
!app/payments/cardgateideal.php
!app/payments/cardgateidealqr.php
!app/payments/cardgateklarna.php
!app/payments/cardgateonlineueberweisen.php
!app/payments/cardgatepaypal.php
!app/payments/cardgatepaysafecard.php
!app/payments/cardgatepaysafecash.php
!app/payments/cardgateprzelewy24.php
!app/payments/cardgatesofortbanking.php
!app/payments/cardgatesofortpay.php
!design/backend/templates/views/dorders/components/payments/cardgate_ideal.tpl
!design/backend/templates/views/orders/components/payments/cardgate_ideal.tpl
!design/backend/templates/views/payments/components/cc_processors/cardgateafterpay.tpl
!design/backend/templates/views/payments/components/cc_processors/cardgatebancontact.tpl
!design/backend/templates/views/payments/components/cc_processors/cardgatebanktransfer.tpl
Expand All @@ -37,6 +38,7 @@
!design/backend/templates/views/payments/components/cc_processors/cardgateideal.tpl
!design/backend/templates/views/payments/components/cc_processors/cardgateidealqr.tpl
!design/backend/templates/views/payments/components/cc_processors/cardgateklarna.tpl
!design/backend/templates/views/payments/components/cc_processors/cardgateonlineueberweisen.tpl
!design/backend/templates/views/payments/components/cc_processors/cardgatepaypal.tpl
!design/backend/templates/views/payments/components/cc_processors/cardgatepaysafecard.tpl
!design/backend/templates/views/payments/components/cc_processors/cardgatepaysafecash.tpl
Expand Down
2 changes: 1 addition & 1 deletion app/payments/cardgate/cardgate.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Cardgate
// version
const pluginName = 'cs_cart';

const pluginVersion = '4.4.10';
const pluginVersion = '4.4.11';

public function __construct($merchantid, $merchantkey, $shopid)
{
Expand Down
7 changes: 7 additions & 0 deletions app/payments/cardgateonlineueberweisen.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
$paymentcode = 'onlineueberweisen';
$filename = 'cardgateonlineueberweisen';
$redirect = true;

include_once 'cardgate/base.php';
?>
1 change: 1 addition & 0 deletions cardgate_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'iDEALQR' => 'idealqr',
'Klarna' => 'klarna',
'PayPal' => 'paypal',
'OnlineÜberweisen' => 'onlineueberweisen',
'Paysafecard' => 'paysafecard',
'Paysafecash' => 'paysafecash',
'Przelewy24' => 'przelewy24',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>De instellingen van de CardGate Generic betaalmodule gelden voor deze betaalmethode.</p>
Binary file added images/cardgate/onlineueberweisen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.