Commit 5e1fcc0
authored
chore: pass correct param names in request body for php (#628)
# Fixes #
In PHP, the JSON request body params were not resolved correctly. They
were to be read from `name` instead of `baseName` since baseName is
explicitly being converted to camelCase. Fixing this enable users to
access the JSON Payload APIs correctly.1 parent 24901e1 commit 5e1fcc0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments