Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Fixes #37 by correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Georghios Skettos committed Mar 19, 2019
1 parent 05dd09a commit 227a59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Klarna.Rest/Klarna.Rest.Core/Model/OrderManagementOrder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class OrderManagementOrder
/// <summary>
/// Text field for storing data about the order. Set at order creation.
/// </summary>
[JsonProperty(PropertyName = "marchant_data")]
[JsonProperty(PropertyName = "merchant_data")]
public string MerchantData { get; set; }
/// <summary>
/// Initial payment method for this order
Expand Down

0 comments on commit 227a59e

Please sign in to comment.