8000 updated ecopayz endpoints · dercoder/omnipay-ecopayz@d274e46 · GitHub
[go: up one dir, main page]

Skip to content

Commit d274e46

Browse files
committed
updated ecopayz endpoints
1 parent 6876641 commit d274e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Omnipay/Ecopayz/Message/AbstractRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ abstract class AbstractRequest extends \Omnipay\Common\Message\AbstractRequest
1616
*
1717
* @var string URL
1818
*/
19-
protected $testEndpoint = 'https://secure.test.ecopayz.com/services/MerchantAPI/MerchantAPIService.asmx';
19+
protected $testEndpoint = 'https://merchantapi.test.payz.com/MerchantAPIService.asmx';
2020

2121
/**
2222
* Live Endpoint URL
2323
*
2424
* @var string URL
2525
*/
26-
protected $liveEndpoint = 'https://secure.ecopayz.com/services/MerchantAPI/MerchantAPIService.asmx';
26+
protected $liveEndpoint = 'https://merchantapi.payz.com/MerchantAPIService.asmx';
2727

2828
/**
2929
* Get the Merchant ID

0 commit comments

Comments
 (0)
0