Skip to content

feat(payment-link): update traditional chinese paymentlink exp msg#9007

Merged
likhinbopanna merged 1 commit intomainfrom
update-tradtional-chinese-paymentlink-exp-msg
Aug 21, 2025
Merged

feat(payment-link): update traditional chinese paymentlink exp msg#9007
likhinbopanna merged 1 commit intomainfrom
update-tradtional-chinese-paymentlink-exp-msg

Conversation

@mrudulvajpayee4935
Copy link
Contributor

@mrudulvajpayee4935 mrudulvajpayee4935 commented Aug 21, 2025

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

We need to update payment link expired msg for traditional chinese locale.

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

Raised by the merchant to update the locale to the correct one as shared by them.

How did you test it?

curl --location 'http://localhost:8080/payments' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'api-key: **' \
--header 'Accept-Language: zh_hant' \
--data '{
    "amount": 10,
    "setup_future_usage": "off_session",
    "profile_id":"pro_vAgaZjm1nZmCss6jud6A",
    "currency": "EUR",
    "payment_link": true,
    "session_expiry": 60,
    "return_url": "https://google.com",
    "payment_link_config": {
        "display_sdk_only":false,
        "theme": "#14356F",
        "logo": "https://logo.com/wp-content/uploads/2020/08/zurich.svg",
        "seller_name": "Zurich Inc."
    }
}'
image

Expected traditional chinese:
image

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@mrudulvajpayee4935 mrudulvajpayee4935 requested a review from a team as a code owner August 21, 2025 07:53
@semanticdiff-com
Copy link

semanticdiff-com bot commented Aug 21, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/core/payment_link/locale.js  0% smaller

@likhinbopanna likhinbopanna added this pull request to the merge queue Aug 21, 2025
Merged via the queue into main with commit a819b46 Aug 21, 2025
31 of 39 checks passed
@likhinbopanna likhinbopanna deleted the update-tradtional-chinese-paymentlink-exp-msg branch August 21, 2025 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update traditional chinese locale for payent link expired

4 participants