5 lines
257 B
Plaintext
5 lines
257 B
Plaintext
component PaymentSheet {
|
|
props { checkoutUrl: string gateway: string }
|
|
view { <section class="wrn-payment-sheet" data-gateway={gateway}><p>Secure payment is completed on the payment provider.</p><a href={checkoutUrl}>Continue securely</a></section> }
|
|
}
|