<?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';*/
?>