Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Collins Muriuki <[email protected]>
  • Loading branch information
itsyaasir and c12i authored Feb 1, 2024
1 parent 810d115 commit f1119e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/express/express_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct MpesaExpressQueryRequest<'mpesa> {
/// (YYYYMMDDHHMMSS)
#[serde(serialize_with = "serialize_utc_to_string")]
pub timestamp: DateTime<Local>,
///This is a global unique identifier of the processed checkout transaction
/// This is a global unique identifier of the processed checkout transaction
/// request.
#[serde(rename = "CheckoutRequestID")]
pub checkout_request_id: &'mpesa str,
Expand All @@ -34,7 +34,7 @@ pub struct MpesaExpressQueryRequest<'mpesa> {
#[derive(Debug, Clone, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct MpesaExpressQueryResponse {
///This is a global unique identifier of the processed checkout transaction
/// This is a global unique identifier of the processed checkout transaction
/// request.
#[serde(rename = "CheckoutRequestID")]
pub checkout_request_id: String,
Expand Down

0 comments on commit f1119e0

Please sign in to comment.