diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7c695d6..f032446 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing Guide
-Hola amigo! I'm really excited that you are interested in contributing to cbPayments. Before submitting your contribution, please make sure to take a moment and read through the following guidelines:
+Hola amigo! I'm really excited that you are interested in contributing to cbpayments. Before submitting your contribution, please make sure to take a moment and read through the following guidelines:
- [Code Of Conduct](#code-of-conduct)
- [Bug Reporting](#bug-reporting)
@@ -98,11 +98,11 @@ You can support ColdBox and all of our Open Source initiatives at Ortus Solution
## Contributors
-Thank you to all the people who have already contributed to cbPayments! We :heart: :heart: :heart: love you!
+Thank you to all the people who have already contributed to cbpayments! We :heart: :heart: :heart: love you!
-
-
+
+
Made with [contributors-img](https://contrib.rocks)
diff --git a/ModuleConfig.cfc b/ModuleConfig.cfc
index 961227e..e109495 100644
--- a/ModuleConfig.cfc
+++ b/ModuleConfig.cfc
@@ -6,7 +6,7 @@
component {
// Module Properties
- this.title = "cbPayments";
+ this.title = "cbpayments";
this.author = "Ortus Solutions";
this.webURL = "https://www.ortussolutions.com";
this.description = "A module providing a common interface and API for processing payments and subscriptions'";
diff --git a/box.json b/box.json
index e09aa89..3497201 100644
--- a/box.json
+++ b/box.json
@@ -1,5 +1,5 @@
{
- "name":"cbPayments",
+ "name":"cbpayments",
"version":"1.0.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbpayments/@build.version@/cbpayments-@build.version@.zip",
"author":"Ortus Solutions ",
diff --git a/build/SetupTemplate.cfc b/build/SetupTemplate.cfc
index 1e01306..ae607fa 100644
--- a/build/SetupTemplate.cfc
+++ b/build/SetupTemplate.cfc
@@ -39,7 +39,7 @@ component {
command( "tokenReplace" )
.params(
path = "/#variables.cwd#/**",
- token = "cbPayments",
+ token = "cbpayments",
replacement = moduleName
)
.run();
diff --git a/readme.md b/readme.md
index f0841cb..c537974 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,3 @@
-`cbPayments` - The Coldbox Payments and Subscription Processing Module
+`cbpayments` - The Coldbox Payments and Subscription Processing Module
diff --git a/server-adobe@2018.json b/server-adobe@2018.json
index f0e06d9..b532835 100644
--- a/server-adobe@2018.json
+++ b/server-adobe@2018.json
@@ -1,5 +1,5 @@
{
- "name":"cbPayments-adobe@2018",
+ "name":"cbpayments-adobe@2018",
"app":{
"serverHomeDirectory":".engine/adobe2018",
"cfengine":"adobe@2018"
@@ -13,7 +13,7 @@
},
"webroot": "test-harness",
"aliases":{
- "/moduleroot/cbPayments":"../"
+ "/moduleroot/cbpayments":"../"
}
},
"openBrowser":"false",
diff --git a/server-adobe@2021.json b/server-adobe@2021.json
index 663ccb9..6c46b31 100644
--- a/server-adobe@2021.json
+++ b/server-adobe@2021.json
@@ -1,5 +1,5 @@
{
- "name":"cbPayments-adobe@2021",
+ "name":"cbpayments-adobe@2021",
"app":{
"serverHomeDirectory":".engine/adobe2021",
"cfengine":"adobe@2021"
@@ -13,7 +13,7 @@
},
"webroot": "test-harness",
"aliases":{
- "/moduleroot/cbPayments":"../"
+ "/moduleroot/cbpayments":"../"
}
},
"jvm":{
diff --git a/server-adobe@2023.json b/server-adobe@2023.json
index 934d900..1c691f1 100644
--- a/server-adobe@2023.json
+++ b/server-adobe@2023.json
@@ -1,5 +1,5 @@
{
- "name":"cbPayments-adobe@2023",
+ "name":"cbpayments-adobe@2023",
"app":{
"serverHomeDirectory":".engine/adobe2023",
"cfengine":"adobe@2023"
@@ -13,7 +13,7 @@
},
"webroot": "test-harness",
"aliases":{
- "/moduleroot/cbPayments":"../"
+ "/moduleroot/cbpayments":"../"
}
},
"jvm":{
diff --git a/server-lucee@5.json b/server-lucee@5.json
index 158560d..f5c1b1b 100644
--- a/server-lucee@5.json
+++ b/server-lucee@5.json
@@ -1,5 +1,5 @@
{
- "name":"cbPayments-lucee@5",
+ "name":"cbpayments-lucee@5",
"app":{
"serverHomeDirectory":".engine/lucee5",
"cfengine":"lucee@5"
@@ -13,7 +13,7 @@
},
"webroot":"test-harness",
"aliases":{
- "/moduleroot/cbPayments":"../"
+ "/moduleroot/cbpayments":"../"
}
},
"openBrowser":"false",
diff --git a/server-lucee@6.json b/server-lucee@6.json
index 7db71f5..1959826 100644
--- a/server-lucee@6.json
+++ b/server-lucee@6.json
@@ -1,5 +1,5 @@
{
- "name":"cbPayments-lucee@6",
+ "name":"cbpayments-lucee@6",
"app":{
"serverHomeDirectory":".engine/lucee6",
"cfengine":"lucee@6"
@@ -13,7 +13,7 @@
},
"webroot": "test-harness",
"aliases":{
- "/moduleroot/cbPayments":"../"
+ "/moduleroot/cbpayments":"../"
}
},
"openBrowser":"false",
diff --git a/test-harness/Application.cfc b/test-harness/Application.cfc
index 5cae8c1..dc575cb 100644
--- a/test-harness/Application.cfc
+++ b/test-harness/Application.cfc
@@ -7,7 +7,7 @@ www.ortussolutions.com
component{
// UPDATE THE NAME OF THE MODULE IN TESTING BELOW
- request.MODULE_NAME = "cbPayments";
+ request.MODULE_NAME = "cbpayments";
// Application properties
this.name = hash( getCurrentTemplatePath() );
diff --git a/test-harness/tests/Application.cfc b/test-harness/tests/Application.cfc
index a567036..26f3fb6 100644
--- a/test-harness/tests/Application.cfc
+++ b/test-harness/tests/Application.cfc
@@ -6,9 +6,9 @@
component {
// The name of the module used in cfmappings ,etc
- request.MODULE_NAME = "cbPayments";
+ request.MODULE_NAME = "cbpayments";
// The directory name of the module on disk. Usually, it's the same as the module name
- request.MODULE_PATH = "cbPayments";
+ request.MODULE_PATH = "cbpayments";
// APPLICATION CFC PROPERTIES
this.name = "#request.MODULE_NAME# Testing Suite";