Fix uri payment path
This commit is contained in:
parent
49256ead7f
commit
1b156c3b65
3 changed files with 5 additions and 5 deletions
|
|
@ -112,8 +112,8 @@ angular
|
|||
}
|
||||
}
|
||||
})
|
||||
.state('uri-payment', {
|
||||
url: '/uri-payment/:data',
|
||||
.state('payment', {
|
||||
url: '/payment/:data',
|
||||
templateUrl: 'views/paymentUri.html',
|
||||
views: {
|
||||
'main': {
|
||||
|
|
@ -385,7 +385,7 @@ angular
|
|||
walletHome: 0,
|
||||
copayers: -1,
|
||||
cordova: -1,
|
||||
uri-payment: -1,
|
||||
payment: -1,
|
||||
|
||||
preferences: 11,
|
||||
preferencesColor: 12,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue