diff --git a/src/ios/CardIOCordovaPlugin.m b/src/ios/CardIOCordovaPlugin.m index a882378..cd4486e 100755 --- a/src/ios/CardIOCordovaPlugin.m +++ b/src/ios/CardIOCordovaPlugin.m @@ -99,7 +99,7 @@ - (void)scan:(CDVInvokedUrlCommand *)command { } // if it is nil, its ok. - NSString *scanInstructions = [[[NSLocale alloc] initWithLocaleIdentifier:[options objectForKey:@"scanInstructions"]] localeIdentifier]; + NSString *scanInstructions = [options objectForKey:@"scanInstructions"]; if (scanInstructions) { paymentViewController.scanInstructions = scanInstructions; }