mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(logging): add a logging middleware to log all api requests (#3437)
This commit is contained in:
@ -81,11 +81,11 @@ where
|
||||
)
|
||||
.await?
|
||||
} else {
|
||||
save_in_locker(
|
||||
Box::pin(save_in_locker(
|
||||
state,
|
||||
merchant_account,
|
||||
payment_method_create_request.to_owned(),
|
||||
)
|
||||
))
|
||||
.await?
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user