refactor: use hashmap deserializer for generic_link options (#5157)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Kashif
2024-07-02 15:16:20 +05:30
committed by GitHub
parent 3bbdfb5a1c
commit a343f69dc4
23 changed files with 310 additions and 90 deletions

View File

@ -9154,7 +9154,8 @@
"items": {
"$ref": "#/components/schemas/PaymentMethodType"
},
"description": "An array of associated payment method types"
"description": "An array of associated payment method types",
"uniqueItems": true
}
}
},