Skip to content

Commit 982bedd

Browse files
Release 4.3.8
- Updates payment link request and challenge indicator and exemption. Thank you @Antaris - Updates card metadata response - Adds type property to items in payment context
1 parent da32d63 commit 982bedd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>4.3.7</Version>
3+
<Version>4.3.8</Version>
44
</PropertyGroup>
55
</Project>

test/CheckoutSdkTest/Payments/RequestApmPaymentsIntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ await CheckErrorItem(async () => await DefaultApi.PaymentsClient().RequestPaymen
690690
ApmCurrencyNotSupported);
691691
}
692692

693-
[Fact]
693+
[Fact(Skip = "unavailable")]
694694
private async Task ShouldMakePlaidPayment()
695695
{
696696
var request = new PaymentRequest

0 commit comments

Comments
 (0)