Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 254 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 254 Bytes

Exemplos

require("src/transition.php");
$mpesa = new Mpesa("56"); 

$c2b = $mpesa->c2b([
  'numero' => '846369717',
  'valor' => '50',
  'referencia' => 'testedePagamento'
]);
var_dump($c2b);
console.log("ola mundo!")