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 21557b2 commit 03f1096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebook_business/adobjects/leadgenform.py
Expand Up @@ -276,7 +276,7 @@ def create_test_lead(self, fields=None, params=None, batch=None, success=None, f
'questions': 'list<LeadGenQuestion>',
'status': 'string',
'thank_you_page': 'LeadGenThankYouPage',
'tracking_parameters': 'list<map<string, string>>',
'tracking_parameters': 'list<KeyValue>',
}
@classmethod
def _get_field_enum_info(cls):
Expand Down

0 comments on commit 03f1096

Please sign in to comment.