Skip to content

Commit

Permalink
update datatrans domain for new endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
igoooor committed Feb 26, 2022
1 parent 69871c3 commit c6d6f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DataInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ interface DataInterface
{
const version = '8.41';

const URL_AUTHORIZATION = 'https://payment.datatrans.biz/upp/jsp/upStart.jsp';
const URL_XMLSETTLEMENT = 'https://payment.datatrans.biz/upp/jsp/XML_processor.jsp';
const URL_AUTHORIZATION = 'https://pay.datatrans.com/upp/jsp/upStart.jsp';
const URL_XMLSETTLEMENT = 'https://api.datatrans.com/upp/jsp/XML_processor.jsp';

const RESPONSESTATUS_SUCCESS = 'success';
const RESPONSESTATUS_FAILED = 'error';
Expand Down

0 comments on commit c6d6f77

Please sign in to comment.