Skip to content

Commit

Permalink
Update validation.php
Browse files Browse the repository at this point in the history
  • Loading branch information
serhack authored Sep 15, 2017
1 parent d4cb83a commit 7d7dfc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/monero/controllers/front/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function postProcess()
if($this->verify_payment($payment_id, $amount))
{
$status = "Thank you. Your order has been received.";
//Tools::redirectLink(PS_BASE_URI . 'order-confirmation.php?id_cart=' . $id_cart . '&id;_module=' . intval($this->module->id) . '&id;_order=' . intval($tpg_deposit->currentOrder) . '&key=' . $this->context->customer->secure_key);
}

$this->context->smarty->assign(array(
Expand Down

0 comments on commit 7d7dfc8

Please sign in to comment.