Skip to content

Commit 90c20c0

Browse files
authored
change ORDER_STATE_CREATED string to CREATED (#188)
1 parent df526ba commit 90c20c0

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
@@ -29,7 +29,7 @@ class GraphAPIAdapter
2929
const GET_ORDERS_LIMIT = 25;
3030

3131
/** @var string */
32-
private const ORDER_STATE_CREATED = 'STATE_CREATED';
32+
private const ORDER_STATE_CREATED = 'CREATED';
3333

3434
/**
3535
* @var mixed

0 commit comments

Comments
 (0)