Skip to content

Commit

Permalink
Update docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardojbaez committed Dec 22, 2020
1 parent 8ebf870 commit bc399f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Models/SaleStatementInvoicePayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ public function invoice()
/**
* Determine whether the payment is applicable to the invoice.
*
* Best use case for this would be for failed, pending, and successful payments where successful payments.
* The most common use case would be to filter out successful/completed payments, leaving out any failed, pending,
* or authorized payments.
*
* @return bool
*/
Expand Down

0 comments on commit bc399f9

Please sign in to comment.