从Stripe退款后,修改订单状态,添加退款记录
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user