Skip to content

Commit

Permalink
Renamed method
Browse files Browse the repository at this point in the history
  • Loading branch information
amandio committed Jan 6, 2019
1 parent 9c63502 commit cfc0f72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/MPesa.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Codeonweekends\MPesa;

use phpDocumentor\Reflection\Types\Self_;

class MPesa
{
/**
Expand Down Expand Up @@ -97,7 +95,7 @@ public function c2b ($thirdPartyReference = '', $amount = 10, $customerMSISDN =
* @return mixed
* @throws \Exception
*/
public function transactionReverse ($amount = 10, $serviceProviderCode = '', $transactionID = '', $securityCredential = '', $initiatorIdentifier = '')
public function transactionReversal ($amount = 10, $serviceProviderCode = '', $transactionID = '', $securityCredential = '', $initiatorIdentifier = '')
{
$context = $this->apiContext;
$context->setPort(self::TRANSACTION_REVERSAL_PORT);
Expand Down

0 comments on commit cfc0f72

Please sign in to comment.