@@ -503,6 +503,9 @@ |
||
| 503 | 503 | abstract class ECPay_Aio |
| 504 | 504 | { |
| 505 | 505 | |
| 506 | + /** |
|
| 507 | + * @param string $ServiceURL |
|
| 508 | + */ |
|
| 506 | 509 | protected static function ServerPost($parameters ,$ServiceURL) { |
| 507 | 510 | $ch = curl_init(); |
| 508 | 511 | |