-
Notifications
You must be signed in to change notification settings - Fork 0
Home
edwardyi edited this page Oct 2, 2018
·
6 revisions
Usage
$payArray = array(
'email' => '[email protected]',
'amt' => $amt,
'itemDesc' => $itemDesc
);
$mpgPayFormBuilder = new MpgPayFormBuilder($payArray);