PluginProbe
WCPOS – Point of Sale (POS) plugin for WooCommerce / 1.10.19
WCPOS – Point of Sale (POS) plugin for WooCommerce v1.10.19
1.10.20 1.10.19 1.10.18 1.10.17 1.10.16 1.10.15 1.10.13 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 untagged-3d9b7ccddc54df87c672 1.10.7 1.10.6 1.10.5 1.10.3 1.10.4 1.10.2 1.10.1 1.10.0 1.9.17 1.9.15 1.9.16 All 164 releases
← All changes | includes/Sync/Order_Pull_Planner.php +1 -1 1.10.2 → 1.10.19 View file →
@@ -65,9 +65,9 @@
65 65 * @param bool $page_full The limit+1 probe overflowed (more rows exist beyond this page).
66 66 * @param callable $serialize fn(int $order_id): array — the FULL payload, or array() when the
67 67 * order no longer serializes (absent/inaccessible).
68 68 * @param callable $fallback_revision fn(array $full_payload, int $order_id, int $sequence): string —
69 - * the canonical revision when the index row carries none.
69 + * the canonical revision for fresh index rows, which normally carry none.
70 70 */
71 71 public function plan( array $change_rows, bool $page_full, callable $serialize, callable $fallback_revision ): Generator {
72 72 $has_more = $page_full;
73 73 $response_checkpoint = $this->request_checkpoint;