mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 06:14:31 -04:00
fixes for tests
This commit is contained in:
parent
6561602fef
commit
a74d60a5ee
@ -170,8 +170,7 @@ class BasePaymentDriver
|
|||||||
} else {
|
} else {
|
||||||
// payment failed: display message to customer
|
// payment failed: display message to customer
|
||||||
echo $response->getMessage();
|
echo $response->getMessage();
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$this->purchaseResponse = (array)$response->getData();*/
|
$this->purchaseResponse = (array)$response->getData();*/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user