diff --git a/Readme.md b/Readme.md index 5670a6547..f4eb768b9 100644 --- a/Readme.md +++ b/Readme.md @@ -68,7 +68,7 @@ The library supports all webhooks under the following model directories: You can use go modules to add our library to your project ```bash -go get github.com/adyen/adyen-go-api-library/v11@v10.4.0 +go get github.com/adyen/adyen-go-api-library/v11@v11.0.0 ``` ## Usage examples diff --git a/adyen-go-api-library b/adyen-go-api-library index 769e63043..c410dc02a 100755 Binary files a/adyen-go-api-library and b/adyen-go-api-library differ diff --git a/tests/checkout/integration_test.go b/tests/checkout/integration_test.go index 086a6cfcf..528a0154c 100644 --- a/tests/checkout/integration_test.go +++ b/tests/checkout/integration_test.go @@ -95,6 +95,7 @@ func TestCheckoutIntegration(t *testing.T) { idempotencyKey := uuid.New().String() ctx := common.WithIdempotencyKey(context.Background(), idempotencyKey) ideal := checkout.NewIdealDetails() + ideal.SetIssuer("1121") paymentRequest := *checkout.NewPaymentRequest( *checkout.NewAmount("EUR", int64(1234)), merchantAccount,