Add amount owing gross/net to report
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user