Example #1
0
 // Call this to initiate a purchase
 public void MakePurchase(string productIdentifier, string type = "subs", string oldSku = null)
 {
     wrapper.MakePurchase(productIdentifier, type, oldSku);
 }