Skip to content

Commit

Permalink
Correcting endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnellockdt committed Oct 24, 2018
1 parent 38d2896 commit 6fc4742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractPay360Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
abstract class AbstractPay360Request extends AbstractRequest
{
const SERVICE_ENDPOINT_TEST = 'https://sbsctest.e-paycapita.com/scp/scpws/scpSimpleClient.wsdl';
const SERVICE_ENDPOINT_LIVE = 'https://sbsc.e-paycapita.com/scp/scpws';
const SERVICE_ENDPOINT_LIVE = 'https://sbs.e-paycapita.com/scp/scpws';

/**
* @var \scpService_requestIdentification
Expand Down

0 comments on commit 6fc4742

Please sign in to comment.