File "conf-20250916113220.php"
Full Path: /home/sasslijg/public_html/Paypal/conf-20250916113220.php
File size: 567 bytes
MIME-type: text/x-php
Charset: utf-8
<?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';*/
?>