mother fullname optional

This commit is contained in:
unknown
2025-06-03 11:03:43 +07:00
parent 7a89e2a173
commit c5f2da8ee0
2 changed files with 5 additions and 5 deletions

View File

@ -244,7 +244,7 @@ const PaymentCard = ({ barcode, agent_name, customerId, token_legacy, setToken_l
const updateTokenLegacy = async () => {
try {
if (!token_legacy) toast.warning(`Token Legacy can not be empty`);
if (!token_legacy) return toast.warning(`Token Legacy can not be empty`);
await axios.post(`${BASE_URL}/token/insert-token-legacy`, {
customerid: customerId,
token_legacy