Skip to content

Commit

Permalink
Merge pull request #5 from dzung2t/master
Browse files Browse the repository at this point in the history
Update Reference Id
  • Loading branch information
Roman Sevastyanov committed Aug 7, 2015
2 parents ebf125c + 97e54eb commit c88c147
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 c88c147

Please sign in to comment.