refactor(connector): [WorldPay] migrate from modular to standard payment APIs (#6317)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Kashif
2024-10-21 15:29:44 +05:30
committed by GitHub
parent 0dba763c3a
commit 58296ffae6
12 changed files with 531 additions and 268 deletions

View File

@ -87,6 +87,7 @@ pub mod headers {
pub const X_APP_ID: &str = "x-app-id";
pub const X_REDIRECT_URI: &str = "x-redirect-uri";
pub const X_TENANT_ID: &str = "x-tenant-id";
pub const X_WP_API_VERSION: &str = "WP-Api-Version";
}
pub mod pii {