Index: civicrm/trunk/sites/all/modules/wmf_owa/wmf_owa.module |
— | — | @@ -122,6 +122,9 @@ |
123 | 123 | if ( !curl_exec( $ch )) { |
124 | 124 | // log curl error curl_error( $ch ); |
125 | 125 | watchdog( 'wmf_owa', 'Error posting to OWA with query params: ' . print_r( $query_params, true ), WATCHDOG_ERROR ); |
| 126 | + } else { |
| 127 | + watchdog( 'wmf_owa', 'Posted to OWA for contribution_id: ' . $query_params[ 'owa_ct_order_id' ] ); // notice |
| 128 | + watchdog( 'wmf_owa', 'Posted to OWA with query params: ' . print_r( $query_params, true ), WATCHDOG_DEBUG ); //debug |
126 | 129 | } |
127 | 130 | |
128 | 131 | curl_close( $ch ); |