mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-02 12:17:38 +08:00
perf(support php7.4): Handles bcmath floating point Numbers
This commit is contained in:
parent
5089870215
commit
df51a29092
@ -446,6 +446,6 @@ class Support
|
||||
}
|
||||
}
|
||||
|
||||
return $dec;
|
||||
return str_replace('.00', '', $dec);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user