mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
db: Added Reverse lookup table (#147)
This commit is contained in:
@ -249,7 +249,7 @@ impl Default for PaymentMethod {
|
||||
pub enum PaymentIdType {
|
||||
PaymentIntentId(String),
|
||||
ConnectorTransactionId(String),
|
||||
PaymentTxnId(String),
|
||||
PaymentAttemptId(String),
|
||||
}
|
||||
|
||||
impl Default for PaymentIdType {
|
||||
|
||||
Reference in New Issue
Block a user