I'm trying to create a Card Present transaction using the iOS SDK and it
isn't working properly. The SDK sample code shows how to do a Card Not
Present transaction using the following PaymentType setup:
CreditCardType *creditCardType = [CreditCardTyp...