Skip to content

Commit

Permalink
Remove payment method type capture const from PaymentService
Browse files Browse the repository at this point in the history
  • Loading branch information
inpsyde-maticluznar committed Oct 24, 2023
1 parent c2077b4 commit 5732e5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Payment/PaymentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 5732e5c

Please sign in to comment.