Skip to content

Commit

Permalink
Fix typo that is not compatible with PHP 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdespirito committed Jul 6, 2021
1 parent 6c7aabe commit 6febcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Webpay/Oneclick/MallInscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function delete($tbkUser, $username)
$this->sendRequest(
'DELETE',
static::INSCRIPTION_DELETE_ENDPOINT,
$payload,
$payload
);
} catch (WebpayRequestException $e) {
if ($e->getHttpCode() !== 204) {
Expand Down

0 comments on commit 6febcf9

Please sign in to comment.