From 188f7c26fc010f2d6731e6bb4faad0270291fede Mon Sep 17 00:00:00 2001 From: Chris Kolenko Date: Wed, 7 Aug 2019 01:28:11 +1000 Subject: [PATCH] Add fields to ApplicationContext * ReturnURL * CancelURL --- types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types.go b/types.go index c71d2be..ce1f7d0 100644 --- a/types.go +++ b/types.go @@ -126,6 +126,8 @@ type ( LandingPage string `json:"landing_page,omitempty"` ShippingPreference string `json:"shipping_preference,omitempty"` UserAction string `json:"user_action,omitempty"` + ReturnURL string `json:"return_url,omitempty"` + CancelURL string `json:"cancel_url,omitempty"` } // Authorization struct