Skip to content

Commit

Permalink
Add obsolete flag Fixes #394
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Jul 18, 2021
1 parent 23c784b commit 7d1f2bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Plugin.InAppBilling/Shared/PurchaseState.shared.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace Plugin.InAppBilling
using System;

namespace Plugin.InAppBilling
{
/// <summary>
/// Gets the current status of the purchase
Expand Down Expand Up @@ -44,6 +46,7 @@ public enum PurchaseState
/// <summary>
///
/// </summary>
[Obsolete("Please use PaymentPending")]
Pending,
/// <summary>
/// Purchase state unknown
Expand Down

0 comments on commit 7d1f2bb

Please sign in to comment.