File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
crates/router/src/connector Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ worldpay.base_url = "https://try.access.worldpay.com/"
84
84
zen.base_url = " https://api.zen.com/"
85
85
zen.secondary_base_url = " https://secure.zen.com/"
86
86
threedsecureio.base_url = " https://service.3dsecure.io"
87
- netcetera.base_url = " https://{{merchant_endpoint_prefix}}.3ds-server.prev.netcetera-cloud-payment.ch"
88
87
89
88
[delayed_session_response ]
90
89
connectors_with_delayed_session_response = " trustpay,payme"
Original file line number Diff line number Diff line change @@ -118,9 +118,7 @@ impl ConnectorCommon for Netcetera {
118
118
}
119
119
}
120
120
121
- impl ConnectorValidation for Netcetera {
122
- //TODO: implement functions when support enabled
123
- }
121
+ impl ConnectorValidation for Netcetera { }
124
122
125
123
impl ConnectorIntegration < api:: Session , types:: PaymentsSessionData , types:: PaymentsResponseData >
126
124
for Netcetera
You can’t perform that action at this time.
0 commit comments