mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user