You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this plugin, it's super useful, however I find out one thing that is confusing.
In enum PurchaseState there are two pending states: PurchaseState.PaymentPending and PurchaseState.Pending. As I understood the PurchaseState.Pending is obsolete or not used at all.
It's a rather small thing so maybe you could remove it, add obsolete parameter or add some explanation when we should use it?
The text was updated successfully, but these errors were encountered:
Hi,
I like this plugin, it's super useful, however I find out one thing that is confusing.
In enum PurchaseState there are two pending states:
PurchaseState.PaymentPending
andPurchaseState.Pending
. As I understood thePurchaseState.Pending
is obsolete or not used at all.It's a rather small thing so maybe you could remove it, add obsolete parameter or add some explanation when we should use it?
The text was updated successfully, but these errors were encountered: