feat: add gateway-neutral payment package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
component PayNow {
|
||||
props { checkoutUrl: string label?: string = "Pay now" disabled?: boolean = false }
|
||||
view {
|
||||
<a class="wrn-payment-button" href={checkoutUrl} aria-disabled={disabled}>
|
||||
{label}
|
||||
</a>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user