Showing
1 changed file
with
1 additions
and
1 deletions
@@ -88,7 +88,7 @@ class PayreturnController extends WebAction | @@ -88,7 +88,7 @@ class PayreturnController extends WebAction | ||
88 | */ | 88 | */ |
89 | private function getParseResponse($Parameters, $payment) | 89 | private function getParseResponse($Parameters, $payment) |
90 | { | 90 | { |
91 | - $payment = PayModel::getPaymentById($payment); | 91 | + $payment = PaymentModel::getPaymentById($payment); |
92 | $payService = PayFactory::factory($payment); | 92 | $payService = PayFactory::factory($payment); |
93 | $res = $payService->parseResponse($Parameters); | 93 | $res = $payService->parseResponse($Parameters); |
94 | 94 |
-
Please register or login to post a comment