mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(core): Add support for v2 payments get intent using merchant reference id (#7123)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -147,7 +147,8 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::PaymentsPostSessionTokens
|
||||
| Flow::PaymentsUpdateIntent
|
||||
| Flow::PaymentsCreateAndConfirmIntent
|
||||
| Flow::PaymentStartRedirection => Self::Payments,
|
||||
| Flow::PaymentStartRedirection
|
||||
| Flow::PaymentsRetrieveUsingMerchantReferenceId => Self::Payments,
|
||||
|
||||
Flow::PayoutsCreate
|
||||
| Flow::PayoutsRetrieve
|
||||
|
||||
Reference in New Issue
Block a user