implment send amount gift api

This commit is contained in:
2026-01-15 07:22:48 +03:00
parent 68a12a4796
commit ab5867b0cb
4 changed files with 106 additions and 4 deletions

View File

@@ -110,4 +110,5 @@ export const PAYMENT_CONFIRMATION_URL = `https://menu.fascano.com/payment/confir
export const DISCOUNT_URL = `${BASE_URL}getDiscount`;
export const EGIFT_CARDS_URL = `${BASE_URL}gift/cards`;
export const REDEEM_DETAILS_URL = `${BASE_URL}gift/getGiftOrderByVoucherCode`;
export const LOYALTY_HISTORY_URL = `${BASE_URL}loyaltyHistory`;
export const LOYALTY_HISTORY_URL = `${BASE_URL}loyaltyHistory`;
export const CREATE_GIFT_AMOUNT_URL = `${BASE_URL}gift/addGiftAmount`;