Skip to content

Commit

Permalink
Update CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Jul 29, 2020
1 parent 58f1f4a commit 4040b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base/Bill.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function create(

$paymentCompletion = $paymentCompletion instanceof PaymentCompletionContract
? $paymentCompletion
: new PaymentCompletionUrl($paymentCompletion, $optional['redirect_url']?? null);
: new PaymentCompletionUrl($paymentCompletion, $optional['redirect_url'] ?? null);

$body = \array_merge($body, $paymentCompletion->toArray());

Expand Down

0 comments on commit 4040b90

Please sign in to comment.