diff --git a/app/Http/Resources/WalletTransactionResource.php b/app/Http/Resources/WalletTransactionResource.php
index 3c6856cf..71401d3b 100644
--- a/app/Http/Resources/WalletTransactionResource.php
+++ b/app/Http/Resources/WalletTransactionResource.php
@@ -48,7 +48,7 @@ class WalletTransactionResource extends JsonResource
$request['running_balance'] = bcadd($request['running_balance'], $this->amount, 5);
$marking = $order->reference;
- $description = 'Payment For order refs.'.''.$marking.'';
+ $description = 'Payment For order refs.'.''.$marking.'';
break;
case 11:
$request['running_balance'] = bcadd($request['running_balance'], $this->amount, 5);