Fatal error: Call to undefined function PP_DirectPayment_Post()
I recently hired a developer to build my online store, and after months of waiting, he quit, and I was left with barely anything built. I have muddled through my first try at using ecart, and with the help of tech support I have gotten very far. I now have everything working UNTIL the confirm page. I get the following error:
Fatal error: Call to undefined function PP_DirectPayment_Post() in /var/www/html/confirm.php on line 227
line 227 is this:
$WAGatewayResponse = PP_DirectPayment_Post($PP_DirectPayment_required,$PP_DirectPayment_itemized,$PP_DirectPayment_optional);
if ($WAGatewayResponse) {
$eCart1->redirStr = "checkout_success.php";
}
else if ("checkout_failure.php" != "") {
header("Location: ". "checkout_failure.php");
exit();
}
I checked the setting for Paypal and reloaded all the files.. but I have no idea where to go from here. PLEASE can someone help me with this? I am already 2 months late with this project and desperately trying to get it to work. Thanks!