feat: add gateway-neutral payment package
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
component PaymentHistory {
|
||||
props { payments: array = [] }
|
||||
view { <ol class="wrn-payment-history">{#each payments as payment}<li>{payment.currency} {payment.amount} — {payment.status}</li>{/each}</ol> }
|
||||
}
|
||||
Reference in New Issue
Block a user