mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
ab82ed898d
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ get '/plan/paypal/return' do
|
||||||
period: :monthly,
|
period: :monthly,
|
||||||
reference: current_site.id.to_s,
|
reference: current_site.id.to_s,
|
||||||
payer_id: params[:PayerID],
|
payer_id: params[:PayerID],
|
||||||
start_at: Time.now,
|
start_at: 1.month.from_now,
|
||||||
failed: 3,
|
failed: 3,
|
||||||
outstanding: :next_billing
|
outstanding: :next_billing
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue