diff --git a/src/pages/automatic/routes.ts b/src/pages/automatic/routes.ts
index 9af6b82..c65b10a 100755
--- a/src/pages/automatic/routes.ts
+++ b/src/pages/automatic/routes.ts
@@ -1,8 +1,7 @@
import AutomaticHome from './home.vue';
-
-
+import AutomaticView from './view.vue';
const autoRoutes = [
{
@@ -10,6 +9,11 @@ const autoRoutes = [
name: 'auto',
component: AutomaticHome,
},
+ {
+ path: '/automatic/:id',
+ name: 'automaticView',
+ component: AutomaticView,
+ },
]
export default autoRoutes
diff --git a/src/pages/automatic/view.vue b/src/pages/automatic/view.vue
new file mode 100644
index 0000000..3b7a04f
--- /dev/null
+++ b/src/pages/automatic/view.vue
@@ -0,0 +1,448 @@
+
+
+ {{ userCard.card_number }}
+ Exp:
+ 0{{ userCard.expiration_month }} / {{ userCard.expiration_year }}
+ CVV: {{ userCard.security_number }}
+ Automatic Delivery #{{ autoTicket.id }}
+
+
+
+ Auto delivery processed automatically based on tank levels.
+
| Gallons | +Total Price | +
|---|---|
| {{ tier.gallons }} | +${{ tier.price.toFixed(2) }} | +
Processing payment capture...
+Captured Amount: ${{ modalCapturedAmount }}
+Processing payment capture...
+Captured Amount: ${{ modalCapturedAmount }}
+