charges once, so push start of recurring to one month from now

This commit is contained in:
Kyle Drake 2016-01-23 01:29:31 +00:00
parent 9170f9f99c
commit 608b3e00a7

View file

@ -166,7 +166,7 @@ get '/plan/paypal/return' do
period: :monthly,
reference: current_site.id.to_s,
payer_id: params[:PayerID],
start_at: Time.now,
start_at: 1.month.from_now,
failed: 3,
outstanding: :next_billing
))