diff --git a/routes/web.php b/routes/web.php
index eff2482a..c50746ac 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -272,7 +272,7 @@ Route::get('/pending_orders', function(){
Route::get('/group/text/{id}', function($id){
$group = \App\Models\Group::where('id', $id)->get();
- echo 'RATE: '.$group->currency_rate.'
';
+ echo 'RATE: '.$group->currecny_rate.'
';
echo 'DATE: '.$group->created_at.'
';
$i = 0;