mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(webhooks): implement automatic retries for failed webhook deliveries using scheduler (#3842)
This commit is contained in:
@ -135,7 +135,7 @@ where
|
||||
.map_into_boxed_body()
|
||||
}
|
||||
|
||||
Ok(api::ApplicationResponse::PaymenkLinkForm(boxed_payment_link_data)) => {
|
||||
Ok(api::ApplicationResponse::PaymentLinkForm(boxed_payment_link_data)) => {
|
||||
match *boxed_payment_link_data {
|
||||
api::PaymentLinkAction::PaymentLinkFormData(payment_link_data) => {
|
||||
match api::build_payment_link_html(payment_link_data) {
|
||||
|
||||
Reference in New Issue
Block a user