/home/desid573/public_html/angel/payment/pdd/app/Controller/Component
Edit: /home/desid573/public_html/angel/payment/pdd/app/Controller/Component/TwilioComponent.php (1108B)
account->messages->sendMessage(
// Step 6: Change the 'From' number below to be a valid Twilio number
// that you've purchased, or the (deprecated) Sandbox number
"+61476856101",
// the number we are sending to - Any phone number
$contact_no,
// the sms body
$message
);
return $sms;
// Display a confirmation message on the screen
}
}