mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(payment_link): segregated payment link in html css js files, sdk over flow issue, surcharge bug, block SPM customer call for payment link (#3410)
Co-authored-by: Kashif <mohammed.kashif@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Kashif <kashif.dev@protonmail.com> Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
This commit is contained in:
@ -37,10 +37,12 @@ pub const X_HS_LATENCY: &str = "x-hs-latency";
|
||||
pub const DEFAULT_BACKGROUND_COLOR: &str = "#212E46";
|
||||
|
||||
/// Default product Img Link
|
||||
pub const DEFAULT_PRODUCT_IMG: &str = "https://i.imgur.com/On3VtKF.png";
|
||||
pub const DEFAULT_PRODUCT_IMG: &str =
|
||||
"https://live.hyperswitch.io/payment-link-assets/cart_placeholder.png";
|
||||
|
||||
/// Default Merchant Logo Link
|
||||
pub const DEFAULT_MERCHANT_LOGO: &str = "https://i.imgur.com/RfxPFQo.png";
|
||||
pub const DEFAULT_MERCHANT_LOGO: &str =
|
||||
"https://live.hyperswitch.io/payment-link-assets/Merchant_placeholder.png";
|
||||
|
||||
/// Redirect url for Prophetpay
|
||||
pub const PROPHETPAY_REDIRECT_URL: &str = "https://ccm-thirdparty.cps.golf/hp/tokenize/";
|
||||
|
||||
Reference in New Issue
Block a user