mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(connector): integrate payments void, sync and refund flows for Braintree (#73)
This commit is contained in:
@ -229,6 +229,7 @@ async fn send_request(
|
||||
.await
|
||||
}
|
||||
|
||||
Method::Put => client.put(url).add_headers(headers).send().await,
|
||||
Method::Delete => client.delete(url).add_headers(headers).send().await,
|
||||
}
|
||||
.into_report()
|
||||
|
||||
Reference in New Issue
Block a user