This commit is contained in:
everythingonblack
2025-05-05 18:42:04 +07:00
parent 70433dc6c6
commit f674b275b1
7 changed files with 51 additions and 52 deletions

View File

@@ -244,6 +244,7 @@ function CafePage({
queue={queue}
setModal={setModal}
/>
<div></div>
<ItemTypeLister
user={user}
shopOwnerId={shopOwnerId}

View File

@@ -46,7 +46,7 @@ const CreateCouponPage = () => {
let encodedCouponCode = encodeURIComponent(encryptedCouponCode);
// Construct the URL with the encoded coupon code as a query parameter
const urlWithCoupon = `https://coupon.kedaimaster.com/coupon?c=${encodedCouponCode}`;
const urlWithCoupon = `https://test.coupon.kedaimaster.com/coupon?c=${encodedCouponCode}`;
// Optionally, set the URL to use with the coupon
setCouponUrl(urlWithCoupon);