mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
feat(users): refactor ProdIntent to support product-type context and merchant-scope (#7638)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -2974,7 +2974,7 @@ pub async fn list_merchants_for_user_in_org(
|
||||
.map(|merchant_account| user_api::UserMerchantAccountResponse {
|
||||
merchant_name: merchant_account.merchant_name.clone(),
|
||||
merchant_id: merchant_account.get_id().to_owned(),
|
||||
product_type: merchant_account.product_type.clone(),
|
||||
product_type: merchant_account.product_type,
|
||||
version: merchant_account.version,
|
||||
})
|
||||
.collect::<Vec<_>>(),
|
||||
|
||||
Reference in New Issue
Block a user