🐛 fix(api): Server and order

This commit is contained in:
web@ppanel
2024-11-26 14:58:23 +07:00
parent 229d36bfec
commit 255bd8219c
17 changed files with 49 additions and 34 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ export default function Page() {
<SubscribeBilling
order={{
...data,
coupon: data?.reduction,
coupon_discount: data?.coupon_discount,
quantity: data?.quantity,
unit_price: data?.subscribe?.unit_price,
type: data?.type,