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:
awasthi21
2025-08-22 22:00:03 +05:30
committed by GitHub
parent ad05dc4176
commit cb34ec51e0
36 changed files with 806 additions and 457 deletions

View File

@ -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,

View File

@ -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,