Statistics: Posted by biffhardwell — December 2nd, 2011, 6:26 pm
I don't see anything wrong with that approach. It's not ideal, but probably the closest you'll get at this time, given the current limitations of Authorize.Net integration in this regard. Your custom API script should be able to handle the promotion back to Level #1 automatically though.
As far as the EOT handling, do you have any suggestions? I was thinking of letting the system downgrade the user upon receiving a notification from Auth.net, but then using the s2member notification API to send myself a message, where I'd then make them a Level1 member again. Does that approach make sense?
<?php
$user_id = 123;
$user = new WP_User($user_id);
$user->set_role("s2member_level1");
?>
Statistics: Posted by Jason Caldwell — December 2nd, 2011, 3:50 am
Statistics: Posted by biffhardwell — December 2nd, 2011, 2:11 am
Statistics: Posted by Jason Caldwell — December 2nd, 2011, 12:46 am
Statistics: Posted by biffhardwell — November 30th, 2011, 8:29 pm
Statistics: Posted by Cristián Lávaque — November 30th, 2011, 7:00 pm
Statistics: Posted by biffhardwell — November 29th, 2011, 11:17 pm
Statistics: Posted by biffhardwell — November 29th, 2011, 2:09 pm
Statistics: Posted by biffhardwell — November 28th, 2011, 7:21 pm
Statistics: Posted by biffhardwell — November 27th, 2011, 9:42 pm