mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	refactor(connector): [PAYPAL, ADYEN] Move to crate hyperswitch_connectors (#7431)
Co-authored-by: Deepanshu Bansal <deepanshu.bansal@Deepanshu-Bansal-JJMC7CM9XM.local> Co-authored-by: Deepanshu Bansal <deepanshubansal515@gmail.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: DEEPANSHU BANSAL <41580413+deepanshu-iiitu@users.noreply.github.com> Co-authored-by: Swangi Kumari <swangi.kumari@swangikumari-LLGDXVYMGG.local>
This commit is contained in:
		| @ -1,4 +1,3 @@ | ||||
| pub mod adyen; | ||||
| pub mod adyenplatform; | ||||
| #[cfg(feature = "dummy_connector")] | ||||
| pub mod dummyconnector; | ||||
| @ -7,7 +6,6 @@ pub mod gpayments; | ||||
| pub mod netcetera; | ||||
| pub mod nmi; | ||||
| pub mod payone; | ||||
| pub mod paypal; | ||||
| pub mod plaid; | ||||
| pub mod riskified; | ||||
| pub mod signifyd; | ||||
| @ -18,25 +16,26 @@ pub mod wellsfargopayout; | ||||
| pub mod wise; | ||||
|  | ||||
| pub use hyperswitch_connectors::connectors::{ | ||||
|     aci, aci::Aci, airwallex, airwallex::Airwallex, amazonpay, amazonpay::Amazonpay, | ||||
|     authorizedotnet, authorizedotnet::Authorizedotnet, bambora, bambora::Bambora, bamboraapac, | ||||
|     bamboraapac::Bamboraapac, bankofamerica, bankofamerica::Bankofamerica, billwerk, | ||||
|     billwerk::Billwerk, bitpay, bitpay::Bitpay, bluesnap, bluesnap::Bluesnap, boku, boku::Boku, | ||||
|     braintree, braintree::Braintree, cashtocode, cashtocode::Cashtocode, chargebee::Chargebee, | ||||
|     checkout, checkout::Checkout, coinbase, coinbase::Coinbase, coingate, coingate::Coingate, | ||||
|     cryptopay, cryptopay::Cryptopay, ctp_mastercard, ctp_mastercard::CtpMastercard, cybersource, | ||||
|     cybersource::Cybersource, datatrans, datatrans::Datatrans, deutschebank, | ||||
|     deutschebank::Deutschebank, digitalvirgo, digitalvirgo::Digitalvirgo, dlocal, dlocal::Dlocal, | ||||
|     elavon, elavon::Elavon, fiserv, fiserv::Fiserv, fiservemea, fiservemea::Fiservemea, fiuu, | ||||
|     fiuu::Fiuu, forte, forte::Forte, getnet, getnet::Getnet, globalpay, globalpay::Globalpay, | ||||
|     globepay, globepay::Globepay, gocardless, gocardless::Gocardless, helcim, helcim::Helcim, | ||||
|     hipay, hipay::Hipay, iatapay, iatapay::Iatapay, inespay, inespay::Inespay, itaubank, | ||||
|     itaubank::Itaubank, jpmorgan, jpmorgan::Jpmorgan, juspaythreedsserver, | ||||
|     juspaythreedsserver::Juspaythreedsserver, klarna, klarna::Klarna, mifinity, mifinity::Mifinity, | ||||
|     mollie, mollie::Mollie, moneris, moneris::Moneris, multisafepay, multisafepay::Multisafepay, | ||||
|     nexinets, nexinets::Nexinets, nexixpay, nexixpay::Nexixpay, nomupay, nomupay::Nomupay, noon, | ||||
|     noon::Noon, novalnet, novalnet::Novalnet, nuvei, nuvei::Nuvei, opayo, opayo::Opayo, opennode, | ||||
|     opennode::Opennode, paybox, paybox::Paybox, payeezy, payeezy::Payeezy, payme, payme::Payme, | ||||
|     aci, aci::Aci, adyen, adyen::Adyen, airwallex, airwallex::Airwallex, amazonpay, | ||||
|     amazonpay::Amazonpay, authorizedotnet, authorizedotnet::Authorizedotnet, bambora, | ||||
|     bambora::Bambora, bamboraapac, bamboraapac::Bamboraapac, bankofamerica, | ||||
|     bankofamerica::Bankofamerica, billwerk, billwerk::Billwerk, bitpay, bitpay::Bitpay, bluesnap, | ||||
|     bluesnap::Bluesnap, boku, boku::Boku, braintree, braintree::Braintree, cashtocode, | ||||
|     cashtocode::Cashtocode, chargebee::Chargebee, checkout, checkout::Checkout, coinbase, | ||||
|     coinbase::Coinbase, coingate, coingate::Coingate, cryptopay, cryptopay::Cryptopay, | ||||
|     ctp_mastercard, ctp_mastercard::CtpMastercard, cybersource, cybersource::Cybersource, | ||||
|     datatrans, datatrans::Datatrans, deutschebank, deutschebank::Deutschebank, digitalvirgo, | ||||
|     digitalvirgo::Digitalvirgo, dlocal, dlocal::Dlocal, elavon, elavon::Elavon, fiserv, | ||||
|     fiserv::Fiserv, fiservemea, fiservemea::Fiservemea, fiuu, fiuu::Fiuu, forte, forte::Forte, | ||||
|     getnet, getnet::Getnet, globalpay, globalpay::Globalpay, globepay, globepay::Globepay, | ||||
|     gocardless, gocardless::Gocardless, helcim, helcim::Helcim, hipay, hipay::Hipay, iatapay, | ||||
|     iatapay::Iatapay, inespay, inespay::Inespay, itaubank, itaubank::Itaubank, jpmorgan, | ||||
|     jpmorgan::Jpmorgan, juspaythreedsserver, juspaythreedsserver::Juspaythreedsserver, klarna, | ||||
|     klarna::Klarna, mifinity, mifinity::Mifinity, mollie, mollie::Mollie, moneris, | ||||
|     moneris::Moneris, multisafepay, multisafepay::Multisafepay, nexinets, nexinets::Nexinets, | ||||
|     nexixpay, nexixpay::Nexixpay, nomupay, nomupay::Nomupay, noon, noon::Noon, novalnet, | ||||
|     novalnet::Novalnet, nuvei, nuvei::Nuvei, opayo, opayo::Opayo, opennode, opennode::Opennode, | ||||
|     paybox, paybox::Paybox, payeezy, payeezy::Payeezy, payme, payme::Payme, paypal, paypal::Paypal, | ||||
|     paystack, paystack::Paystack, payu, payu::Payu, placetopay, placetopay::Placetopay, powertranz, | ||||
|     powertranz::Powertranz, prophetpay, prophetpay::Prophetpay, rapyd, rapyd::Rapyd, razorpay, | ||||
|     razorpay::Razorpay, recurly::Recurly, redsys, redsys::Redsys, shift4, shift4::Shift4, square, | ||||
| @ -50,8 +49,7 @@ pub use hyperswitch_connectors::connectors::{ | ||||
| #[cfg(feature = "dummy_connector")] | ||||
| pub use self::dummyconnector::DummyConnector; | ||||
| pub use self::{ | ||||
|     adyen::Adyen, adyenplatform::Adyenplatform, ebanx::Ebanx, gpayments::Gpayments, | ||||
|     netcetera::Netcetera, nmi::Nmi, payone::Payone, paypal::Paypal, plaid::Plaid, | ||||
|     riskified::Riskified, signifyd::Signifyd, stripe::Stripe, threedsecureio::Threedsecureio, | ||||
|     wellsfargopayout::Wellsfargopayout, wise::Wise, | ||||
|     adyenplatform::Adyenplatform, ebanx::Ebanx, gpayments::Gpayments, netcetera::Netcetera, | ||||
|     nmi::Nmi, payone::Payone, plaid::Plaid, riskified::Riskified, signifyd::Signifyd, | ||||
|     stripe::Stripe, threedsecureio::Threedsecureio, wellsfargopayout::Wellsfargopayout, wise::Wise, | ||||
| }; | ||||
|  | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -41,12 +41,6 @@ pub const DEFAULT_LIST_API_LIMIT: u16 = 10; | ||||
|  | ||||
| // String literals | ||||
| pub(crate) const UNSUPPORTED_ERROR_MESSAGE: &str = "Unsupported response type"; | ||||
| pub(crate) const LOW_BALANCE_ERROR_MESSAGE: &str = "Insufficient balance in the payment method"; | ||||
|  | ||||
| pub(crate) const CANNOT_CONTINUE_AUTH: &str = | ||||
|     "Cannot continue with Authorization due to failed Liability Shift."; | ||||
| #[cfg(feature = "payouts")] | ||||
| pub(crate) const DEFAULT_NOTIFICATION_SCRIPT_LANGUAGE: &str = "en-US"; | ||||
|  | ||||
| // General purpose base64 engines | ||||
|  | ||||
|  | ||||
| @ -698,14 +698,12 @@ macro_rules! default_imp_for_new_connector_integration_payment { | ||||
| } | ||||
|  | ||||
| default_imp_for_new_connector_integration_payment!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -732,14 +730,12 @@ macro_rules! default_imp_for_new_connector_integration_refund { | ||||
| } | ||||
|  | ||||
| default_imp_for_new_connector_integration_refund!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -760,14 +756,12 @@ macro_rules! default_imp_for_new_connector_integration_connector_access_token { | ||||
| } | ||||
|  | ||||
| default_imp_for_new_connector_integration_connector_access_token!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -810,14 +804,12 @@ macro_rules! default_imp_for_new_connector_integration_submit_evidence { | ||||
| } | ||||
|  | ||||
| default_imp_for_new_connector_integration_accept_dispute!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -842,14 +834,12 @@ macro_rules! default_imp_for_new_connector_integration_defend_dispute { | ||||
|     }; | ||||
| } | ||||
| default_imp_for_new_connector_integration_defend_dispute!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -858,14 +848,12 @@ default_imp_for_new_connector_integration_defend_dispute!( | ||||
|     connector::Plaid | ||||
| ); | ||||
| default_imp_for_new_connector_integration_submit_evidence!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -901,14 +889,12 @@ macro_rules! default_imp_for_new_connector_integration_file_upload { | ||||
| } | ||||
|  | ||||
| default_imp_for_new_connector_integration_file_upload!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1030,14 +1016,12 @@ macro_rules! default_imp_for_new_connector_integration_payouts_create { | ||||
|  | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_new_connector_integration_payouts_create!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1065,14 +1049,12 @@ macro_rules! default_imp_for_new_connector_integration_payouts_eligibility { | ||||
|  | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_new_connector_integration_payouts_eligibility!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1100,14 +1082,12 @@ macro_rules! default_imp_for_new_connector_integration_payouts_fulfill { | ||||
|  | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_new_connector_integration_payouts_fulfill!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1135,14 +1115,12 @@ macro_rules! default_imp_for_new_connector_integration_payouts_cancel { | ||||
|  | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_new_connector_integration_payouts_cancel!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1170,14 +1148,12 @@ macro_rules! default_imp_for_new_connector_integration_payouts_quote { | ||||
|  | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_new_connector_integration_payouts_quote!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1205,14 +1181,12 @@ macro_rules! default_imp_for_new_connector_integration_payouts_recipient { | ||||
|  | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_new_connector_integration_payouts_recipient!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1241,13 +1215,11 @@ macro_rules! default_imp_for_new_connector_integration_payouts_sync { | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_new_connector_integration_payouts_sync!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1275,14 +1247,12 @@ macro_rules! default_imp_for_new_connector_integration_payouts_recipient_account | ||||
|  | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_new_connector_integration_payouts_recipient_account!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1308,14 +1278,12 @@ macro_rules! default_imp_for_new_connector_integration_webhook_source_verificati | ||||
| } | ||||
|  | ||||
| default_imp_for_new_connector_integration_webhook_source_verification!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1438,14 +1406,12 @@ macro_rules! default_imp_for_new_connector_integration_frm_sale { | ||||
|  | ||||
| #[cfg(feature = "frm")] | ||||
| default_imp_for_new_connector_integration_frm_sale!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1473,14 +1439,12 @@ macro_rules! default_imp_for_new_connector_integration_frm_checkout { | ||||
|  | ||||
| #[cfg(feature = "frm")] | ||||
| default_imp_for_new_connector_integration_frm_checkout!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1508,14 +1472,12 @@ macro_rules! default_imp_for_new_connector_integration_frm_transaction { | ||||
|  | ||||
| #[cfg(feature = "frm")] | ||||
| default_imp_for_new_connector_integration_frm_transaction!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1543,14 +1505,12 @@ macro_rules! default_imp_for_new_connector_integration_frm_fulfillment { | ||||
|  | ||||
| #[cfg(feature = "frm")] | ||||
| default_imp_for_new_connector_integration_frm_fulfillment!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1578,14 +1538,12 @@ macro_rules! default_imp_for_new_connector_integration_frm_record_return { | ||||
|  | ||||
| #[cfg(feature = "frm")] | ||||
| default_imp_for_new_connector_integration_frm_record_return!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1610,14 +1568,12 @@ macro_rules! default_imp_for_new_connector_integration_revoking_mandates { | ||||
| } | ||||
|  | ||||
| default_imp_for_new_connector_integration_revoking_mandates!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|     connector::Stripe, | ||||
| @ -1806,13 +1762,11 @@ macro_rules! default_imp_for_new_connector_integration_uas { | ||||
|  | ||||
| default_imp_for_new_connector_integration_uas!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|  | ||||
| @ -217,7 +217,6 @@ impl<const T: u8> | ||||
|  | ||||
| default_imp_for_complete_authorize!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
| @ -258,7 +257,6 @@ impl<const T: u8> | ||||
| } | ||||
| default_imp_for_webhook_source_verification!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
| @ -302,13 +300,11 @@ impl<const T: u8> | ||||
|  | ||||
| default_imp_for_create_customer!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -348,7 +344,6 @@ impl<const T: u8> services::ConnectorRedirectResponse for connector::DummyConnec | ||||
|  | ||||
| default_imp_for_connector_redirect_response!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
| @ -505,7 +500,6 @@ default_imp_for_accept_dispute!( | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -571,7 +565,6 @@ default_imp_for_file_upload!( | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -614,7 +607,6 @@ default_imp_for_submit_evidence!( | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -657,7 +649,6 @@ default_imp_for_defend_dispute!( | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -737,9 +728,7 @@ impl<const T: u8> | ||||
|  | ||||
| default_imp_for_post_processing_steps!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Nmi, | ||||
|     connector::Paypal, | ||||
|     connector::Stripe, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
| @ -845,7 +834,6 @@ impl<const T: u8> | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_payouts_retrieve!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
| @ -897,7 +885,6 @@ default_imp_for_payouts_eligibility!( | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -979,7 +966,6 @@ default_imp_for_payouts_cancel!( | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -1017,12 +1003,10 @@ impl<const T: u8> | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_payouts_quote!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -1061,12 +1045,10 @@ impl<const T: u8> | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_payouts_recipient!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -1107,13 +1089,11 @@ impl<const T: u8> | ||||
| #[cfg(feature = "payouts")] | ||||
| default_imp_for_payouts_recipient_account!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -1151,13 +1131,11 @@ impl<const T: u8> | ||||
|  | ||||
| default_imp_for_approve!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -1196,13 +1174,11 @@ impl<const T: u8> | ||||
|  | ||||
| default_imp_for_reject!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -1350,13 +1326,11 @@ impl<const T: u8> | ||||
| #[cfg(feature = "frm")] | ||||
| default_imp_for_frm_sale!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Stripe, | ||||
|     connector::Threedsecureio, | ||||
| @ -1395,13 +1369,11 @@ impl<const T: u8> | ||||
| #[cfg(feature = "frm")] | ||||
| default_imp_for_frm_checkout!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Stripe, | ||||
|     connector::Threedsecureio, | ||||
| @ -1440,13 +1412,11 @@ impl<const T: u8> | ||||
| #[cfg(feature = "frm")] | ||||
| default_imp_for_frm_transaction!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Stripe, | ||||
|     connector::Threedsecureio, | ||||
| @ -1485,13 +1455,11 @@ impl<const T: u8> | ||||
| #[cfg(feature = "frm")] | ||||
| default_imp_for_frm_fulfillment!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Stripe, | ||||
|     connector::Threedsecureio, | ||||
| @ -1530,13 +1498,11 @@ impl<const T: u8> | ||||
| #[cfg(feature = "frm")] | ||||
| default_imp_for_frm_record_return!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Stripe, | ||||
|     connector::Threedsecureio, | ||||
| @ -1573,13 +1539,11 @@ impl<const T: u8> | ||||
|  | ||||
| default_imp_for_incremental_authorization!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -1616,13 +1580,11 @@ impl<const T: u8> | ||||
| } | ||||
| default_imp_for_revoking_mandates!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -1837,14 +1799,12 @@ impl<const T: u8> | ||||
| { | ||||
| } | ||||
| default_imp_for_authorize_session_token!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -1880,14 +1840,12 @@ impl<const T: u8> | ||||
| } | ||||
|  | ||||
| default_imp_for_calculate_tax!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -1923,7 +1881,6 @@ impl<const T: u8> | ||||
| } | ||||
|  | ||||
| default_imp_for_session_update!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
| @ -1965,7 +1922,6 @@ impl<const T: u8> | ||||
| } | ||||
|  | ||||
| default_imp_for_post_session_tokens!( | ||||
|     connector::Adyen, | ||||
|     connector::Adyenplatform, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
| @ -2011,13 +1967,11 @@ impl<const T: u8> | ||||
|  | ||||
| default_imp_for_uas_pre_authentication!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -2054,13 +2008,11 @@ impl<const T: u8> | ||||
|  | ||||
| default_imp_for_uas_post_authentication!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -2086,13 +2038,11 @@ macro_rules! default_imp_for_uas_authentication_confirmation { | ||||
|  | ||||
| default_imp_for_uas_authentication_confirmation!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -2142,13 +2092,11 @@ impl<const T: u8> | ||||
|  | ||||
| default_imp_for_uas_authentication!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -2297,13 +2245,11 @@ impl<const T: u8> | ||||
|  | ||||
| default_imp_for_revenue_recovery_record_back!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
| @ -2343,13 +2289,11 @@ impl<const T: u8> | ||||
|  | ||||
| default_imp_for_additional_revenue_recovery_call!( | ||||
|     connector::Adyenplatform, | ||||
|     connector::Adyen, | ||||
|     connector::Ebanx, | ||||
|     connector::Gpayments, | ||||
|     connector::Netcetera, | ||||
|     connector::Nmi, | ||||
|     connector::Payone, | ||||
|     connector::Paypal, | ||||
|     connector::Plaid, | ||||
|     connector::Riskified, | ||||
|     connector::Signifyd, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Swangi Kumari
					Swangi Kumari