Skip to content

Commit

Permalink
casing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Jul 23, 2024
1 parent cc7eb03 commit 874b3c5
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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!


<a href = "https://github.com/coldbox-modules/cbPayments/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=coldbox-modules/cbPayments"/>
<a href = "https://github.com/coldbox-modules/cbpayments/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=coldbox-modules/cbpayments"/>
</a>

Made with [contributors-img](https://contrib.rocks)
2 changes: 1 addition & 1 deletion ModuleConfig.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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'";
Expand Down
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -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 <info@ortussolutions.com>",
Expand Down
2 changes: 1 addition & 1 deletion build/SetupTemplate.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ component {
command( "tokenReplace" )
.params(
path = "/#variables.cwd#/**",
token = "cbPayments",
token = "cbpayments",
replacement = moduleName
)
.run();
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
`cbPayments` - The Coldbox Payments and Subscription Processing Module
`cbpayments` - The Coldbox Payments and Subscription Processing Module


4 changes: 2 additions & 2 deletions server-adobe@2018.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name":"cbPayments-adobe@2018",
"name":"cbpayments-adobe@2018",
"app":{
"serverHomeDirectory":".engine/adobe2018",
"cfengine":"adobe@2018"
Expand All @@ -13,7 +13,7 @@
},
"webroot": "test-harness",
"aliases":{
"/moduleroot/cbPayments":"../"
"/moduleroot/cbpayments":"../"
}
},
"openBrowser":"false",
Expand Down
4 changes: 2 additions & 2 deletions server-adobe@2021.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name":"cbPayments-adobe@2021",
"name":"cbpayments-adobe@2021",
"app":{
"serverHomeDirectory":".engine/adobe2021",
"cfengine":"adobe@2021"
Expand All @@ -13,7 +13,7 @@
},
"webroot": "test-harness",
"aliases":{
"/moduleroot/cbPayments":"../"
"/moduleroot/cbpayments":"../"
}
},
"jvm":{
Expand Down
4 changes: 2 additions & 2 deletions server-adobe@2023.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name":"cbPayments-adobe@2023",
"name":"cbpayments-adobe@2023",
"app":{
"serverHomeDirectory":".engine/adobe2023",
"cfengine":"adobe@2023"
Expand All @@ -13,7 +13,7 @@
},
"webroot": "test-harness",
"aliases":{
"/moduleroot/cbPayments":"../"
"/moduleroot/cbpayments":"../"
}
},
"jvm":{
Expand Down
4 changes: 2 additions & 2 deletions server-lucee@5.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name":"cbPayments-lucee@5",
"name":"cbpayments-lucee@5",
"app":{
"serverHomeDirectory":".engine/lucee5",
"cfengine":"lucee@5"
Expand All @@ -13,7 +13,7 @@
},
"webroot":"test-harness",
"aliases":{
"/moduleroot/cbPayments":"../"
"/moduleroot/cbpayments":"../"
}
},
"openBrowser":"false",
Expand Down
4 changes: 2 additions & 2 deletions server-lucee@6.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name":"cbPayments-lucee@6",
"name":"cbpayments-lucee@6",
"app":{
"serverHomeDirectory":".engine/lucee6",
"cfengine":"lucee@6"
Expand All @@ -13,7 +13,7 @@
},
"webroot": "test-harness",
"aliases":{
"/moduleroot/cbPayments":"../"
"/moduleroot/cbpayments":"../"
}
},
"openBrowser":"false",
Expand Down
2 changes: 1 addition & 1 deletion test-harness/Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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() );
Expand Down
4 changes: 2 additions & 2 deletions test-harness/tests/Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 874b3c5

Please sign in to comment.