mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
charges once, so push start of recurring to one month from now
This commit is contained in:
parent
9170f9f99c
commit
608b3e00a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
))
|
||||
|
|
Loading…
Add table
Reference in a new issue