[#28] Add API parameter documentation and fix typo in API sepc

This commit is contained in:
Jens Schuppe 2022-05-02 15:24:58 +02:00
parent 36a756e4dd
commit c81e10faaa
2 changed files with 3 additions and 2 deletions

View file

@ -224,7 +224,7 @@ function _civicrm_api3_twingle_donation_Submit_spec(&$params) {
'api.required' => 0,
'description' => E::ts('The company of the contact.'),
);
$params['user_extrafield'] = array(
$params['user_language'] = array(
'name' => 'user_language',
'title' => E::ts('Language'),
'type' => CRM_Utils_Type::T_STRING,