This commit is contained in:
Edgar 2020-06-10 13:21:40 +02:00
parent 93a5d36fe1
commit 48339228ce
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -396,9 +396,9 @@ pub enum CaptureStatusDetails {
#[derive(Debug, Serialize, Deserialize, Eq, PartialEq)]
pub struct Capture {
/// The status of the captured payment.
status: CaptureStatus,
pub status: CaptureStatus,
/// The details of the captured payment status.
status_details: CaptureStatusDetails,
pub status_details: CaptureStatusDetails,
}
#[derive(Debug, Serialize, Deserialize, Eq, PartialEq)]