From 3eff4ebd3a60b5831cbec0158527475c8f7d7eb4 Mon Sep 17 00:00:00 2001 From: Swangi Kumari <85639103+swangi-kumari@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:40:29 +0530 Subject: [PATCH] refactor(connector): [Checkout] remove Paypal from wasm (#4044) Co-authored-by: Arjun Karthik --- crates/connector_configs/toml/development.toml | 2 -- crates/connector_configs/toml/sandbox.toml | 2 -- 2 files changed, 4 deletions(-) diff --git a/crates/connector_configs/toml/development.toml b/crates/connector_configs/toml/development.toml index 9868346d49..58e54c3622 100644 --- a/crates/connector_configs/toml/development.toml +++ b/crates/connector_configs/toml/development.toml @@ -743,8 +743,6 @@ merchant_secret="Source verification key" payment_method_type = "apple_pay" [[checkout.wallet]] payment_method_type = "google_pay" -[[checkout.wallet]] - payment_method_type = "paypal" [checkout.connector_auth.SignatureKey] api_key="Checkout API Public Key" key1="Processing Channel ID" diff --git a/crates/connector_configs/toml/sandbox.toml b/crates/connector_configs/toml/sandbox.toml index 8921ca3bd3..c93acee473 100644 --- a/crates/connector_configs/toml/sandbox.toml +++ b/crates/connector_configs/toml/sandbox.toml @@ -743,8 +743,6 @@ merchant_secret="Source verification key" payment_method_type = "apple_pay" [[checkout.wallet]] payment_method_type = "google_pay" -[[checkout.wallet]] - payment_method_type = "paypal" [checkout.connector_auth.SignatureKey] api_key="Checkout API Public Key" key1="Processing Channel ID"