Fixed bugs + testing
This commit is contained in:
@ -4,7 +4,7 @@ namespace Omnipay\Inforbank\Message;
|
||||
|
||||
class PurchaseRequest extends AbstractRequest
|
||||
{
|
||||
protected $endpoint = "https://inforbank.nl/api/transactionRequest";
|
||||
protected $endpoint = "http://localhost:8080/api/transactionRequest";
|
||||
|
||||
protected function generateSignature()
|
||||
{
|
||||
|
Reference in New Issue
Block a user