From 39472af5d97b9c2c0361f5c22feeb1a5e4c03fac Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 8 Aug 2016 16:57:15 +0200 Subject: [PATCH] Removed obsolete class SofortUeberweisungPaymentMethod --- com.woltlab.wcf/objectType.xml | 6 ---- .../SofortUeberweisungPaymentMethod.class.php | 28 ------------------- 2 files changed, 34 deletions(-) delete mode 100644 wcfsetup/install/files/lib/system/payment/method/SofortUeberweisungPaymentMethod.class.php diff --git a/com.woltlab.wcf/objectType.xml b/com.woltlab.wcf/objectType.xml index ac703d263e..7e8e7d8253 100644 --- a/com.woltlab.wcf/objectType.xml +++ b/com.woltlab.wcf/objectType.xml @@ -778,12 +778,6 @@ wcf\system\payment\method\PaypalPaymentMethod - - com.woltlab.wcf.payment.type.paidSubscription com.woltlab.wcf.payment.type diff --git a/wcfsetup/install/files/lib/system/payment/method/SofortUeberweisungPaymentMethod.class.php b/wcfsetup/install/files/lib/system/payment/method/SofortUeberweisungPaymentMethod.class.php deleted file mode 100644 index 0ed60e23ec..0000000000 --- a/wcfsetup/install/files/lib/system/payment/method/SofortUeberweisungPaymentMethod.class.php +++ /dev/null @@ -1,28 +0,0 @@ - - * @package WoltLabSuite\Core\System\Payment\Method - */ -class SofortUeberweisungPaymentMethod extends AbstractPaymentMethod { - /** - * @inheritDoc - */ - public function getSupportedCurrencies() { - return [ - 'EUR' // Euro - ]; - } - - /** - * @inheritDoc - */ - public function getPurchaseButton($cost, $currency, $name, $token, $returnURL, $cancelReturnURL, $isRecurring = false, $subscriptionLength = 0, $subscriptionLengthUnit = '') { - // @todo - } -} -- 2.20.1