fix: [opensem] remove the need to care about leading zeroes in rank
This commit is contained in:
@@ -22,6 +22,8 @@ hmac_key=$(relation-get hmac-key) || {
|
||||
exit 1
|
||||
}
|
||||
|
||||
rank=$(printf "%03d" "$rank")
|
||||
|
||||
[ -n "$test" ] && opensem:config-set PAYBOX_TEST "$test"
|
||||
opensem:config-set PAYBOX_SITE "$site"
|
||||
opensem:config-set PAYBOX_RANK "$rank"
|
||||
|
||||
Reference in New Issue
Block a user