1
0
Fork 0
mirror of synced 2025-04-03 22:03:34 +03:00
fix code
This commit is contained in:
Ivan Chaplygin 2024-05-13 17:42:27 +03:00
parent 55ea3b029a
commit 6bb3c0c820

View file

@ -378,7 +378,7 @@ if (!class_exists('WC_Retailcrm_Loyalty')) :
}
if (!$isPercentDiscount) {
$response = $this->retailcrm->applyBonusToOrder($createdOrder['site'], ['externalId' => $this->order['externalId']], (float) $discountLp);
$response = $this->apiClient->applyBonusToOrder($createdOrder['site'], ['externalId' => $createdOrder['externalId']], (float) $discountLp);
if (!$response instanceof WC_Retailcrm_Response || !$response->isSuccessful()) {
return $response->getErrorString();