Listing Set To Expire After 30 Days Using Coupon Code

This topic contains 15 replies, has 3 voices, and was last updated by  Stiofan O’Connor 7 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #205399

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Robert,

    I have checked further and you will need to add this code snippet to your child heme functions

    
    
    add_action( 'init', 'geotheme_payment_ipn' );
    function geotheme_payment_ipn(){
    	if (isset($_REQUEST['ptype']) && $_REQUEST['ptype']=='notifyurl') {
    		global $wp_query;
    
    		if (isset($_REQUEST['pmethod']) && $_REQUEST['pmethod']=='paypal')	{
    			do_action('geodir_ipn_handler_paypal' ); /* ADD IPN handler action */
    			exit;
    		}
    	}
    }

    I will update the conversion instructions now.

    Thanks,

    Stiofan

Viewing 16 post (of 16 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket