AI update: תיקון דחוף לדף התשלום המשותף: כרגע כשנכנסים לדף עם פרמטרי biz ו-plan, מוטמע iframe עם קישור SmartPay קבוע (hardcoded) שפ
This commit is contained in:
+14
-10
@@ -54,16 +54,20 @@
|
||||
<ul class="plan-features" id="planFeatures"></ul>
|
||||
</div>
|
||||
|
||||
<div class="iframe-container" id="iframeContainer">
|
||||
<div class="iframe-loading" id="iframeLoading" role="status" aria-live="polite">
|
||||
<div class="spinner" aria-hidden="true"></div>
|
||||
<span>טוען טופס תשלום...</span>
|
||||
</div>
|
||||
<iframe
|
||||
id="paymentFrame"
|
||||
title="טופס תשלום מאובטח SmartPay"
|
||||
allow="payment"
|
||||
></iframe>
|
||||
<div class="payment-action" id="paymentAction">
|
||||
<button type="button" class="pay-button" id="payButton">
|
||||
<svg class="pay-button-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true">
|
||||
<rect x="1" y="4" width="22" height="16" rx="2" ry="2"/>
|
||||
<line x1="1" y1="10" x2="23" y2="10"/>
|
||||
</svg>
|
||||
<span>המשך לתשלום מאובטח</span>
|
||||
</button>
|
||||
<p class="payment-note">
|
||||
<svg class="note-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true">
|
||||
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
|
||||
</svg>
|
||||
תועבר/י לדף תשלום מאובטח של <span lang="en">SmartPay</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="error-state" id="errorState" style="display: none;">
|
||||
|
||||
Reference in New Issue
Block a user