diff --git a/README.md b/README.md index 82ed623..4cc653f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # ProcessOut Go -[![GoDoc](https://godoc.org/gopkg.in/processout.v4?status.svg)](https://godoc.org/gopkg.in/processout.v4) +[![GoDoc](https://godoc.org/gopkg.in/processout.v5?status.svg)](https://godoc.org/gopkg.in/processout.v5) ## Installation ```sh -go get gopkg.in/processout.v4 +go get gopkg.in/processout.v5 ``` ## Versioning -Versioning is done using gopkg.in, available at `gopkg.in/processout.v4`. \ No newline at end of file +Versioning is done using gopkg.in, available at `gopkg.in/processout.v5`. \ No newline at end of file diff --git a/activity.go b/activity.go index 5256242..6ec3572 100755 --- a/activity.go +++ b/activity.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Activity represents the Activity API object diff --git a/addon.go b/addon.go index da87c3e..9fded7c 100755 --- a/addon.go +++ b/addon.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Addon represents the Addon API object diff --git a/alternative_merchant_certificate.go b/alternative_merchant_certificate.go index 776d1c3..49cdb9a 100755 --- a/alternative_merchant_certificate.go +++ b/alternative_merchant_certificate.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // AlternativeMerchantCertificate represents the AlternativeMerchantCertificate API object diff --git a/api_version.go b/api_version.go index 70abc59..7ca8a32 100755 --- a/api_version.go +++ b/api_version.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // APIVersion represents the APIVersion API object diff --git a/apple_pay_alternative_merchant_certificates.go b/apple_pay_alternative_merchant_certificates.go index f867e9d..09c1e29 100755 --- a/apple_pay_alternative_merchant_certificates.go +++ b/apple_pay_alternative_merchant_certificates.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ApplePayAlternativeMerchantCertificates represents the ApplePayAlternativeMerchantCertificates API object diff --git a/balance.go b/balance.go index 8decd50..b1ff076 100755 --- a/balance.go +++ b/balance.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Balance represents the Balance API object diff --git a/balances.go b/balances.go index 8fa2091..3b7bf18 100755 --- a/balances.go +++ b/balances.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Balances represents the Balances API object diff --git a/card.go b/card.go index 0ddc1b5..1e3467e 100755 --- a/card.go +++ b/card.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Card represents the Card API object diff --git a/card_contact.go b/card_contact.go index 5764700..737375d 100755 --- a/card_contact.go +++ b/card_contact.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // CardContact represents the CardContact API object diff --git a/card_create_request.go b/card_create_request.go index 70b5f27..218b1b0 100755 --- a/card_create_request.go +++ b/card_create_request.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // CardCreateRequest represents the CardCreateRequest API object diff --git a/card_information.go b/card_information.go index 7a4a154..18b1efe 100755 --- a/card_information.go +++ b/card_information.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // CardInformation represents the CardInformation API object diff --git a/card_shipping.go b/card_shipping.go index 3056d5a..337e552 100755 --- a/card_shipping.go +++ b/card_shipping.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // CardShipping represents the CardShipping API object diff --git a/card_update_request.go b/card_update_request.go index 435f7e2..9fa2060 100755 --- a/card_update_request.go +++ b/card_update_request.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // CardUpdateRequest represents the CardUpdateRequest API object diff --git a/category_error_codes.go b/category_error_codes.go index a3f3895..cb56bce 100755 --- a/category_error_codes.go +++ b/category_error_codes.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // CategoryErrorCodes represents the CategoryErrorCodes API object diff --git a/coupon.go b/coupon.go index d184f9d..cf63b6e 100755 --- a/coupon.go +++ b/coupon.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Coupon represents the Coupon API object diff --git a/customer.go b/customer.go index 0b0ec8a..3274383 100755 --- a/customer.go +++ b/customer.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Customer represents the Customer API object diff --git a/customer_action.go b/customer_action.go index 6e91011..02f4772 100755 --- a/customer_action.go +++ b/customer_action.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // CustomerAction represents the CustomerAction API object diff --git a/customer_phone.go b/customer_phone.go index 2390a4b..1c5fe05 100755 --- a/customer_phone.go +++ b/customer_phone.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // CustomerPhone represents the CustomerPhone API object diff --git a/device.go b/device.go index c4fffce..fecb140 100755 --- a/device.go +++ b/device.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Device represents the Device API object diff --git a/discount.go b/discount.go index e47cb17..a58c919 100755 --- a/discount.go +++ b/discount.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Discount represents the Discount API object diff --git a/dunning_action.go b/dunning_action.go index e5946e3..d26100f 100755 --- a/dunning_action.go +++ b/dunning_action.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // DunningAction represents the DunningAction API object diff --git a/error_codes.go b/error_codes.go index d14461a..bf39af8 100755 --- a/error_codes.go +++ b/error_codes.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ErrorCodes represents the ErrorCodes API object diff --git a/event.go b/event.go index b858126..509e87f 100755 --- a/event.go +++ b/event.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Event represents the Event API object diff --git a/export_layout.go b/export_layout.go index e6b201a..832c5eb 100755 --- a/export_layout.go +++ b/export_layout.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ExportLayout represents the ExportLayout API object diff --git a/export_layout_configuration.go b/export_layout_configuration.go index 71fc493..cfba051 100755 --- a/export_layout_configuration.go +++ b/export_layout_configuration.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ExportLayoutConfiguration represents the ExportLayoutConfiguration API object diff --git a/export_layout_configuration_amount.go b/export_layout_configuration_amount.go index 5ec68b9..88456f7 100755 --- a/export_layout_configuration_amount.go +++ b/export_layout_configuration_amount.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ExportLayoutConfigurationAmount represents the ExportLayoutConfigurationAmount API object diff --git a/export_layout_configuration_column.go b/export_layout_configuration_column.go index b721fdc..2c06b6a 100755 --- a/export_layout_configuration_column.go +++ b/export_layout_configuration_column.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ExportLayoutConfigurationColumn represents the ExportLayoutConfigurationColumn API object diff --git a/export_layout_configuration_configuration_options_amount.go b/export_layout_configuration_configuration_options_amount.go index 229c774..b812645 100755 --- a/export_layout_configuration_configuration_options_amount.go +++ b/export_layout_configuration_configuration_options_amount.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ExportLayoutConfigurationConfigurationOptionsAmount represents the ExportLayoutConfigurationConfigurationOptionsAmount API object diff --git a/export_layout_configuration_configuration_options_time.go b/export_layout_configuration_configuration_options_time.go index 0a3043f..aac0136 100755 --- a/export_layout_configuration_configuration_options_time.go +++ b/export_layout_configuration_configuration_options_time.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ExportLayoutConfigurationConfigurationOptionsTime represents the ExportLayoutConfigurationConfigurationOptionsTime API object diff --git a/export_layout_configuration_options.go b/export_layout_configuration_options.go index 48c5658..d749907 100755 --- a/export_layout_configuration_options.go +++ b/export_layout_configuration_options.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ExportLayoutConfigurationOptions represents the ExportLayoutConfigurationOptions API object diff --git a/export_layout_configuration_time.go b/export_layout_configuration_time.go index de5f728..18ea97f 100755 --- a/export_layout_configuration_time.go +++ b/export_layout_configuration_time.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ExportLayoutConfigurationTime represents the ExportLayoutConfigurationTime API object diff --git a/external_three_ds.go b/external_three_ds.go index b0c783c..8e35082 100755 --- a/external_three_ds.go +++ b/external_three_ds.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ExternalThreeDS represents the ExternalThreeDS API object diff --git a/gateway.go b/gateway.go index e31398c..97fbbbe 100755 --- a/gateway.go +++ b/gateway.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Gateway represents the Gateway API object diff --git a/gateway_configuration.go b/gateway_configuration.go index 45e3b61..345129f 100755 --- a/gateway_configuration.go +++ b/gateway_configuration.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // GatewayConfiguration represents the GatewayConfiguration API object diff --git a/invoice.go b/invoice.go index cb92d03..789371b 100755 --- a/invoice.go +++ b/invoice.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Invoice represents the Invoice API object diff --git a/invoice_billing.go b/invoice_billing.go index f47b366..2caa58b 100755 --- a/invoice_billing.go +++ b/invoice_billing.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // InvoiceBilling represents the InvoiceBilling API object diff --git a/invoice_detail.go b/invoice_detail.go index 938f07f..5b766b7 100755 --- a/invoice_detail.go +++ b/invoice_detail.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // InvoiceDetail represents the InvoiceDetail API object diff --git a/invoice_device.go b/invoice_device.go index 45212b1..ba7ab3c 100755 --- a/invoice_device.go +++ b/invoice_device.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // InvoiceDevice represents the InvoiceDevice API object diff --git a/invoice_external_fraud_tools.go b/invoice_external_fraud_tools.go index 722df60..a0033f4 100755 --- a/invoice_external_fraud_tools.go +++ b/invoice_external_fraud_tools.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // InvoiceExternalFraudTools represents the InvoiceExternalFraudTools API object diff --git a/invoice_risk.go b/invoice_risk.go index 0dd54c6..a5a8b6a 100755 --- a/invoice_risk.go +++ b/invoice_risk.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // InvoiceRisk represents the InvoiceRisk API object diff --git a/invoice_shipping.go b/invoice_shipping.go index 1fa0f4a..42c9041 100755 --- a/invoice_shipping.go +++ b/invoice_shipping.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // InvoiceShipping represents the InvoiceShipping API object diff --git a/invoice_shipping_phone.go b/invoice_shipping_phone.go index 12071ff..a99bc33 100755 --- a/invoice_shipping_phone.go +++ b/invoice_shipping_phone.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // InvoiceShippingPhone represents the InvoiceShippingPhone API object diff --git a/invoice_tax.go b/invoice_tax.go index 14eeea0..227baf4 100755 --- a/invoice_tax.go +++ b/invoice_tax.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // InvoiceTax represents the InvoiceTax API object diff --git a/native_apm_parameter_definition.go b/native_apm_parameter_definition.go index a311bdd..d150c32 100755 --- a/native_apm_parameter_definition.go +++ b/native_apm_parameter_definition.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // NativeAPMParameterDefinition represents the NativeAPMParameterDefinition API object diff --git a/native_apm_parameter_value.go b/native_apm_parameter_value.go index 6f90f80..b19f192 100755 --- a/native_apm_parameter_value.go +++ b/native_apm_parameter_value.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // NativeAPMParameterValue represents the NativeAPMParameterValue API object diff --git a/native_apm_parameter_value_definition.go b/native_apm_parameter_value_definition.go index 935fda4..ebb0c33 100755 --- a/native_apm_parameter_value_definition.go +++ b/native_apm_parameter_value_definition.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // NativeAPMParameterValueDefinition represents the NativeAPMParameterValueDefinition API object diff --git a/native_apm_request.go b/native_apm_request.go index 4b9625f..b5c8ce0 100755 --- a/native_apm_request.go +++ b/native_apm_request.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // NativeAPMRequest represents the NativeAPMRequest API object diff --git a/native_apm_response.go b/native_apm_response.go index 100a145..bb3512f 100755 --- a/native_apm_response.go +++ b/native_apm_response.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // NativeAPMResponse represents the NativeAPMResponse API object diff --git a/native_apm_transaction_details.go b/native_apm_transaction_details.go index 1663545..8862b38 100755 --- a/native_apm_transaction_details.go +++ b/native_apm_transaction_details.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // NativeAPMTransactionDetails represents the NativeAPMTransactionDetails API object diff --git a/native_apm_transaction_details_gateway.go b/native_apm_transaction_details_gateway.go index 47a8219..64bdd6e 100755 --- a/native_apm_transaction_details_gateway.go +++ b/native_apm_transaction_details_gateway.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // NativeAPMTransactionDetailsGateway represents the NativeAPMTransactionDetailsGateway API object diff --git a/native_apm_transaction_details_invoice.go b/native_apm_transaction_details_invoice.go index 983fd34..094e550 100755 --- a/native_apm_transaction_details_invoice.go +++ b/native_apm_transaction_details_invoice.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // NativeAPMTransactionDetailsInvoice represents the NativeAPMTransactionDetailsInvoice API object diff --git a/payment_data_network_authentication.go b/payment_data_network_authentication.go index b53bfb0..355e880 100755 --- a/payment_data_network_authentication.go +++ b/payment_data_network_authentication.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // PaymentDataNetworkAuthentication represents the PaymentDataNetworkAuthentication API object diff --git a/payment_data_three_ds_authentication.go b/payment_data_three_ds_authentication.go index 361eacc..1d6f4af 100755 --- a/payment_data_three_ds_authentication.go +++ b/payment_data_three_ds_authentication.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // PaymentDataThreeDSAuthentication represents the PaymentDataThreeDSAuthentication API object diff --git a/payment_data_three_ds_request.go b/payment_data_three_ds_request.go index 3263e4b..e7d34b3 100755 --- a/payment_data_three_ds_request.go +++ b/payment_data_three_ds_request.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // PaymentDataThreeDSRequest represents the PaymentDataThreeDSRequest API object diff --git a/payout.go b/payout.go index 292bf29..8b6f96f 100755 --- a/payout.go +++ b/payout.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Payout represents the Payout API object diff --git a/payout_item.go b/payout_item.go index c3ee1b1..1b5f512 100755 --- a/payout_item.go +++ b/payout_item.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // PayoutItem represents the PayoutItem API object diff --git a/payout_item_amount_breakdowns.go b/payout_item_amount_breakdowns.go index 8b8da03..ccab4a2 100755 --- a/payout_item_amount_breakdowns.go +++ b/payout_item_amount_breakdowns.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // PayoutItemAmountBreakdowns represents the PayoutItemAmountBreakdowns API object diff --git a/phone.go b/phone.go index 3afb654..847fef1 100755 --- a/phone.go +++ b/phone.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Phone represents the Phone API object diff --git a/plan.go b/plan.go index 1999d8f..8d0af74 100755 --- a/plan.go +++ b/plan.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Plan represents the Plan API object diff --git a/product.go b/product.go index 831e178..8804b14 100755 --- a/product.go +++ b/product.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Product represents the Product API object diff --git a/project.go b/project.go index c91fa0a..585c9c9 100755 --- a/project.go +++ b/project.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Project represents the Project API object diff --git a/project_sftp_settings.go b/project_sftp_settings.go index bc8dcb2..2e3e07b 100755 --- a/project_sftp_settings.go +++ b/project_sftp_settings.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ProjectSFTPSettings represents the ProjectSFTPSettings API object diff --git a/project_sftp_settings_public.go b/project_sftp_settings_public.go index 2120acd..7ccc4cc 100755 --- a/project_sftp_settings_public.go +++ b/project_sftp_settings_public.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ProjectSFTPSettingsPublic represents the ProjectSFTPSettingsPublic API object diff --git a/refund.go b/refund.go index 23cb41c..ab5b2a5 100755 --- a/refund.go +++ b/refund.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Refund represents the Refund API object diff --git a/subscription.go b/subscription.go index 814db76..4e2a0be 100755 --- a/subscription.go +++ b/subscription.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Subscription represents the Subscription API object diff --git a/three_ds.go b/three_ds.go index f2f9801..7585b34 100755 --- a/three_ds.go +++ b/three_ds.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // ThreeDS represents the ThreeDS API object diff --git a/token.go b/token.go index 32d5fc3..d166a4d 100755 --- a/token.go +++ b/token.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Token represents the Token API object diff --git a/transaction.go b/transaction.go index fc9a28c..3641fa7 100755 --- a/transaction.go +++ b/transaction.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Transaction represents the Transaction API object diff --git a/transaction_operation.go b/transaction_operation.go index 37ceb26..d0a430e 100755 --- a/transaction_operation.go +++ b/transaction_operation.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // TransactionOperation represents the TransactionOperation API object diff --git a/unsupported_feature_bypass.go b/unsupported_feature_bypass.go index 8726184..f04cc42 100755 --- a/unsupported_feature_bypass.go +++ b/unsupported_feature_bypass.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // UnsupportedFeatureBypass represents the UnsupportedFeatureBypass API object diff --git a/webhook.go b/webhook.go index efb415b..7bc1c85 100755 --- a/webhook.go +++ b/webhook.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // Webhook represents the Webhook API object diff --git a/webhook_endpoint.go b/webhook_endpoint.go index b790afd..2bf2ba3 100755 --- a/webhook_endpoint.go +++ b/webhook_endpoint.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "gopkg.in/processout.v4/errors" + "gopkg.in/processout.v5/errors" ) // WebhookEndpoint represents the WebhookEndpoint API object