| @@ -24,9 +24,9 @@ | ||
| 24 | 24 | * Audit keys the SERVER derives — a client-supplied value is never accepted. |
| 25 | 25 | * |
| 26 | 26 | * @var string[] |
| 27 | 27 | */ |
| 28 | - private const SERVER_META_KEYS = array( '_pos_user', '_pos_user_created', '_woocommerce_pos_version' ); | |
| 28 | + private const SERVER_META_KEYS = array( '_pos_user', '_pos_user_created', '_pos_payment_asserted', '_woocommerce_pos_version' ); | |
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | 31 | * Audit keys sourced from the till at the sale (client-supplied, validated, |
| 32 | 32 | * write-once). |