Skip to content

Commit 8134e9f

Browse files
Update GraphAPIAdapter.php (#766)
v18.0 is going to be deprecated soon. Updating to v20.0 which has 2 years to deprecation (2026).
1 parent b3fca68 commit 8134e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Meta/BusinessExtension/Helper/GraphAPIAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class GraphAPIAdapter
5555
/**
5656
* @var string
5757
*/
58-
private $graphAPIVersion = 'v18.0';
58+
private $graphAPIVersion = 'v20.0';
5959

6060
/**
6161
* @var Client

0 commit comments

Comments
 (0)