@@ -84,7 +84,7 @@ |
||
84 | 84 | |
85 | 85 | public function setCompleteUrl($value) |
86 | 86 | { |
87 | - $this->setParameter('completeUrl', $value); |
|
87 | + $this->setParameter('completeUrl', $value); |
|
88 | 88 | } |
89 | 89 | |
90 | 90 | public function getCompleteUrl() |
@@ -56,7 +56,7 @@ |
||
56 | 56 | } |
57 | 57 | |
58 | 58 | public function sendData($data) |
59 | - { |
|
59 | + { |
|
60 | 60 | $result = $this->httpClient->request( |
61 | 61 | 'POST', |
62 | 62 | $this->getEndpoint() . $this->resource, |
@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | } |
45 | 45 | |
46 | 46 | public function sendData($data) |
47 | - { |
|
47 | + { |
|
48 | 48 | $result = $this->httpClient->request( |
49 | 49 | 'POST', |
50 | 50 | $this->getEndpoint() . $this->resource, |
@@ -60,5 +60,5 @@ discard block |
||
60 | 60 | $this, |
61 | 61 | $result->getBody()->getContents(), |
62 | 62 | ); |
63 | - } |
|
63 | + } |
|
64 | 64 | } |