Skip to content

Commit

Permalink
fixup! Use SimpleShop.cz API instead of Vyfakturuj API
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Bouček committed May 19, 2020
1 parent a068cf3 commit e3f68b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use VyfakturujAPIException;

class Plugin {
const DEFAUT_API_ENDPOINT = 'https://api.simpleshop.cz';
const DEFAUT_API_ENDPOINT = 'https://api.simpleshop.cz/2.0/';

/** @var string */
private $secure_key;
Expand Down

0 comments on commit e3f68b0

Please sign in to comment.