Fix customer signature issue #424

This commit is contained in:
Kendrick Chan 2020-06-21 20:08:27 +08:00
parent eb2d173ea7
commit cbaf1ed6a6

View file

@ -189,7 +189,7 @@ class JOExtra
public function setCustomerSignature($sig_file)
{
$this->cust_signature($sig_file);
$this->cust_signature = $sig_file;
return $this;
}