feat: set stripe payment link on buy buttons
This commit is contained in:
parent
8a8b03c033
commit
8eeaf7f50f
|
|
@ -871,7 +871,7 @@
|
|||
今後の新機能も含む
|
||||
</li>
|
||||
</ul>
|
||||
<a href="#" class="btn-full btn-accent">
|
||||
<a href="https://buy.stripe.com/test_9B67sEbN3fowfMW4jwenS00" class="btn-full btn-accent" target="_blank" rel="noopener">
|
||||
<i data-lucide="credit-card" style="width:15px;height:15px;"></i>
|
||||
¥500 で購入する
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -308,8 +308,7 @@
|
|||
<span class="amount">500</span>
|
||||
</div>
|
||||
<p class="hero-price-note">買い切り — 追加請求なし</p>
|
||||
<!-- TODO: 以下の href を Stripe Payment Link URL に差し替える -->
|
||||
<a class="btn-buy" href="#" id="buyBtn">
|
||||
<a class="btn-buy" href="https://buy.stripe.com/test_9B67sEbN3fowfMW4jwenS00" id="buyBtn" target="_blank" rel="noopener">
|
||||
<i data-lucide="credit-card" style="width:16px;height:16px;"></i>
|
||||
購入する
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -508,7 +508,7 @@
|
|||
<div class="tier-name">Full Access</div>
|
||||
<div class="tier-price"><sup>¥</sup>500</div>
|
||||
<div class="tier-desc">記録無制限・AI分析・全機能。買い切り。</div>
|
||||
<a href="#" class="btn btn-primary" id="buyBtn">
|
||||
<a href="https://buy.stripe.com/test_9B67sEbN3fowfMW4jwenS00" class="btn btn-primary" id="buyBtn" target="_blank" rel="noopener">
|
||||
<i data-lucide="credit-card" style="width:14px;height:14px;"></i>
|
||||
購入する
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue