RemoveAllExceptToken() public méthode

public RemoveAllExceptToken ( ) : void
Résultat void
 protected void Restart()
 {
     Logger.Log("Restart payment");
     currentPurchase.RemoveAllExceptToken();
     chancelStatusCheck = true;
 }
Exemple #2
0
 protected void Restart()
 {
     Logger.Log("Restart payment");
     currentPurchase.RemoveAllExceptToken();
 }