mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat: Convert QrData into Qr data image source url (#1674)
This commit is contained in:
committed by
GitHub
parent
ccd74613db
commit
55ff761e9e
@ -32,3 +32,7 @@ pub(crate) const PUB_SUB_CHANNEL: &str = "hyperswitch_invalidate";
|
||||
// Apple Pay validation url
|
||||
pub(crate) const APPLEPAY_VALIDATION_URL: &str =
|
||||
"https://apple-pay-gateway-cert.apple.com/paymentservices/startSession";
|
||||
|
||||
// Qr Image data source starts with this string
|
||||
// The base64 image data will be appended to it to image data source
|
||||
pub(crate) const QR_IMAGE_DATA_SOURCE_STRING: &str = "data:image/png;base64";
|
||||
|
||||
Reference in New Issue
Block a user