Skip to content

Commit

Permalink
fix: code duplication and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloc-adyen committed Jul 30, 2024
1 parent b1b95d3 commit bf43c59
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions force-app/main/default/classes/AdyenAsyncAdapter.cls
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit bf43c59

Please sign in to comment.