示例#1
0
<?php

include path('bundle') . "laravel-payex/payex/payex.php";
if (file_exists(path('app') . "/config/payex.php")) {
    PayEx::setConfigFile(path('app') . "/config/payex.php");
} else {
    PayEx::setConfigFile(path('bundle') . "laravel-payex/config/payex.php");
}
示例#2
0
 static function TwoPhaseTransaction()
 {
     $params = self::initialization();
     self::$result = self::initialize7($params);
     self::$status = self::checkStatus(self::$result);
 }