fix(router): aggregate critical hotfixes for v0.5.10 (#1162)

Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: SamraatBansal <samraatbansal7@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
ItsMeShashank
2023-05-17 15:39:00 +05:30
committed by GitHub
parent 2ce5d5ffe4
commit ed22b2af76
6 changed files with 21 additions and 7 deletions

View File

@ -1523,7 +1523,7 @@ pub struct GpayTransactionInfo {
/// The total price status (ex: 'FINAL')
pub total_price_status: String,
/// The total price
pub total_price: i64,
pub total_price: String,
}
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize, ToSchema)]