Add bootstrap and its dependencies:
yarn add bootstrap jquery popper.js
in config/webpack/environment.js add the following:
Now using FRUM
| @public | |
| function create_payment(args) { | |
| validateArgs(args); | |
| findUser(); | |
| OtherModule.validatePayment(); | |
| createPayment(); | |
| return payment; | |
| } |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |