| Revision 18699,
492 bytes
checked in by nanasess, 16 years ago
(diff) |
|
Copyright の更新(#601)
|
-
Property svn:keywords set to
Id
-
Property svn:mime-type set to
text/x-httpd-php; charset=UTF-8
|
| Line | |
|---|
| 1 | <?php
|
|---|
| 2 |
|
|---|
| 3 | require_once("../../require.php");
|
|---|
| 4 | require_once(DATA_PATH . "module/Request.php");
|
|---|
| 5 |
|
|---|
| 6 | //$order_url = "http://test.ec-cube.net/ec-cube/load_module.php?module_id=4";
|
|---|
| 7 | $order_url = "http://beta.ec-cube.net/test/kakinaka/epsilon_check.php";
|
|---|
| 8 |
|
|---|
| 9 | $arrData = array(
|
|---|
| 10 | 'order_number' => '1',
|
|---|
| 11 | 'trans_code' => '1',
|
|---|
| 12 | 'paid' => 1
|
|---|
| 13 | );
|
|---|
| 14 |
|
|---|
| 15 | // POSTデータを送信し、応答情報を取得する
|
|---|
| 16 | $response = sfSendPostData($order_url, $arrData, array(200));
|
|---|
| 17 |
|
|---|
| 18 | sfprintr($_SERVER);
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.