✨ feat(subscribe): Add subscribe_discount type
This commit is contained in:
@@ -146,10 +146,7 @@ export default function Page() {
|
||||
<SubscribeBilling
|
||||
order={{
|
||||
...data,
|
||||
coupon_discount: data?.coupon_discount,
|
||||
quantity: data?.quantity,
|
||||
unit_price: data?.subscribe?.unit_price,
|
||||
type: data?.type,
|
||||
}}
|
||||
/>
|
||||
</CardContent>
|
||||
|
||||
Vendored
+1
@@ -244,6 +244,7 @@ declare namespace API {
|
||||
coupon: string;
|
||||
coupon_discount: number;
|
||||
fee_amount: number;
|
||||
subscribe_discount: number;
|
||||
discount_list: SubscribeDiscountInfo[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user