feat(payment): customer ip field inclusion (#1370)

Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
This commit is contained in:
Prajjwal Kumar
2023-06-09 12:30:39 +05:30
committed by GitHub
parent 795500797d
commit 11a827a76d
12 changed files with 462 additions and 124 deletions

View File

@ -56,6 +56,7 @@ pub mod headers {
pub const TOKEN: &str = "token";
pub const X_API_KEY: &str = "X-API-KEY";
pub const X_API_VERSION: &str = "X-ApiVersion";
pub const X_FORWARDED_FOR: &str = "X-Forwarded-For";
pub const X_MERCHANT_ID: &str = "X-Merchant-Id";
pub const X_LOGIN: &str = "X-Login";
pub const X_TRANS_KEY: &str = "X-Trans-Key";