Skip to content

Commit

Permalink
added xmlmsg to handler result
Browse files Browse the repository at this point in the history
  • Loading branch information
num8er committed Jul 20, 2018
1 parent f14f1c8 commit c077d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/handlers/TranzWarePaymentGatewayOrderCallbackHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ final public function handle()
'OrderId' => $data->OrderID,
'Amount' => $data->PurchaseAmount,
'Currency' => $data->Currency,
'OrderStatus' => $data->OrderStatus
'OrderStatus' => $data->OrderStatus,
'xmlmsg' => $_REQUEST['xmlmsg']
];
}
}

0 comments on commit c077d0a

Please sign in to comment.