Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created September 24, 2014 18:50
Show Gist options
  • Save mkorostoff/aca3865e48377a1f1115 to your computer and use it in GitHub Desktop.
Save mkorostoff/aca3865e48377a1f1115 to your computer and use it in GitHub Desktop.
<?php
/**
* Menu callback for /settings/billing-information/payment-history
*/
function _radius_settings_payment_history_menu_callback() {
$payment_history = get_payment_history();
$page = array('content' => theme('table', $payment_history);
return $page;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment