mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector): [BHN] Add BHN GiftCard Flow( Alpha) (#8701)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -633,6 +633,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::CustomerDetails,
|
||||
api_models::payments::GiftCardData,
|
||||
api_models::payments::GiftCardDetails,
|
||||
api_models::payments::BHNGiftCardDetails,
|
||||
api_models::payments::MobilePaymentData,
|
||||
api_models::payments::MobilePaymentResponse,
|
||||
api_models::payments::Address,
|
||||
|
||||
@ -608,6 +608,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::CustomerDetails,
|
||||
api_models::payments::GiftCardData,
|
||||
api_models::payments::GiftCardDetails,
|
||||
api_models::payments::BHNGiftCardDetails,
|
||||
api_models::payments::MobilePaymentData,
|
||||
api_models::payments::MobilePaymentResponse,
|
||||
api_models::payments::Address,
|
||||
|
||||
Reference in New Issue
Block a user