mirror of
https://github.com/itflow-org/itflow
synced 2026-08-17 13:05:12 +00:00
Use stripe_init include to init stripe and updated code everywhere
This commit is contained in:
@@ -69,7 +69,7 @@ if (isset($_GET['stripe_create_pi'])) {
|
||||
}
|
||||
$stripe_secret_key = $stripe_provider['payment_provider_private_key'];
|
||||
|
||||
require_once '../libs/stripe-php/init.php';
|
||||
require_once '../includes/stripe_init.php';
|
||||
|
||||
$pi_description = "ITFlow: $client_name payment of $invoice_currency_code $balance_to_pay for $invoice_prefix$invoice_number";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user