Skip to content

Commit

Permalink
#22 Add getVouchers() method to the IFapiClient interface
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzelycz authored and slischka committed Mar 30, 2021
1 parent 563c314 commit 5346d77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Fapi/FapiClient/IFapiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
use Fapi\FapiClient\EndPoints\Statistics;
use Fapi\FapiClient\EndPoints\User;
use Fapi\FapiClient\EndPoints\UserSettings;
use Fapi\FapiClient\EndPoints\Vouchers;

interface IFapiClient
{
Expand Down Expand Up @@ -63,4 +64,6 @@ public function getItemTemplates(): ItemTemplates;

public function getDiscountCodes(): DiscountCodes;

public function getVouchers(): Vouchers;

}

0 comments on commit 5346d77

Please sign in to comment.