File "conf.php"

Full Path: /home/magicrsz/public_html/Paypal/admin/global_assets/js/demo_charts/conf.php
File size: 546 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
include("../admin/database.php");



$paypal_email = "zaife123-facilitator@gmail.com";



$return_url = 'https://magiknectar.com/Paypal/payment-successful.php';
$cancel_url = 'https://magiknectar.com/Paypal/payment-cancelled.php';
$notify_url = 'https://magiknectar.com/Paypal/payments.php';


/*$return_url = 'http://localhost:8080/juice_shop_v2/Paypal/payment-successful.php';
$cancel_url = 'http://localhost:8080/juice_shop_v2/Paypal/payment-cancelled.php';
$notify_url = 'http://localhost:8080/juice_shop_v2/Paypal/payments.php';*/

?>