mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
chore: address Rust 1.79 clippy lints (#5003)
This commit is contained in:
@ -377,31 +377,11 @@ pub enum GlobalpayPaymentStatus {
|
||||
Reversed,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct GlobalpayWebhoookResourceObject {
|
||||
pub data: GlobalpayWebhookDataResource,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct GlobalpayWebhookDataResource {
|
||||
pub object: serde_json::Value,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct GlobalpayWebhookObjectId {
|
||||
pub id: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct GlobalpayWebhookDataId {
|
||||
pub object: GlobalpayWebhookObjectDataId,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct GlobalpayWebhookObjectDataId {
|
||||
pub id: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct GlobalpayWebhookObjectEventType {
|
||||
pub status: GlobalpayWebhookStatus,
|
||||
|
||||
Reference in New Issue
Block a user