send working. Refactor paypro and payment intents
This commit is contained in:
parent
7f42d60d5d
commit
2fe6ec4c6a
21 changed files with 426 additions and 493 deletions
|
|
@ -22,11 +22,14 @@ angular
|
|||
template: " ", // just fire controller
|
||||
controller: 'EmailConfirmationController',
|
||||
})
|
||||
// Payment intents come here.
|
||||
.when('/uri-payment/:data', {
|
||||
templateUrl: 'views/uri-payment.html'
|
||||
template: " ", // just fire controller
|
||||
controller: 'paymentUriController',
|
||||
})
|
||||
.when('/paymentIntent', {
|
||||
templateUrl: 'views/paymentIntent.html',
|
||||
.when('/selectWalletForPayment', {
|
||||
template: " ", // just fire controller
|
||||
controller: 'walletForPaymentController',
|
||||
logged: true
|
||||
})
|
||||
.when('/join', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue