razorpay / ifsc

:bank: IFSC Codes Repository
https://ifsc.razorpay.com
MIT License
338 stars 129 forks source link

Undefined index: CITY #175

Closed theanadimukt closed 4 years ago

theanadimukt commented 4 years ago

When i try to fetch bank detail with UTIB0000003 IFSC code. Script throws error to me something like below:

ErrorException: Undefined index: CITY in file /vendor/razorpay/ifsc/src/php/Entity.php on line 27

Let me know if you need any further assistance. Thanks

captn3m0 commented 4 years ago

Will try to get this fixed in the upcoming release. Since this is a RTGS/IMPS only branch, we don't accurately know the CITY of the branch.

captn3m0 commented 4 years ago

Resolved in 1.5.1.

captn3m0 commented 4 years ago

@sagarpatel9697 Thanks for reporting this. I've added tests to ensure this doesn't happen again with other fields.