mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
chore: rename orca to hyperswitch (#310)
This commit is contained in:
@ -261,7 +261,7 @@ async fn get_parent_merchant(
|
||||
})
|
||||
})
|
||||
// TODO: Update the API validation error structs to provide more info about which field caused an error
|
||||
// In this case we have multiple fields which use merchant_id (perchant_id & parent_merchant_id)
|
||||
// In this case we have multiple fields which use merchant_id (merchant_id & parent_merchant_id)
|
||||
// making it hard to figure out what went wrong
|
||||
// https://juspay.atlassian.net/browse/ORCA-358
|
||||
.map(|id| validate_merchant_id(db, id))?.await?.merchant_id
|
||||
|
||||
Reference in New Issue
Block a user