Skip to content

Commit

Permalink
refactor: resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakilmostak committed Feb 19, 2024
1 parent b51fb48 commit 118aae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/payme/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ impl TryFrom<SaleStatus> for enums::RefundStatus {
#[derive(Debug, Deserialize)]
pub struct PaymeRefundResponse {
sale_status: SaleStatus,
payme_transaction_id: Option<String>,
payme_transaction_id: String,
status_error_code: i64,
}

Expand Down

0 comments on commit 118aae5

Please sign in to comment.