venmo / venmo-ios-sdk

Make and accept payments in your iOS app via Venmo
MIT License
178 stars 57 forks source link

Audience parameter is ignored for app switch transactions #80

Open joeycarmello opened 9 years ago

joeycarmello commented 9 years ago

The following method does not accept an audience parameter:

 - (void)sendAppSwitchTransactionTo:(NSString *)recipientHandle
               transactionType:(VENTransactionType)type
                        amount:(NSUInteger)amount
                          note:(NSString *)note
             completionHandler:(VENTransactionCompletionHandler)completionHandler

This method is called internally by:

 - (void)sendRequestTo:(NSString *)recipientHandle
                         amount:(NSUInteger)amount
                           note:(NSString *)note
                       audience:(VENTransactionAudience)audience
              completionHandler:(VENTransactionCompletionHandler)handler;