<?php

// Ack related constants
define('ACK_SUCCESS', 'Success');
define('ACK_SUCCESS_WITH_WARNING', 'SuccessWithWarning');

// Refund related constants
define('REFUND_PARTIAL', 'Partial');
define('REFUND_FULL', 'Full');

// Profile
// TEST ENVIRONMENT
//define('ENVIRONMENT', 'sandbox');

// LIVE ENVIRONMENT
//define('ENVIRONMENT', 'live');

define('DEV_CENTRAL_URL', 'https://developer.paypal.com');

?>
