mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(connector): [ProphetPay] Implement Card Redirect PaymentMethodType and flows for Authorize, CompleteAuthorize, Psync, Refund, Rsync and Void (#2641)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
@ -41,3 +41,9 @@ pub const DEFAULT_PRODUCT_IMG: &str = "https://i.imgur.com/On3VtKF.png";
|
||||
|
||||
/// Default Merchant Logo Link
|
||||
pub const DEFAULT_MERCHANT_LOGO: &str = "https://i.imgur.com/RfxPFQo.png";
|
||||
|
||||
/// Redirect url for Prophetpay
|
||||
pub const PROPHETPAY_REDIRECT_URL: &str = "https://ccm-thirdparty.cps.golf/hp/tokenize/";
|
||||
|
||||
/// Variable which store the card token for Prophetpay
|
||||
pub const PROPHETPAY_TOKEN: &str = "cctoken";
|
||||
|
||||
Reference in New Issue
Block a user