Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Jan 20, 2019
1 parent 2bde191 commit afc57f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ For more information, please visit [Wiki](https://github.com/renekorss/Banklink/
);

// Init banklink
$seb = new Banklink\SEB($protocol);
$seb = new Banklink\EE\SEB($protocol);

// Set payment data and get payment request object
// orderId, sum, message, language
Expand Down Expand Up @@ -101,7 +101,7 @@ For more information, please visit [Wiki](https://github.com/renekorss/Banklink/
);

// Init banklink
$seb = new Banklink\SEB($protocol);
$seb = new Banklink\EE\SEB($protocol);

// Get auth request object
$request = $seb->getAuthRequest();
Expand Down Expand Up @@ -132,7 +132,7 @@ For more information, please visit [Wiki](https://github.com/renekorss/Banklink/
);

// Init banklink
$seb = new Banklink\SEB($protocol);
$seb = new Banklink\EE\SEB($protocol);

// Get response object
$response = $seb->handleResponse($_POST);
Expand Down

0 comments on commit afc57f7

Please sign in to comment.