feat(connector): [Payone] add connector template code (#4469)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Kiran Kumar
2024-05-09 15:31:47 +05:30
committed by GitHub
parent 91354232e0
commit f386f423c0
23 changed files with 1286 additions and 11 deletions

View File

@ -50,6 +50,7 @@ pub struct ConnectorAuthentication {
pub opennode: Option<HeaderKey>,
pub payeezy: Option<SignatureKey>,
pub payme: Option<BodyKey>,
pub payone: Option<HeaderKey>,
pub paypal: Option<BodyKey>,
pub payu: Option<BodyKey>,
pub placetopay: Option<BodyKey>,