Skip to content
edwardyi edited this page Oct 2, 2018 · 6 revisions

Personal Work

Vue Js購車

OPay API

Usage

    $payArray = array(
            'email' => '[email protected]',
            'amt' =>  $amt,
            'itemDesc' => $itemDesc
          );
    $mpgPayFormBuilder = new MpgPayFormBuilder($payArray);