Commit 72c1cae0 authored by Alessio Zampatti's avatar Alessio Zampatti Committed by attilak

handle Received result in Checkout validator

parent 34538e46
......@@ -80,6 +80,9 @@ class CheckoutResponseValidator extends AbstractValidator
}
}
$payment->setAdditionalInformation('pspReference', $response['pspReference']);
break;
case "Received":
$payment->setAdditionalInformation('pspReference', $response['pspReference']);
break;
case "PresentToShopper":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment