|
@@ -96,6 +96,7 @@ class BasicWePay
|
|
|
public function getNotify()
|
|
|
{
|
|
|
$data = ['aa'=>1];
|
|
|
+ echo 2222;die;
|
|
|
file_put_contents('pay1.txt',json_encode($data));
|
|
|
$data = Tools::xml2arr(file_get_contents('php://input'));
|
|
|
file_put_contents('pay.txt',json_encode($data));
|