Add amount owing gross/net to report

This commit is contained in:
2016-03-05 10:13:10 +11:00
parent 9250a1b73c
commit e212a1be95
2 changed files with 11 additions and 5 deletions

View File

@@ -90,6 +90,9 @@ function booking_paypal_ipn() {
return;
}
*/
//TODO: Handle refund and payment dispute IPNs
if (empty($ipn['payment_status']) || ($ipn['payment_status'] != 'Completed' && variable_get('booking_paypal_sandbox', 0) == 0))
return;