The-Network-Crew / BPAY-for-WHMCS

(Payment Gateway Module) BPAY for the WHMCS Automation System.
https://marketplace.whmcs.com/product/7388-bpay-for-whmcs
GNU General Public License v3.0
4 stars 4 forks source link

error in bpay_mgr_hooks.php file #13

Closed theozsnowman closed 1 year ago

theozsnowman commented 1 year ago

error in the latest release on the bpay_mgr_hooks.php file

line 237

$sql = "Selectuseridfromtblinvoiceswhereid= ".$var['invoiceid']."'";

should be

$sql = "Selectuseridfromtblinvoiceswhereid= ".$var['invoiceid']."";

lsthompson commented 1 year ago

Many thanks. I've modified this in the upcoming v2.2.1 release.

The release is delayed as I'm hopeful to resolve the cron issue.