Skip to content

Commit bc5f3a4

Browse files
committed
fix: normalize GUIDs in funding configuration to lowercase
Signed-off-by: kaifcoder <kaifmohd2014@gmail.com>
1 parent d919fda commit bc5f3a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

funding.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@
3939
"funding": {
4040
"channels": [
4141
{
42-
"guid": "MyBank",
42+
"guid": "mybank",
4343
"type": "bank",
4444
"description": "contact me on my email (kaifmohd2014@gmail.com) to get account details "
4545
}
4646
],
4747
"plans": [
4848
{
49-
"guid": "MyBank",
49+
"guid": "mybank-dev-support",
5050
"status": "active",
5151
"name": "Development Support Plan",
5252
"description": "This will cover the cost of one developer working part-time on the project",
5353
"amount": 200,
5454
"currency": "USD",
5555
"frequency": "monthly",
5656
"channels": [
57-
"MyBank"
57+
"mybank"
5858
]
5959
}
6060
],

0 commit comments

Comments
 (0)