Skip to content

Commit 64de43b

Browse files
Do not require PaymentGatewayTransactionService to implement failure count
1 parent c4c207d commit 64de43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/broadleafcommerce/common/payment/service/PaymentGatewayTransactionService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
*
5050
* @author Elbert Bautista (elbertbautista)
5151
*/
52-
public interface PaymentGatewayTransactionService extends FailureCountExposable {
52+
public interface PaymentGatewayTransactionService {
5353

5454
public PaymentResponseDTO authorize(PaymentRequestDTO paymentRequestDTO) throws PaymentException;
5555

0 commit comments

Comments
 (0)