Log refund response.
This commit is contained in:
parent
a27aeaaa6f
commit
2023910400
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue