Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

Commit

Permalink
upgrade codestyle, change namespace and add support for multiple
Browse files Browse the repository at this point in the history
branches (api acconts)
  • Loading branch information
David Alexa committed Aug 10, 2018
1 parent 3bb69a8 commit a16d8cb
Show file tree
Hide file tree
Showing 3 changed files with 1,552 additions and 1,343 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To **order shipment** you should done these steps:
1. add packages to the front
2. order packages collection (for each shipper)
```php
use Merinsky\Balikobot\Balikobot;
use ThreeSixtyEu\Balikobot\Balikobot;

define('API_USER', '...');
define('API_KEY', '...');
Expand Down
Loading

1 comment on commit a16d8cb

@kyborek
Copy link

@kyborek kyborek commented on a16d8cb Oct 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

V tomto commitu se změnil konstruktor třídy Balikobot takže není zpětně kompatibilní ale v README.md není uveden nový způsob použití.

Please sign in to comment.