I know that, in Payment plugin, you have something like these (in resources/lang/en/payment.php)
‘method_name’ => ‘Method name’
‘card_number’ => ‘Card number’
So could you please kindly,
1- also add ‘bank_account_number’ => ‘Account number’ by default?
2- add those into “Payment transaction” (resources/views/show.blade.php)?
3- Finally, add them into Customer’s order detail?
I do not want to lose them when updating. Adding them into those places by default is appreciated.