Skip to content

Commit

Permalink
Merge pull request #13 from Bessamu/dev
Browse files Browse the repository at this point in the history
Change BASE_URI in Config.php
  • Loading branch information
bigperson authored Jan 13, 2021
2 parents 98ec22e + 6ecc33d commit 7bdb952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Config
/**
* Базовый URL сервиса.
*/
const BASE_URI = 'https://service.modulpos.ru/api/fn';
const BASE_URI = 'https://my.modulkassa.ru/api/fn';

/**
* Базовый URL сервиса для тестирования.
Expand Down

0 comments on commit 7bdb952

Please sign in to comment.