Log refund response.

This commit is contained in:
Mike Jolley 2015-09-02 11:36:42 +01:00
parent a27aeaaa6f
commit 2023910400
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ class WC_Gateway_Paypal_Refund {
)
);
WC_Gateway_Paypal::log( 'Refund Response: ' . print_r( $response, true ) );
if ( is_wp_error( $response ) ) {
return $response;
}