Skip to content

Commit

Permalink
Merge pull request #216 from TransbankDevelopers/fix/compatibility-fi…
Browse files Browse the repository at this point in the history
…x-php-70

Fix typo that is not compatible with PHP 7.0
  • Loading branch information
gdespirito authored Jul 6, 2021
2 parents 6c7aabe + 6febcf9 commit 2c563e8
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 2c563e8

Please sign in to comment.