pembetulan api untuk pelanggan baru
This commit is contained in:
@@ -266,6 +266,12 @@ class RingkasanHarianService
|
||||
|
||||
}
|
||||
|
||||
// Public method that calls the private method
|
||||
public function getCustomerSummary()
|
||||
{
|
||||
return $this->getBilanganCustomerBaru(); // Access the private method here
|
||||
}
|
||||
|
||||
private function getBayarRugiLelong()
|
||||
{
|
||||
$bayarRugiLelong = TuntutBaki::on($this->connectionCawangan)
|
||||
|
||||
Reference in New Issue
Block a user