feat(connector): [worldpay] add support for mandates (#6479)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Kashif
2024-11-08 18:00:39 +05:30
committed by GitHub
parent 1be2654b4f
commit 378ec44db9
9 changed files with 549 additions and 119 deletions

View File

@ -89,7 +89,6 @@ pub mod headers {
pub const X_REDIRECT_URI: &str = "x-redirect-uri";
pub const X_TENANT_ID: &str = "x-tenant-id";
pub const X_CLIENT_SECRET: &str = "X-Client-Secret";
pub const X_WP_API_VERSION: &str = "WP-Api-Version";
}
pub mod pii {