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:
@@ -16,7 +16,7 @@ if (isset($_GET['stripe_remove_pm'])) {
|
||||
|
||||
try {
|
||||
// Initialize stripe
|
||||
require_once 'vendor/stripe-php-10.5.0/init.php';
|
||||
require_once 'plugins/stripe-php-10.5.0/init.php';
|
||||
$stripe = new \Stripe\StripeClient($config_stripe_secret);
|
||||
|
||||
// Detach PM
|
||||
|
||||
Reference in New Issue
Block a user