Skip to content

Commit 695b53f

Browse files
committed
Fix notifications history data resolving
1 parent 825f4b6 commit 695b53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function history($id, array $data)
128128
{
129129
$url = '/notifications/'.$id.'/history?app_id='.$this->api->getConfig()->getApplicationId();
130130

131-
$data = $this->resolverFactory->createNotificationResolver()->resolve($data);
131+
$data = $this->resolverFactory->createNotificationHistoryResolver()->resolve($data);
132132

133133
return $this->api->request('POST', $url, [
134134
'Authorization' => 'Basic '.$this->api->getConfig()->getApplicationAuthKey(),

0 commit comments

Comments
 (0)