A developer wants to implement integration of a new payment method that should be available for order creation from the admin panel. Which flag should be used?
To implement a new payment method available for order creation from the admin panel, the 'can_use_internal' flag should be used. This flag indicates whether the payment method can be used in the Magento admin panel. Reference: https://devdocs.magento.com/guides/v2.4/howdoi/checkout/checkout_payment.html
Currently there are no comments in this discussion, be the first to comment!