Skip to content

Commit

Permalink
Delete mdStatus field from ReportingPaymentResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
onurpolattimur committed Jun 13, 2024
1 parent 8a6ec9d commit d144ac4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class ReportingPaymentResponse extends BasePaymentResponse {
private BigDecimal refundablePrice;
private PaymentRefundStatus refundStatus;
private String cardIssuerBankName;
private Integer mdStatus;
private MemberResponse buyerMember;
private List<ReportingPaymentRefundResponse> refunds;
}

0 comments on commit d144ac4

Please sign in to comment.