For anyone using this.
What happens if User_A buys it for User_B and than User_A reverses the money? Will paypal know which user to remove the subscription from correctly?
Also will I be able to find out which user paid the money and to whom?
I think this line may need to change:
Code:
<input type="hidden" name="custom" value="$_POST[giftname]" />
So it includes both the user who bought it and who got the gift.
Maybe:
Code:
<input type="hidden" name="custom" value="$userinfo[username] for $_POST[giftname]" />
Would that work?