Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel gigapay resend payout notification

use MazimezGigapayPayout;

$payout = Payout::findById('89f9cfbe-f1ec-4d17-a895-21cdb584eb4d'); //getting payout by it's id
$payout->resend(); //resend mail to the employee
 
PREVIOUS NEXT
Tagged: #laravel #gigapay #resend #payout #notification
ADD COMMENT
Topic
Name
5+6 =