Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmueid committed Mar 25, 2018
1 parent fd7b5fd commit ce8c498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MPesaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected function setUp()
$config = Config::loadFromFile(__DIR__ . '/config.test.php');
$this->transaction = new \abdulmueid\mpesa\Transaction($config);
$this->amount = 1;
$this->msisdn = '258849901508'; // Full MSISDN i.e. 258840000000
$this->msisdn = ''; // Full MSISDN i.e. 258840000000
}

/**
Expand Down

1 comment on commit ce8c498

@Junior-Jorge
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I have one Question , where i put the admin number ou a need go to mpesa central to open a admin number

Please sign in to comment.