Aggiunge pagamento con bonifico e importo concordato per società.
Il piano si attiva solo dopo la conferma admin; Stripe resta a listino se non c'è un prezzo commerciale. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -17,11 +17,19 @@
|
||||
</p>
|
||||
</div>
|
||||
<% else %>
|
||||
<%= render "shared/stripe_secure_payment" %>
|
||||
<% if MatchLiveTv.stripe_enabled? %>
|
||||
<% if @quote %>
|
||||
<%= render "shared/quoted_price_banner", quote: @quote %>
|
||||
<% elsif MatchLiveTv.stripe_enabled? %>
|
||||
<%= render "shared/stripe_secure_payment" %>
|
||||
<% end %>
|
||||
<%= render "shared/pending_bank_transfer", order: @pending_transfer %>
|
||||
<% if MatchLiveTv.stripe_enabled? && @quote.blank? %>
|
||||
<%= render "shared/plan_change_info", subscription: @subscription %>
|
||||
<% end %>
|
||||
<%= render "shared/plan_cards", show_stripe_portal: false %>
|
||||
<% if @subscription&.bank_transfer? %>
|
||||
<p class="muted" style="margin-top:16px"><%= raw t("billing.bank_transfer.renewal_html") %></p>
|
||||
<% end %>
|
||||
<%= render "shared/subscription_cancel", club: @club, subscription: @subscription %>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user