Skip to content

Commit

Permalink
fixed ping test
Browse files Browse the repository at this point in the history
  • Loading branch information
cblach committed Nov 23, 2019
1 parent 486864c commit 71ddc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handlePing.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

if ($ping['seq'] > $localSeq) {
// Fetch changes with a seq request...
$seq = $scanpay->seq($ping['seq'], $options);
$seq = $scanpay->seq($localSeq, $options);

foreach ($seq['changes'] as $change) {
// Apply some changes (captures, refunds ...)
Expand Down

0 comments on commit 71ddc3f

Please sign in to comment.