Skip to content

Commit 30adf5d

Browse files
committed
fix: properly format card gateway description in redirect mode
Use wpautop() and wptexturize() for card description, matching Bizum behavior. This ensures proper HTML formatting with paragraphs and line breaks.
1 parent f36f8c5 commit 30adf5d

File tree

4 files changed

+530
-1
lines changed

4 files changed

+530
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ node_modules/
3232
# Authentication state files
3333
/tests/auth/*.json
3434
/tests/auth/
35+
.phpcs.cache

.mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"chrome-devtools": {
4+
"command": "npx",
5+
"args": ["chrome-devtools-mcp@latest"]
6+
},
7+
"browsermcp": {
8+
"command": "npx",
9+
"args": ["@browsermcp/mcp@latest"]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)