feat(connector): integrate payments void, sync and refund flows for Braintree (#73)

This commit is contained in:
Sahebjot singh
2022-12-13 13:03:25 +05:30
committed by GitHub
parent 7dca6f1e5a
commit b3fefeb2aa
5 changed files with 114 additions and 42 deletions

View File

@ -20,6 +20,7 @@ pub(crate) type Headers = Vec<(String, String)>;
pub enum Method {
Get,
Post,
Put,
Delete,
}