Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] 2.0.35 #387

Merged
merged 9 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[release] 2.0.35
  • Loading branch information
PriyankaMarbill committed Oct 21, 2024
commit f1a1999581a73f5ed4d96fb102e005e9161ef4d1
1 change: 1 addition & 0 deletions src/go/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,7 @@ const (
UMSX = "UMSX"
UMUX = "UMUX"
UNAX = "UNAX"
UNBA = "UNBA"
UNIX = "UNIX"
UNMX = "UNMX"
UNSX = "UNSX"
Expand Down
1 change: 1 addition & 0 deletions src/php/Bank.php
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,7 @@ class Bank
const UMSX = 'UMSX';
const UMUX = 'UMUX';
const UNAX = 'UNAX';
const UNBA = 'UNBA';
const UNIX = 'UNIX';
const UNMX = 'UNMX';
const UNSX = 'UNSX';
Expand Down
Loading