All methods seem to work fine except $xero->Payments
The screen just goes blank after calling the following method with print_r. I've PHP error values set to show all & it's still blank.
$payment_result = $xero->Payments( $new_payment );
print_r($payment_result);
Any ideas?
All methods seem to work fine except $xero->Payments
The screen just goes blank after calling the following method with print_r. I've PHP error values set to show all & it's still blank.
$payment_result = $xero->Payments( $new_payment );
print_r($payment_result);
Any ideas?