EnAccess / EnAccess/micropowermanager
WaveMoney result and payment pages seem broken.
Open
bug
UX/UI
- Dominant language
- PHP
- Stars
- 27
- Forks
- 19
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 27
Description
For example:
```
http://localhost:8001/#/wave-money/result/123/123
```
Shows an empty page.
I noticed in Router configuration they are defined as
```js
modules: {
default: Payment,
header: LoginHeader,
footer: LoginFooter,
},
```
Changing to
```js
{
path: 'result/:name/:id',
name: '/wave-money/result',
component: Result,
meta: {
layout: 'default',
},
},
```
shows something
Contributor guide
Assessment
This issue has not been assessed yet.