Skip to content

Commit

Permalink
Merge branch 'pw-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
masonpham committed Nov 15, 2018
2 parents a7b0b99 + fcb539f commit fe61ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/gateways/callback/paymentwall.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

$pingback = new Paymentwall_Pingback($_GET, getRealClientIP());
checkCbInvoiceID($invoiceId, $gateway["paymentmethod"]);
if ($pingback->validate()) {
if ($pingback->validate(true)) {
if ($invoiceId) {
$userData = mysql_fetch_assoc(select_query('tblclients', 'email, firstname, lastname, country, address1, state, phonenumber, postcode, city, id', ["id" => $orderData['userid']]));
if ($pingback->isDeliverable()) {
Expand Down

0 comments on commit fe61ec6

Please sign in to comment.