latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Scott Newby

Sorry, I've not written a description yet. I'll get to it soon!


My Latest Replies (From Various Topics)

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Monday Feb 18th, 2013 at 8:36 pm #42381
Scott Newby
Username: snewby

Hey guys – thanks for the replies…

Yesterday I put in a technical support request with Paypal to request a mass update – still nothing from them, which doesn’t surprise me.

I just put in the directory/page/filter.

In my previous site I sent the unique user id for each account, so the number will be different on each accont – so I modified your code slightly:

<?php
add_filter('ws_plugin__s2member_paypal_postvars', 'my_postvars_filter');
function my_postvars_filter($postvars = array())
	{
		if(!empty($postvars['custom']) && $postvars['custom'] != 'mydomain.com')
			$postvars['custom'] = $_SERVER['HTTP_HOST'];
		
		return $postvars;
	}
?>
Posted: Friday Jan 25th, 2013 at 7:49 am #39499
Scott Newby
Username: snewby

Jason,

Thanks for the information.

So the way to test this is to slow it down, either wait or logoff, I may also need to inform my users not to upgrade right away after signing up to avoid this happening. That shouldn’t happen frequently, but it may.

I will test in a different manner and check to see if it is resolved.

Thanks,

Scott

Posted: Friday Dec 28th, 2012 at 11:56 am #35624
Scott Newby
Username: snewby

I did manage to get around this, I removed my Payflow API information, then tried it out.

It would be nice to have some visual mapping between what Paypal is providing in the Sandbox and what values to enter into Payflow API in S2member.

Viewing 3 replies - 1 through 3 (of 3 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.