mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(router): add admin list apis for v2 (#5883)
This commit is contained in:
committed by
GitHub
parent
fbd2cda763
commit
bc6c460ca9
@ -229,8 +229,7 @@ pub async fn get_single_merchant_id(
|
||||
.org_id
|
||||
.as_ref()
|
||||
.ok_or(UserErrors::InternalServerError)
|
||||
.attach_printable("org_id not found")?
|
||||
.get_string_repr(),
|
||||
.attach_printable("org_id not found")?,
|
||||
)
|
||||
.await
|
||||
.change_context(UserErrors::InternalServerError)
|
||||
|
||||
Reference in New Issue
Block a user