hook up purchase server modal in app

This commit is contained in:
tdgao
2026-03-20 15:20:37 -06:00
parent 83202a3761
commit 345929eeff
9 changed files with 265 additions and 40 deletions
@@ -374,7 +374,7 @@ function goToBreadcrumbStep(id: string) {
:ping="currentPing"
:loading="paymentMethodLoading"
:selected-payment-method="selectedPaymentMethod || inputtedPaymentMethod"
:has-payment-method="hasPaymentMethod"
:has-payment-method="!!hasPaymentMethod"
:tax="tax"
:total="total"
:no-payment-required="noPaymentRequired"