We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e553e commit 0c7fd76Copy full SHA for 0c7fd76
composer.json
@@ -35,11 +35,11 @@
35
"require-dev": {
36
"omnipay/tests": "~3.0",
37
"squizlabs/php_codesniffer": "^3.5",
38
- "symfony/psr-http-message-bridge": "^2.0"
+ "symfony/psr-http-message-bridge": "~1.1.0"
39
},
40
"extra": {
41
"branch-alias": {
42
- "dev-master": "3.0.x-dev"
+ "dev-master": "3.1.x-dev"
43
}
44
45
"prefer-stable": true
src/Message/WebhookNotification.php
@@ -16,6 +16,13 @@
16
*/
17
class WebhookNotification extends AbstractRequest implements NotificationInterface, ResponseInterface
18
{
19
+ /**
20
+ * The data contained in the response.
21
+ *
22
+ * @var mixed
23
+ */
24
+ protected $data;
25
+
26
/**
27
* @inheritDoc
28
0 commit comments