Skip to content

Commit

Permalink
Merge pull request #4 from digitickets/Change_live_endpoint_to_not_us…
Browse files Browse the repository at this point in the history
…e_wsdl

Change live endpoint to not use wsdl
  • Loading branch information
rquadling authored Oct 24, 2018
2 parents b3c8d9b + a93264a commit 20b47d1
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/scpSimpleClient.wsdl';
const SERVICE_ENDPOINT_LIVE = 'https://sbsc.e-paycapita.com/scp/scpws';

/**
* @var \scpService_requestIdentification
Expand Down

0 comments on commit 20b47d1

Please sign in to comment.