Magento 2 : Event Observer For Payment Method Selection
I am working on a custom extension where I need to call an observer when any payment method is select from the available payment method list on the frontend checkout page.
Can anyone tell me which event observer should I used for this?
I need to call a custom function and add fee to the cart subtotal.