dev
Aji Kamaludin 1 year ago
parent 981ca734c0
commit 07eb68c042
No known key found for this signature in database
GPG Key ID: 19058F67F0083AD3

@ -74,7 +74,7 @@ class PoinExchangeController extends Controller
if ($customer->poin_balance < $profile->validate_price_poin) {
return redirect()->route('customer.poin.exchange')
->with('message', ['type' => 'error', 'message' => 'koin kamu tidak cukup untuk ditukar voucher ini']);
->with('message', ['type' => 'error', 'message' => 'poin kamu tidak cukup untuk ditukar voucher ini']);
}
DB::beginTransaction();

Loading…
Cancel
Save