Skip to content

Commit 642085d

Browse files
sahkalkashif-mbernard-eugine
authored
feat(router): Add payment link support (#2105)
Co-authored-by: Sahkal Poddar <[email protected]> Co-authored-by: Kashif <[email protected]> Co-authored-by: Kashif <[email protected]> Co-authored-by: Bernard Eugine <[email protected]>
1 parent 46f1419 commit 642085d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2565
-23
lines changed

Cargo.lock

Lines changed: 224 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/config.example.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,3 +431,7 @@ apple_pay_ppc = "APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE" #Payment
431431
apple_pay_ppc_key = "APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE_KEY" #Private key generate by Elliptic-curve prime256v1 curve
432432
apple_pay_merchant_cert = "APPLE_PAY_MERCHNAT_CERTIFICATE" #Merchant Certificate provided by Apple Pay (https://developer.apple.com/) Certificates, Identifiers & Profiles > Apple Pay Merchant Identity Certificate
433433
apple_pay_merchant_cert_key = "APPLE_PAY_MERCHNAT_CERTIFICATE_KEY" #Private key generate by RSA:2048 algorithm
434+
435+
436+
[payment_link]
437+
sdk_url = "http://localhost:9090/dist/HyperLoader.js"

config/development.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,9 @@ apple_pay_ppc_key = "APPLE_PAY_PAYMENT_PROCESSING_CERTIFICATE_KEY"
441441
apple_pay_merchant_cert = "APPLE_PAY_MERCHNAT_CERTIFICATE"
442442
apple_pay_merchant_cert_key = "APPLE_PAY_MERCHNAT_CERTIFICATE_KEY"
443443

444+
[payment_link]
445+
sdk_url = "http://localhost:9090/dist/HyperLoader.js"
446+
444447
[lock_settings]
445448
redis_lock_expiry_seconds = 180 # 3 * 60 seconds
446449
delay_between_retries_in_milliseconds = 500

0 commit comments

Comments
 (0)