parent
851f420939
commit
e5cfa8752b
1 changed files with 5 additions and 1 deletions
|
@ -746,7 +746,11 @@ if (!class_exists('WC_Retailcrm_Base')) {
|
|||
|
||||
public function reviewCreditBonus()
|
||||
{
|
||||
echo $this->loyalty->getCreditBonuses();
|
||||
$resultHtml = $this->loyalty->getCreditBonuses();
|
||||
|
||||
if ($resultHtml) {
|
||||
echo $resultHtml;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue