From 50acd8fce167ef0c856ee55e9630d9f86321d647 Mon Sep 17 00:00:00 2001 From: Edwin Mead Date: Mon, 4 Oct 2021 15:01:28 +0100 Subject: [PATCH] Add status field to CaptureAmount --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 1cae1e5..c034c34 100644 --- a/types.go +++ b/types.go @@ -686,6 +686,7 @@ type ( // CaptureAmount struct CaptureAmount struct { + Status string `json:"status,omitempty"` ID string `json:"id,omitempty"` CustomID string `json:"custom_id,omitempty"` Amount *PurchaseUnitAmount `json:"amount,omitempty"`