MDL-69166 core_payment: display the gateways modal
commitc2321a263bcdd314bb6f2e267a67bc5d4b79fbf3
authorShamim Rezaie <shamim@moodle.com>
Wed, 29 Jan 2020 08:11:37 +0000 (29 19:11 +1100)
committerShamim Rezaie <shamim@moodle.com>
Tue, 27 Oct 2020 04:44:58 +0000 (27 15:44 +1100)
tree3663530022c027a55113bb32e1aeebbdbd3a8d57
parentf3d75264199c82d6ccb05fcfa27605232a155c90
MDL-69166 core_payment: display the gateways modal
16 files changed:
enrol/fee/classes/plugin.php
lang/en/payment.php
payment/amd/build/gateways_modal.min.js [new file with mode: 0644]
payment/amd/build/gateways_modal.min.js.map [new file with mode: 0644]
payment/amd/build/repository.min.js [new file with mode: 0644]
payment/amd/build/repository.min.js.map [new file with mode: 0644]
payment/amd/build/selectors.min.js [new file with mode: 0644]
payment/amd/build/selectors.min.js.map [new file with mode: 0644]
payment/amd/src/gateways_modal.js [new file with mode: 0644]
payment/amd/src/repository.js [new file with mode: 0644]
payment/amd/src/selectors.js [copied from lang/en/payment.php with 65% similarity]
payment/classes/helper.php
payment/templates/gateway.mustache [new file with mode: 0644]
payment/templates/gateways.mustache [new file with mode: 0644]
payment/templates/gateways_modal.mustache [new file with mode: 0644]
payment/templates/gateways_placeholder.mustache [new file with mode: 0644]