Skip to content

Commit

Permalink
Removed debug codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzung Tran committed Aug 3, 2015
1 parent de7bdeb commit 52f0be0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/paymentwall_gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ function ipnResponse()
// Delivery Confirmation
$delivery = new Paymentwall_GenerericApiObject('delivery');
$response = $delivery->post($this->prepareDeliveryConfirmationData($order));

if (isset($response['error'])) {
var_dump($response['error'], $response['notices']);
}
}

$order->add_order_note(__('Paymentwall payment completed', 'woocommerce'));
Expand Down

0 comments on commit 52f0be0

Please sign in to comment.