Commit 180d27f4 authored by Tomek Jankowski's avatar Tomek Jankowski

Update Settlement.php - bug fix

parent 819f569b
...@@ -71,7 +71,7 @@ class Settlement extends FragmentAbstract ...@@ -71,7 +71,7 @@ class Settlement extends FragmentAbstract
if(!isset($this->options["payment"])) if(!isset($this->options["payment"]))
$this->options["payment"] = []; $this->options["payment"] = [];
$this->options["payment"]["settlestatus"] = (string) $settledate; $this->options["payment"]["settlestatus"] = (string) $status;
return $this; return $this;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment