Issue #147 Update Home Channel Balance

Issue #147 Update Home Channel Balance
pull/163/head
ShahanaFarooqui 5 years ago
parent 4d8c8833b5
commit 121f9ab9cf

@ -8,5 +8,5 @@
<link rel="stylesheet" href="styles.83644e00292bcd08f710.css"></head>
<body>
<rtl-app></rtl-app>
<script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.d68e8f4f73dfaef206f1.js"></script><script type="text/javascript" src="main.f4d902137228a8df4f76.js"></script></body>
<script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.d68e8f4f73dfaef206f1.js"></script><script type="text/javascript" src="main.9bbd04849b32423313ee.js"></script></body>
</html>

File diff suppressed because one or more lines are too long

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "rtl",
"version": "0.4.1-beta",
"version": "0.4.2-beta",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "rtl",
"version": "0.4.1-beta",
"version": "0.4.2-beta",
"license": "MIT",
"scripts": {
"ng": "ng",

@ -639,6 +639,7 @@ export class RTLEffects implements OnDestroy {
this.store.dispatch(new RTLActions.OpenAlert({ width: '70%',
data: { type: 'SUCCESS', titleMessage: 'Payment Sent Successfully!', message: JSON.stringify(msg) }}));
this.store.dispatch(new RTLActions.FetchChannels({routeParam: 'all', channelStatus: ''}));
this.store.dispatch(new RTLActions.FetchBalance('channels'));
this.store.dispatch(new RTLActions.FetchPayments());
return {
type: RTLActions.SET_DECODED_PAYMENT,

@ -1 +1 @@
export const VERSION = '0.4.1-beta';
export const VERSION = '0.4.2-beta';
Loading…
Cancel
Save