Skip to content

Commit

Permalink
Updated Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhat1Mishra committed Jul 16, 2018
1 parent 2fa3461 commit e6b531d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added Virtuemart_v2.0/paytm_Virtuemart.zip
Binary file not shown.
Binary file added Virtuemart_v3.0/paytm_Virtuemart.zip
Binary file not shown.
Binary file removed Virtuemart_v3.0/paytm_Virtuemart3.0_Kit.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Virtuemart_v3.0/paytm_Virtuemart3.0_Kit/paytm.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,8 @@ function sanitizedParam($param) {
$paramList = JRequest::get( 'post' );
$amount = JRequest::getString('TXNAMOUNT',0);
// $mode = JRequest::getString('PAYMENTMODE',0);
$transaction_url = JRequest::getString('TRANSACTIONURL',0);
$transaction_status_url = JRequest::getString('TRANSACTIONSTATUSURL',0);
$transaction_url = $method->transaction_url;
$transaction_status_url = $method->transaction_status_url;
$payment_id = JRequest::getString('TXNID',0);
$all = ("'". $order_id ."''". $res_code ."''". $res_desc." " ."'");

Expand Down

0 comments on commit e6b531d

Please sign in to comment.