Skip to content

Commit

Permalink
Support KeyValue Type for Ruby PHP and Python
Browse files Browse the repository at this point in the history
Summary: Add support of type KeyValue to Ruby, PHP, and Python.

Reviewed By: mengxuanzhangz

Differential Revision: D53016094

fbshipit-source-id: 50409b3f7f5f8df38853e266edf46e781c269a47
  • Loading branch information
stcheng authored and facebook-github-bot committed Jan 23, 2024
1 parent 6d82637 commit bfec989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FacebookAds/Object/Fields/LeadgenFormFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getFieldTypes() {
'questions' => 'list<LeadGenQuestion>',
'status' => 'string',
'thank_you_page' => 'LeadGenThankYouPage',
'tracking_parameters' => 'list<map<string, string>>',
'tracking_parameters' => 'list<KeyValue>',
);
}
}

0 comments on commit bfec989

Please sign in to comment.