Last active
October 11, 2019 06:54
-
-
Save djiwandou/2776180df1f9dee047bdad1611f77e00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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