...
|
...
|
@@ -88,7 +88,7 @@ class PayreturnController extends WebAction |
|
|
*/
|
|
|
private function getParseResponse($Parameters, $payment)
|
|
|
{
|
|
|
$payment = PayModel::getPaymentById($payment);
|
|
|
$payment = PaymentModel::getPaymentById($payment);
|
|
|
$payService = PayFactory::factory($payment);
|
|
|
$res = $payService->parseResponse($Parameters);
|
|
|
|
...
|
...
|
|