<?php include("../admin/database.php"); $paypal_email = "doreen@sassyfly.com"; $return_url = 'https://sassyflyluxuryevents.com/Paypal/payment-successful.php'; $cancel_url = 'https://sassyflyluxuryevents.com/Paypal/payment-cancelled.php'; $notify_url = 'https://sassyflyluxuryevents.com/Paypal/payments.php'; /*$return_url = 'http://localhost:8080/luxury_event_v9/Paypal/payment-successful.php'; $cancel_url = 'http://localhost:8080/luxury_event_v9/Paypal/payment-cancelled.php'; $notify_url = 'http://localhost:8080/luxury_event_v9/Paypal/payments.php';*/ ?>