Skip to content

Commit

Permalink
Merge pull request #20 from grongor/adjust-example
Browse files Browse the repository at this point in the history
Adjust example
  • Loading branch information
grongor authored Jun 29, 2016
2 parents c9dcd7c + 44873f6 commit f3ed058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
// Set order ID - it helps you track your customers' orders in Heureka shop administration.
$shopCertification->setOrderId(1597884);

// Add products using ITEM_ID (your products ID) - you HAVE TO put in all the products which the customer ordered.
// Add products using ITEM_ID (your products ID)
$shopCertification->addProductItemId('165899412');
$shopCertification->addProductItemId('998884614');
$shopCertification->addProductItemId('abc8884614');

// And finally send the order to our service.
$shopCertification->logOrder();
Expand Down

0 comments on commit f3ed058

Please sign in to comment.