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"