mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(connector): integrate payments void, sync and refund flows for Braintree (#73)
This commit is contained in:
@ -20,6 +20,7 @@ pub(crate) type Headers = Vec<(String, String)>;
|
||||
pub enum Method {
|
||||
Get,
|
||||
Post,
|
||||
Put,
|
||||
Delete,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user