Skip to content

Commit

Permalink
added SetIssuer to test (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
DjoykeAbyah authored Jul 19, 2024
1 parent 4adfe73 commit 697497b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified adyen-go-api-library
Binary file not shown.
1 change: 1 addition & 0 deletions tests/checkout/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 697497b

Please sign in to comment.