From 7ebdc6281e554dba085f0750f48c00a5004b4103 Mon Sep 17 00:00:00 2001 From: "git config --global user.name Vincentgit config --global user.name" Date: Wed, 31 Aug 2016 21:09:19 +0200 Subject: [PATCH] Fixed broken unit test --- Mollie.Tests.Integration/Api/PaymentTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mollie.Tests.Integration/Api/PaymentTests.cs b/Mollie.Tests.Integration/Api/PaymentTests.cs index 9c3e1bdc..31a58f70 100644 --- a/Mollie.Tests.Integration/Api/PaymentTests.cs +++ b/Mollie.Tests.Integration/Api/PaymentTests.cs @@ -63,7 +63,7 @@ public void CanCreateDefaultPaymentWithAllFields() { Description = "Description", RedirectUrl = this.DefaultRedirectUrl, Locale = Locale.NL, - Metadata = "Our metadata", + Metadata = @"{""firstName"":""John"",""lastName"":""Doe""}", Method = PaymentMethod.BankTransfer, WebhookUrl = this.DefaultWebhookUrl };