Skip to content

Commit

Permalink
Update Reference Id
Browse files Browse the repository at this point in the history
  • Loading branch information
dzung2t committed Aug 7, 2015
1 parent 1d3ecc1 commit 97e54eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/addons/paymentwall/func.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function fn_paymentwall_handlePingback($configs)
$delivery = new Paymentwall_GenerericApiObject('delivery');
$response = $delivery->post(fn_paymentwall_prepare_delivery_confirmation(
$orderInfo,
$pingback->getParameter('ref'),
$pingback->getReferenceId(),
$paymentInfo['test_mode']
));

Expand Down

0 comments on commit 97e54eb

Please sign in to comment.