从Stripe退款后,修改订单状态,添加退款记录

This commit is contained in:
2025-04-25 10:06:07 +08:00
parent 58bd986090
commit a2d259aea1
7 changed files with 127 additions and 4 deletions

View File

@@ -34,4 +34,6 @@ public interface PaymentInfoService extends IService<PaymentInfo> {
PageBaseResponse<OrderListVO> getPaymentInfo(QueryPageByTimeDTO queryPageByTimeDTO);
List<PaymentInfo> getPaymentInfoByPromCode(Long accountId, String promCode);
PaymentInfo updatePaymentRefundStatus(Charge charge);
}