@shailendrak907 There isn’t such a thing event.phone .
Either use const phone = event.buyerInfo.phone OR
const phone = event.billingInfo.phone .
Also I don’t know how you built your sendSMS function. There might be some problem there too.
@shailendrak907 There isn’t such a thing event.phone .
Either use const phone = event.buyerInfo.phone OR
const phone = event.billingInfo.phone .
Also I don’t know how you built your sendSMS function. There might be some problem there too.