diff --git a/force-app/main/default/classes/AdyenAsyncAdapter.cls b/force-app/main/default/classes/AdyenAsyncAdapter.cls index ea3c578..c2c72bd 100644 --- a/force-app/main/default/classes/AdyenAsyncAdapter.cls +++ b/force-app/main/default/classes/AdyenAsyncAdapter.cls @@ -1,10 +1,7 @@ /** - * This adapter is called by the Payment Gateway. - * The http calls are delegated to the AdyenPaymentHelper Class. - * - * This will process a CAPTURE and a REFUND Request as well as the corresponding Async callbacks. - * - * @see AdyenPaymentHelper + * This class is being deprecated after v2 due to the introduction of the payment gateway provider metadata. + * This way when upgrading the package conflicts will be avoided. + * The new one should be AdyenGatewayAdapter. */ global with sharing class AdyenAsyncAdapter implements CommercePayments.PaymentGatewayAdapter, CommercePayments.PaymentGatewayAsyncAdapter {