mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
9 lines
444 B
PHP
9 lines
444 B
PHP
Name: <? if($patron->User->Name === null){ ?>Anonymous <? }else{ ?><?= Formatter::ToPlainText($patron->User->Name) ?><? } ?>
|
|
|
|
Donation type: <? if($payment->IsRecurring){ ?>Recurring<? }else{ ?>One-time<? } ?>
|
|
|
|
Donation amount: <?= Formatter::ToPlainText(number_format($payment->Amount, 2)) ?>
|
|
|
|
Donation fee: <?= Formatter::ToPlainText(number_format($payment->Fee, 2)) ?>
|
|
|
|
Transaction ID: <?= Formatter::ToPlainText($payment->TransactionId) ?>
|