Added sig and filename to acceptedCheckout method

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-17 07:01:56 -07:00
parent 8e85d316c9
commit afb3843fad

View file

@ -17,8 +17,9 @@ trait Acceptable
* @param User $acceptedBy * @param User $acceptedBy
* @param string $signature * @param string $signature
*/ */
public function acceptedCheckout(User $acceptedBy, $signature) public function acceptedCheckout(User $acceptedBy, $signature, $filename = null)
{ {
\Log::debug('acceptedCheckout in Acceptable trait fired, tho it doesn\'t do anything?');
} }
/** /**