mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-23 22:44:08 +00:00
Quick fix for group payment issue got stuck reported by enqi
This commit is contained in:
@@ -114,7 +114,7 @@ class CreatePaymentTransactionProcessor
|
||||
/** @var Wallet $wallet */
|
||||
$wallet = $company_module->wallets()->first();
|
||||
|
||||
if((float) number_format(($wallet->amount - $amount),2) < -0.02){
|
||||
if((float) number_format(($wallet->amount - $amount),2) < -0.01){
|
||||
throw new MalformedRequestException('Insufficient wallet balance. Please Top up your wallet.');
|
||||
}
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ class OneTimeFixWalletGroupTransactionV2Command extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
// return;
|
||||
return;
|
||||
|
||||
OneTimeFixWalletGroupTransactionV2CommandJob::dispatch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user