Skip to content

Commit f0c0809

Browse files
committed
- [X] Fix missing "gateway" in WebhookSignature.php
1 parent e3f82df commit f0c0809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Tap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Tap
4343
// @var float Initial delay between retries, in seconds
4444
private static $initialNetworkRetryDelay = 0.5;
4545

46-
const VERSION = '2.2.1';
46+
const VERSION = '2.2.2';
4747

4848
/**
4949
* @return mixed

0 commit comments

Comments
 (0)