Skip to content

Instantly share code, notes, and snippets.

@innerfence
Created February 6, 2010 02:38
Show Gist options
  • Save innerfence/296486 to your computer and use it in GitHub Desktop.
Save innerfence/296486 to your computer and use it in GitHub Desktop.
IFChargeRequest* chargeRequest =
[[[IFChargeRequest alloc] init] autorelease];
chargeRequest.amount = @"50.00";
chargeRequest.description = @"Test transaction";
chargeRequest.invoiceNumber = @"321";
[chargeRequest submit];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment