fix(provider): split CN/global endpoints for Chinese provider variants (#542)
* fix(providers): add CN/global endpoint variants for Chinese vendors * fix(onboard): deduplicate provider key-url match arms * chore(i18n): normalize non-English literals to English
This commit is contained in:
parent
93d9d0de06
commit
85de9b5625
6 changed files with 373 additions and 45 deletions
|
|
@ -1318,7 +1318,7 @@ mod tests {
|
|||
#[test]
|
||||
fn whatsapp_signature_unicode_body() {
|
||||
let app_secret = "test_secret_key_12345";
|
||||
let body = "Hello 🦀 世界".as_bytes();
|
||||
let body = "Hello 🦀 World".as_bytes();
|
||||
|
||||
let signature_header = compute_whatsapp_signature_header(app_secret, body);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue