mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
chore(merchant_account): remove api_key field (#713)
This commit is contained in:
@ -162,7 +162,6 @@ diesel::table! {
|
||||
merchant_account (id) {
|
||||
id -> Int4,
|
||||
merchant_id -> Varchar,
|
||||
api_key -> Nullable<Varchar>,
|
||||
return_url -> Nullable<Varchar>,
|
||||
enable_payment_response_hash -> Bool,
|
||||
payment_response_hash_key -> Nullable<Varchar>,
|
||||
|
||||
Reference in New Issue
Block a user