Skip to content

Commit

Permalink
Remove KPLC tokens purchase from Tanda.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinmurimi committed Aug 31, 2022
1 parent dac581c commit 7a039f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Tanda.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,16 @@ public function pinlessAirtime($provider, $account, $amount)
);
}

/*
* This method is no longer supported as of 31/08/2022
*
public function buyTokens($account, $amount)
{
return $this->submit(
'VoucherFlexi', 'KPLC', $account, $amount, 'tokens'
);
}
*/

public function payTV($provider, $account, $amount)
{
Expand Down

0 comments on commit 7a039f5

Please sign in to comment.