We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df526ba commit 90c20c0Copy full SHA for 90c20c0
app/code/Meta/BusinessExtension/Helper/GraphAPIAdapter.php
@@ -29,7 +29,7 @@ class GraphAPIAdapter
29
const GET_ORDERS_LIMIT = 25;
30
31
/** @var string */
32
- private const ORDER_STATE_CREATED = 'STATE_CREATED';
+ private const ORDER_STATE_CREATED = 'CREATED';
33
34
/**
35
* @var mixed
0 commit comments