Skip to content

Commit

Permalink
Added phone number optional property
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldwight committed Dec 21, 2020
1 parent a20564d commit a6f6c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MpesaSdk/Response/LipaNaMpesaOnlinePushStkResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ public class LipaNaMpesaOnlinePushStkResponse : MpesaResponse
/// </summary>
/// <value>The merchant request identifier.</value>
public string MerchantRequestID { get; set; }

public string PhoneNumber { get; set; }
}
}
2 changes: 2 additions & 0 deletions MpesaSdk/Response/LipaNaMpesaQueryStkResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ public class LipaNaMpesaQueryStkResponse
/// </summary>
[JsonProperty("ResultDesc")]
public string ResultDesc { get; set; }

public string PhoneNumber { get; set; }
}
}

0 comments on commit a6f6c2e

Please sign in to comment.