@ -251,6 +251,7 @@ class SeparateAccountsService implements SeparateAccountsServiceInterface
$order->id,
FinancialRecord::OFL_FIRST_AWARD_LIMIT_AMOUNT
)
&& $order->money >= FinancialRecord::OFL_FIRST_AWARD_LIMIT_AMOUNT
) {
$awardAmount = SystemConfig::query()->where(['type' => 1, 'menu_name' => 'award_each_order'])->value('value');