Skip to content

payment-gateway

Auto Added by WPeMatico

Payment method class override

Is there any way to override this class “vendor/paypal/module-braintree-core/Gateway/Command/GatewayCommand.php”? I have tried to override this class method using plugin and preference but no luck. Thanks,

Magento 2 Class PayMongoPaymentsControllerPaymentStartInterceptor does not exist

I have installed the Paymongo module. https://marketplace.magento.com/cyndertech-paymongo-gateway.html but when I place an order with PayMongo – Credit Card so getting an error. 1 exception(s): Exception #0 (ReflectionException): Class PayMongoPaymentsControllerPaymentStartInterceptor does not exist Exception #0 (ReflectionException): Class PayMongoPaymentsControllerPaymentStartInterceptor does not exist… Read More »Magento 2 Class PayMongoPaymentsControllerPaymentStartInterceptor does not exist

PAYMENT GATEWAY ERRORS

I am trying to integrate a payment gateway into my Magento 2 store, but I keep getting an error during the checkout process. What steps can I take to troubleshoot and fix this issue?

get specific information in additional_information field of the sales_order_payment table from payment method

Currently the information I receive from older version of PayGate in the additional_information field of the sales_order_payment table is: {“paygate-payment-type”:”EW-MOBICRED”,”method_title”:”PayGate”} and new version I’m getting this : {“raw_details_info”:{“PAY_REQUEST_ID”:”0155ED4B-6D5B-8BB7-F6DB-9EBE834B65AD”,”TRANSACTION_STATUS”:”1″,”CHECKSUM”:”6468b5614c4404633de42c94bfa71c5d”,”PAYMENT_TITLE”:”PAYGATE_PAYWEB”}} How to get similar values as old version. I have tried modifying… Read More »get specific information in additional_information field of the sales_order_payment table from payment method