Skip to content

Instantly share code, notes, and snippets.

View Jose-Alvarado's full-sized avatar

Jose-Alvarado

View GitHub Profile
Code that worked with test ach info, but not with production
- (IBAction)onSaveBankAccountInfo:(id)sender {
if (saveOnce == YES)
return;
saveOnce = YES;
NSString *accountName = self.txtAccountValue.text;