@konplit-services/common 1.0.216 → 1.0.219
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/swagger/config.js
CHANGED
|
@@ -11,17 +11,17 @@ const configureSwagger = (app, paths) => {
|
|
|
11
11
|
definition: {
|
|
12
12
|
openapi: "3.1.0",
|
|
13
13
|
info: {
|
|
14
|
-
title: "
|
|
14
|
+
title: "Valuepay Payment System Documentation",
|
|
15
15
|
version: "1.0.0",
|
|
16
|
-
description: "This is a complete API definition for the
|
|
16
|
+
description: "This is a complete API definition for the Valuepay payment system documented with Swagger UI",
|
|
17
17
|
license: {
|
|
18
18
|
name: "IEC Code Components End-user licence agreement",
|
|
19
19
|
url: "https://spdx.org/licenses/IEC-Code-Components-EULA.html",
|
|
20
20
|
},
|
|
21
21
|
contact: {
|
|
22
|
-
name: "
|
|
23
|
-
url: "https://
|
|
24
|
-
email: "info@
|
|
22
|
+
name: "Valuepay",
|
|
23
|
+
url: "https://valuepayng.com",
|
|
24
|
+
email: "info@valuepay.ng",
|
|
25
25
|
},
|
|
26
26
|
},
|
|
27
27
|
servers: [
|