Payment methods
@if (loading()) {
Loading…
} @else if (methods().length > 0) {
@for (method of methods(); track method.id) {
-
{{ method.provider }} · {{ method.methodType }}
@if (method.last4) { · •••• {{ method.last4 }} }
@if (method.isDefault) {
Default
}
}
} @else {
No payment methods on file.
}
@if (errorMessage()) {
{{ errorMessage() }}
}