Skip to content

Commit 2244b7d

Browse files
committed
Fix typo in class ToString ShopperInteractionDevice
1 parent 1157bde commit 2244b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adyen/TerminalApi/Models/ApplicationInformation/ShopperInteractionDevice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class ShopperInteractionDevice : IEquatable<ShopperInteractionDevice>, I
5454
public override string ToString()
5555
{
5656
var sb = new StringBuilder();
57-
sb.Append("class PaymentMethodsApplicationInfoShopperInteractionDevice {\n");
57+
sb.Append("class ShopperInteractionDevice {\n");
5858
sb.Append(" Locale: ").Append(Locale).Append("\n");
5959
sb.Append(" Os: ").Append(Os).Append("\n");
6060
sb.Append(" OsVersion: ").Append(OsVersion).Append("\n");

0 commit comments

Comments
 (0)