-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #206 from razorpay/release/1.5.9
[release] 1.5.9
- Loading branch information
Showing
14 changed files
with
2,384 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Source: https://www.hdfcbank.com/nri-banking/correspondent-banks | ||
# There is no separate SWIFT code for HDFC individual branches. The above mentioned HDFC Bank Swift code can be used for remitting funds to HDFC bank anywhere in India | ||
action: patch_bank | ||
patch: | ||
SWIFT: 'HDFCINBB' | ||
banks: | ||
- HDFC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
--- | ||
# The branch is reported differently in the NEFT and RTGS datasets | ||
# The PNB website marks it as belonging to Himachal Pradesh, but the RTGS dataset says its in Karnataka | ||
action: patch | ||
patch: | ||
BRANCH: JAISINGH PUR | ||
CENTRE: JAISINGH PUR | ||
DISTRICT: JAISINGH PUR | ||
STATE: HIMACHAL PRADESH | ||
MICR: "176024265" | ||
ADDRESS: "VPO JAISINGH PUR DISTT. KANGRA (HP)" | ||
action: patch_multiple | ||
ifsc: | ||
- PUNB0641100 | ||
# The PNB website marks it as belonging to Himachal Pradesh, but the RTGS dataset says its in Karnataka | ||
PUNB0641100: | ||
BRANCH: JAISINGH PUR | ||
CENTRE: JAISINGH PUR | ||
DISTRICT: JAISINGH PUR | ||
STATE: HIMACHAL PRADESH | ||
MICR: "176024265" | ||
ADDRESS: "VPO JAISINGH PUR DISTT. KANGRA (HP)" | ||
# The PNB website marks it as belonging to Panchkula, but the RTGS dataset says its in Pulwama. | ||
PUNB0755600: | ||
BRANCH: SECTOR 19 PANCHKULA | ||
ADDRESS: S.C.O. 70 SECTOR 19 | ||
DISTRICT: PANCHKULA | ||
STATE: HARYANA | ||
MICR: "160024081" |
Oops, something went wrong.