build(deps): use utoipa crate upstream URL as git dependency (#378)

This commit is contained in:
Sanchith Hegde
2023-01-16 14:42:32 +05:30
committed by GitHub
parent 064c83eb78
commit 4e9fc244a9
5 changed files with 20 additions and 196 deletions

View File

@ -65,6 +65,9 @@ pub struct CreateMerchantAccount {
/// API key that will be used for server side API access
#[schema(example = "AH3423bkjbkjdsfbkj")]
pub publishable_key: Option<String>,
/// An identifier for the vault used to store payment method information.
#[schema(example = "locker_abc123")]
pub locker_id: Option<String>,
}