| {t("payments.fields.created_at")} | -{t("payments.fields.payer")} | -{t("payments.fields.amount")} | -{t("payments.fields.memo")} | -{t("payments.fields.type")} | -{t("payments.fields.transactionid")} | -{t("payments.fields.stripeid")} | -
|---|---|---|---|---|---|---|
|
- |
- {p.payer} | -
- |
- {p.memo} | -{p.type} | -{p.transactionid} | -- {p.stripeid ? ( - - {p.stripeid} - - ) : null} - | -
| {t("payments.fields.created_at")} | +{t("payments.fields.payer")} | +{t("payments.fields.amount")} | +{t("payments.fields.memo")} | +{t("payments.fields.type")} | +{t("payments.fields.transactionid")} | +{t("payments.fields.stripeid")} | +
|---|---|---|---|---|---|---|
|
+ |
+ {p.payer} | +
+ |
+ {p.memo} | +{p.type} | +{p.transactionid} | ++ {p.stripeid ? ( + + {p.stripeid} + + ) : null} + | +