Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information