From 5732e5ce2e68503a19a15d955c6f0ced042881bc Mon Sep 17 00:00:00 2001 From: inpsyde-maticluznar Date: Tue, 24 Oct 2023 10:30:57 +0200 Subject: [PATCH] Remove payment method type capture const from PaymentService --- src/Payment/PaymentService.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Payment/PaymentService.php b/src/Payment/PaymentService.php index 59fc6875..cb9be0cd 100644 --- a/src/Payment/PaymentService.php +++ b/src/Payment/PaymentService.php @@ -25,8 +25,6 @@ class PaymentService public const PAYMENT_METHOD_TYPE_ORDER = 'order'; public const PAYMENT_METHOD_TYPE_PAYMENT = 'payment'; - public const PAYMENT_METHOD_TYPE_CAPTURE = 'capture'; - /** * @var MolliePaymentGatewayI */