static function set_pxpay_account($pxPay_Userid, $pxPay_Key)
 {
     self::$pxPay_Userid = $pxPay_Userid;
     self::$pxPay_Key = $pxPay_Key;
 }