8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6876641 commit d274e46Copy full SHA for d274e46
src/Omnipay/Ecopayz/Message/AbstractRequest.php
@@ -16,14 +16,14 @@ abstract class AbstractRequest extends \Omnipay\Common\Message\AbstractRequest
16
*
17
* @var string URL
18
*/
19
- protected $testEndpoint = 'https://secure.test.ecopayz.com/services/MerchantAPI/MerchantAPIService.asmx';
+ protected $testEndpoint = 'https://merchantapi.test.payz.com/MerchantAPIService.asmx';
20
21
/**
22
* Live Endpoint URL
23
24
25
26
- protected $liveEndpoint = 'https://secure.ecopayz.com/services/MerchantAPI/MerchantAPIService.asmx';
+ protected $liveEndpoint = 'https://merchantapi.payz.com/MerchantAPIService.asmx';
27
28
29
* Get the Merchant ID
0 commit comments