Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MA7 committed Jul 21, 2014
1 parent 8526dd3 commit 97c0952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function check_zarinpalwg_response(){
{
unset($woocommerce->session->zarinpalwg_woo_id);
$this -> msg['status'] = 1;
$this -> msg['message'] ='پرداخت با موفقیت انجام گردید.';
$this -> msg['message'] ='پرداخت انجام گردید<br/>شماره رسيد پرداخت: '.$result['RefID'];
$order -> payment_complete();
$order -> add_order_note('پرداخت انجام گردید<br/>شماره رسيد پرداخت: '.$result['RefID'] );
$order -> add_order_note($this -> msg['message']);
Expand Down

0 comments on commit 97c0952

Please sign in to comment.