Skip to content

Commit

Permalink
Removed Giropay.
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardCardGate committed Aug 1, 2024
1 parent e6cd540 commit af6e7c3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 167 deletions.
86 changes: 0 additions & 86 deletions install_cardgateplus/files/payments/cc_cgp_giropay.tpl

This file was deleted.

2 changes: 1 addition & 1 deletion install_cardgateplus/includes/configuration.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// Version information
define('CARDGATEPLUS_PLUGIN_VERSION', "1.0.20");
define('CARDGATEPLUS_PLUGIN_VERSION', "1.0.21");
define('XCART_COMPATIBILITY',"X-Cart GOLD & PRO<br/>version 4.4.0 - 4.7.+");

// Default skin directory
Expand Down
4 changes: 0 additions & 4 deletions install_cardgateplus/includes/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"../payment/cc_cgp_directdebit.php",
"../payment/cc_cgp_directebanking.php",
"../payment/cc_cgp_giftcard.php",
"../payment/cc_cgp_giropay.php",
"../payment/cc_cgp_ideal.php",
"../payment/cc_cgp_idealqr.php",
"../payment/cc_cgp_klarna.php",
Expand Down Expand Up @@ -51,7 +50,6 @@
$db_payment_templates['directdebit'] = 'offline.tpl';
$db_payment_templates['directebanking'] = 'offline.tpl';
$db_payment_templates['giftcard'] = 'offline.tpl';
$db_payment_templates['giropay'] = 'offline.tpl';
$db_payment_templates['ideal'] = 'cgp_ideal.tpl';
$db_payment_templates['idealqr'] = 'offline.tpl';
$db_payment_templates['klarna'] = 'offline.tpl';
Expand All @@ -73,7 +71,6 @@
$payment_names['directdebit'] = 'Direct Debit';
$payment_names['directebanking'] = 'DIRECTebanking';
$payment_names['giftcard'] = 'Gift Card';
$payment_names['giropay'] = 'Giropay';
$payment_names['ideal'] = 'iDEAL';
$payment_names['idealqr'] = 'iDEAL QR';
$payment_names['klarna'] = 'Klarna';
Expand All @@ -94,7 +91,6 @@
$payment_templates['directdebit'] = 'cgp_directdebit.tpl';
$payment_templates['directebanking'] = 'cgp_directebanking.tpl';
$payment_templates['giftcard'] = 'cgp_giftcard.tpl';
$payment_templates['giropay'] = 'cgp_giropay.tpl';
$payment_templates['ideal'] = 'cgp_ideal.tpl';
$payment_templates['idealqr'] = 'cgp_idealqr.tpl';
$payment_templates['klarna'] = 'cgp_klarna.tpl';
Expand Down
76 changes: 0 additions & 76 deletions payment/cc_cgp_giropay.php

This file was deleted.

0 comments on commit af6e7c3

Please sign in to comment.