Skip to content

Commit

Permalink
Update GuPaymentTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jprodrigues70 authored Aug 3, 2021
1 parent 2f0fa0b commit 2623de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GuPaymentTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ trait GuPaymentTrait
*
* @throws \InvalidArgumentException
*/
public function charge(?int $amount, array $options = [])
public function charge($amount, array $options = [])
{
if (! array_key_exists('items', $options) &&
! array_key_exists('invoice_id', $options)
Expand Down

0 comments on commit 2623de8

Please sign in to comment.