Skip to content

Commit f20480d

Browse files
Store arguments in the status option
We will decide what to do with them later.
1 parent a60b022 commit f20480d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Integrations/POSCatalog/AsyncGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public function get_status( ?array $args = null ): array {
106106
'progress' => 0,
107107
'processed' => 0,
108108
'total' => -1,
109+
'args' => $args ?? [],
109110
];
110111

111112
update_option(

0 commit comments

Comments
 (0)