Skip to content

Commit

Permalink
Update update.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fizikiukas authored Mar 31, 2021
1 parent 996df11 commit 6208833
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/modules/time4vps/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@
"period" => isset($product['prices']['a']) && !empty($product['prices']['a']) ? "year" : "month",
"currency" => "USD",
"price" => isset($product['prices']['a']) && !empty($product['prices']['a']) ? $product['prices']['a'] : $product['prices']['m'],
"price_enable_renews" => 1,
"price_renews" => 50,
"setup_fee" => 0,
"cancel_fee" => 0
]
Expand Down

0 comments on commit 6208833

Please sign in to comment.