Added PaymentFailed Route
This commit is contained in:
@@ -21,7 +21,8 @@ import TermsAndConditions from '@/views/documentation/TermsAndConditions.vue';
|
|||||||
import ProfilePage from '@/views/profile/ProfilePage.vue';
|
import ProfilePage from '@/views/profile/ProfilePage.vue';
|
||||||
import { createRouter, createWebHistory } from 'vue-router';
|
import { createRouter, createWebHistory } from 'vue-router';
|
||||||
import LoginView from '../views/LoginView.vue';
|
import LoginView from '../views/LoginView.vue';
|
||||||
import PaymentCompleted from '../views/PayementCompleted.vue';
|
import PaymentCompleted from '../views/PaymentCompleted.vue';
|
||||||
|
import PaymentFailed from "@/views/PaymentFailed.vue";
|
||||||
import Home from '../views/main/Home.vue';
|
import Home from '../views/main/Home.vue';
|
||||||
import Wallet from '../views/main/Wallet.vue';
|
import Wallet from '../views/main/Wallet.vue';
|
||||||
|
|
||||||
@@ -139,6 +140,13 @@ const routes = [
|
|||||||
component: PaymentCompleted,
|
component: PaymentCompleted,
|
||||||
|
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/paymentfailed',
|
||||||
|
name: 'PaymentFailed',
|
||||||
|
component: PaymentFailed,
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/wallet',
|
path: '/wallet',
|
||||||
|
|||||||
Reference in New Issue
Block a user