Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from LanmanGroup/master
Browse files Browse the repository at this point in the history
update api_test_url
  • Loading branch information
biscolab committed Jul 20, 2018
2 parents 005978f + e24fc2a commit 16c17d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GestpayBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class GestpayBuilder {
/**
* The API TEST request URI
*/
protected $api_test_url = 'https://testecomm.sella.it/gestpay/GestPayWS/WsCryptDecrypt.asmx?wsdl';
protected $api_test_url = 'https://sandbox.gestpay.net/gestpay/GestPayWS/WsCryptDecrypt.asmx?wsdl';

/**
* PaymentPage Official URI
Expand Down Expand Up @@ -214,4 +214,4 @@ public static function cleanXML($xml_response){
return simplexml_load_string($clean_xml);
}

}
}

0 comments on commit 16c17d4

Please sign in to comment.