Affiliate 允许为不同的用户设置不同的affiliate
Stripe 添加优惠券删除接口;限制优惠券只能在订阅时使用
This commit is contained in:
@@ -70,4 +70,6 @@ public interface StripeService {
|
||||
String retrievePromotionCode(String promotionCode);
|
||||
|
||||
IPage<ProductCoupons> getAllCoupons(QueryCouponsPageDTO queryCouponsPageDTO);
|
||||
|
||||
void deleteCoupon(Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user