fixes for tests

This commit is contained in:
David Bomba 2019-09-10 20:30:55 +10:00
parent 6561602fef
commit a74d60a5ee

View File

@ -170,8 +170,7 @@ class BasePaymentDriver
} else {
// payment failed: display message to customer
echo $response->getMessage();
}
/*
$this->purchaseResponse = (array)$response->getData();*/
}