You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
authCapture: relax refundDeadline ordering to >= for contract parity
The contract's _validatePayment uses `preApprovalExp <= authorizationExp
<= refundExp` (equal allowed). Spec was using strict `>` on the refund
side, rejecting refundDeadline === captureDeadline configs that the
contract itself accepts. Aligning to >= avoids the off-chain/on-chain
divergence; the impl change ships alongside.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments