fnando / paypal-recurring

PayPal Express Checkout API Client for recurring billing.
256 stars 124 forks source link

initial payment always executed #5

Closed michelson closed 12 years ago

michelson commented 12 years ago

hi , just a question:

paypal-recurring always sets an initial payment or is just paypal executing always an initial payment ?

its because is set an start date in checkout request to 1 month from now, but in the creation of profile it always execute a payment

thanks

michelson commented 12 years ago

im going to close this, because the code i was executing was a request_payment before the profile creation, so the error was on my side.

regards