Skip to content

Commit

Permalink
Merge pull request #38 from Snickser/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Snickser authored May 9, 2024
2 parents 8249234 + bb22afe commit bbd3c94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@

// Get config.
$config = (object) helper::get_gateway_configuration($component, $paymentarea, $itemid, 'payanyway');
$payable = helper::get_payable($component, $paymentarea, $itemid);

// Use the same rounding of floats as on the paygw form.
$cost = number_format($payment->amount, 2, '.', '');
Expand Down
1 change: 1 addition & 0 deletions templates/method.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<h4>{{# str }} enrolperiod, enrol {{/ str}} ({{enrolperiod_desc}}): {{enrolperiod}}</h4>
{{/enrolperiod}}

<br>
<img src="{{{image}}}" alt="PayAnyWay" height="20">

</div>
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024050900;
$plugin->version = 2024050901;
$plugin->requires = 2023100900;
$plugin->component = 'paygw_payanyway';
$plugin->release = '0.9';
Expand Down

0 comments on commit bbd3c94

Please sign in to comment.