Skip to content

Instantly share code, notes, and snippets.

@djiwandou
Last active October 11, 2019 06:54
Show Gist options
  • Select an option

  • Save djiwandou/2776180df1f9dee047bdad1611f77e00 to your computer and use it in GitHub Desktop.

Select an option

Save djiwandou/2776180df1f9dee047bdad1611f77e00 to your computer and use it in GitHub Desktop.
public bool SubmitCreditCardOrder(String firstName, String lastName, String zipcode, String streetAddress1, String streetAddress2, String city, String state, String country, String phoneNumber, String creditCardNumber, int expirationMonth, int expirationYear, double saleAmount)
{
// … submit order
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment