Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 438 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 438 Bytes

php_sdk 1.1

The PHP SDK for Mondido Payments

<?
    error_reporting(-1);
    include_once 'mondido_sdk.php';

    //get the transaction id from the POST
    $transaction = mondido\mondido_sdk::getWebHook();
    //get the id
    $transaction_id = $transaction['id'];
    //log to file
    mondido\mondido_sdk::logToFile('log.txt',$transaction);

The unit tests require PHPUnit to be installed and run phpunit test/