diff --git a/app/Services/Notifications/MiniNotificationService.php b/app/Services/Notifications/MiniNotificationService.php index 02d96c5..ac89daf 100644 --- a/app/Services/Notifications/MiniNotificationService.php +++ b/app/Services/Notifications/MiniNotificationService.php @@ -23,7 +23,7 @@ class MiniNotificationService $businessName = $payment->qrCode?->content()['business_name'] ?? $payment->qrCode?->label ?? 'Payment QR'; $amount = $this->formatMoney($payment->currency, $payment->merchant_amount_minor ?: $payment->amount_minor); $title = 'Payment received'; - $message = sprintf('%s paid %s via %s.', $this->payerLabel($payment), $amount, $businessName); + $message = sprintf('%s paid %s to %s.', $this->payerLabel($payment), $amount, $businessName); $this->alert( $merchant,