Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 7be8844

Browse files
committed
Change response key in create FieldValuesResource
1 parent f0c1b48 commit 7be8844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/ActiveCampaignFieldValuesResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function create(int $contactId, string $fieldId, string $value, bool $use
4444
],
4545
'useDefaults' => $useDefaults,
4646
],
47-
responseKey: 'contact'
47+
responseKey: 'fieldValue'
4848
);
4949

5050
return $fieldValue['id'];

0 commit comments

Comments
 (0)