RemoveAllExceptToken() public method

public RemoveAllExceptToken ( ) : void
return void
 protected void Restart()
 {
     Logger.Log("Restart payment");
     currentPurchase.RemoveAllExceptToken();
     chancelStatusCheck = true;
 }
示例#2
0
 protected void Restart()
 {
     Logger.Log("Restart payment");
     currentPurchase.RemoveAllExceptToken();
 }