Path : /hermes/sb_web/b2680/childrendccom.domain.com/ |
Current < : /hermes/sb_web/b2680/childrendccom.domain.com/config.php |
<?php require_once "stripe-php-master/init.php"; include("includes/database.php"); include("functions/functions.php"); $stripeDetails = array( "secretKey" => $strSecrKey, "publishableKey" => $strPubKey ); // Set your secret key: remember to change this to your live secret key in production // See your keys here: https://dashboard.stripe.com/account/apikeys \Stripe\Stripe::setApiKey($stripeDetails['secretKey']); ?>