Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed May 18, 2024
1 parent 5d3ac55 commit b1516fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public static function notify($userid, $fee, $currency, $orderid, $type = '') {
'orderid' => $orderid,
'firstname' => $user->firstname,
'fullname' => fullname($user),
'localizedcost' => \core_payment\helper::get_cost_as_string($fee, $currency),
];

$message = new \core\message\message();
Expand Down

0 comments on commit b1516fe

Please sign in to comment.