From cb8df58cfcbed1666c695a326af8f92f8e51db30 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Wed, 21 Jun 2023 15:19:27 -0500 Subject: [PATCH] Update to next version --- CHANGELOG.md | 1 + package.json | 2 +- src/app/app.component.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36626ff..ede7a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Modified order service to query API using `token`. - Modified receipt component to use the new `token`. - Modified invoice component to use the new `token`. +- Modified payment service component to remove order-creation logic. ### Fixed diff --git a/package.json b/package.json index 544bf31..dc6e7b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zgo", - "version": "2.2.0", + "version": "2.3.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/app/app.component.html b/src/app/app.component.html index 6506163..811f00b 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -45,7 +45,7 @@ style="margin-top: 10px; margin-bottom: 20px;">
© 2023 Vergara Technologies LLC
-
Version 2.2.0
+
Version 2.3.0
{{ vE.mainPriceData }}