diff --git a/payments/hosted/hosted.go b/payments/hosted/hosted.go index 9234f9b..624ea1d 100644 --- a/payments/hosted/hosted.go +++ b/payments/hosted/hosted.go @@ -26,6 +26,7 @@ type ( BillingDescriptor *payments.BillingDescriptor `json:"billing_descriptor,omitempty"` Reference string `json:"reference,omitempty"` Description string `json:"description,omitempty"` + DisplayName string `json:"display_name,omitempty"` Customer *common.CustomerRequest `json:"customer,omitempty"` Shipping *payments.ShippingDetails `json:"shipping,omitempty"` Billing *payments.BillingInformation `json:"billing,omitempty"` diff --git a/test/payments_payouts_previous_test.go b/test/payments_payouts_previous_test.go index 2d27dd7..0d58b3a 100644 --- a/test/payments_payouts_previous_test.go +++ b/test/payments_payouts_previous_test.go @@ -11,6 +11,7 @@ import ( ) func TestRequestPayoutPrevious(t *testing.T) { + t.Skip("unavailable") cardDestination := abc.NewRequestCardDestination() cardDestination.Name = Name cardDestination.FirstName = FirstName diff --git a/test/payments_request_apm_previous_test.go b/test/payments_request_apm_previous_test.go index 792fcdd..0333839 100644 --- a/test/payments_request_apm_previous_test.go +++ b/test/payments_request_apm_previous_test.go @@ -14,6 +14,7 @@ import ( ) func TestRequestPaymentsAPMPrevious(t *testing.T) { + t.Skip("unavailable") var ( customer = common.CustomerRequest{ Id: "cus_vtkefqy4pevebjhkdp5bkklncy",