Skip to content

Commit

Permalink
Merge pull request #29 from blabs-dev/v2
Browse files Browse the repository at this point in the history
Changes mobile terminal url
  • Loading branch information
blabs-dev committed Jun 21, 2022
2 parents da05aeb + 49d76c6 commit 01b18d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constants/ApiServices.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class ApiServices
self::TERMINAL => 'https://service.fidelynet.it/webpos/services/webposservice.php',
self::BACKOFFICE => 'https://service.fidelynet.it/webpos/services/webposservice.php',
self::CUSTOMER => 'https://service.fidelynet.it/webpos/services/customerservice.php',
self::TERMINAL_MOBILE => 'https://service.fidelynet.it/webposfil/services/mobileservice.php',
self::TERMINAL_MOBILE => 'https://service.fidelynet.it/webpos/services/mobileservice.php',
];

const SUPPORTED_ACTIONS = [
Expand Down

0 comments on commit 01b18d3

Please sign in to comment.