mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(payments): add api locking for payments core (#1898)
This commit is contained in:
committed by
GitHub
parent
a48f9865bc
commit
5d66156132
@ -442,6 +442,12 @@ pub trait ConfigExt {
|
||||
}
|
||||
}
|
||||
|
||||
impl ConfigExt for u32 {
|
||||
fn is_empty_after_trim(&self) -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
impl ConfigExt for String {
|
||||
fn is_empty_after_trim(&self) -> bool {
|
||||
self.trim().is_empty()
|
||||
|
||||
Reference in New Issue
Block a user