Removed unused libs in the vendor folder and moved stripe to the plugins folder then elininated the vendor folder all together, updated all the stripe links

This commit is contained in:
johnnyq
2025-01-24 20:44:36 -05:00
parent bf0d3de393
commit 6733d3cd24
428 changed files with 4 additions and 11393 deletions

View File

@@ -708,7 +708,7 @@ while ($row = mysqli_fetch_array($sql_recurring)) {
if ($config_stripe_enable && $stripe_id && $stripe_pm) {
// Initialize
require_once __DIR__ . '/../vendor/stripe-php-10.5.0/init.php';
require_once __DIR__ . '/../plugins/stripe-php-10.5.0/init.php';
$stripe = new \Stripe\StripeClient($config_stripe_secret);
$balance_to_pay = round($invoice_amount, 2);