/home/edulekha/sriramaaresorts.com/wp-content/plugins/metform-pro/XPD_Constants.php
<?php

namespace MetForm_Pro;


class XPD_Constants {

	const RETURN_OKAY = 'ok';
	const RETURN_NOT_OKAY = 'not ok';

}