Skip to content

Commit

Permalink
MDL-69166 core_payment: payment gateways can have a surcharge
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies committed Oct 27, 2020
1 parent 11b2d9e commit e3e8318
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 22 deletions.
3 changes: 3 additions & 0 deletions lang/en/payment.php
Expand Up @@ -23,7 +23,10 @@
*/

$string['callbacknotimplemented'] = 'The callback is not implemented for component {$a}.';
$string['feeincludesurcharge'] = '{$a->fee} (includes {$a->surcharge}% surcharge for using this payment type)';
$string['nogateway'] = 'There is no payment gateway that can be used.';
$string['nogatewayselected'] = 'You first need to select a payment gateway.';
$string['selectpaymenttype'] = 'Select payment type';
$string['supportedcurrencies'] = 'Supported currencies';
$string['surcharge'] = 'Surcharge (percentage)';
$string['surcharge_desc'] = 'The surcharge is an additional percentage charged to users who choose to pay using this payment gateway.';
2 changes: 1 addition & 1 deletion payment/amd/build/gateways_modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3e8318

Please sign in to comment.