MDL-69166 core_payment: display the gateways modal
authorShamim Rezaie <shamim@moodle.com>
Wed, 29 Jan 2020 08:11:37 +0000 (19:11 +1100)
committerShamim Rezaie <shamim@moodle.com>
Mon, 26 Oct 2020 21:37:08 +0000 (08:37 +1100)
commite9de4309071865bd7e7c2355097bdf8157bc02b6
treed2c1055ffe77239e7658666cd0dbc27109514aa8
parent9f2d8a0bdc7d10b97d8d43a4719ded2b71bf20a3
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 [new file with mode: 0644]
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]