Skip to content

Commit

Permalink
refactor: change int type by string in docphp for webpayplus transact…
Browse files Browse the repository at this point in the history
…ion detail
  • Loading branch information
gasspper committed Jul 3, 2024
1 parent c2e581f commit bbaa77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Webpay/WebpayPlus/Responses/TransactionDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function getInstallmentsNumber(): int|null
}

/**
* @return int|null
* @return string|null
*/
public function getCommerceCode(): string|null
{
Expand Down

0 comments on commit bbaa77a

Please sign in to comment.