Where to store bank account information

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hello,

I would like to develop a payment module for direct debit. Therefore I need to store the bank account information anywhere? Is there already a place to store these values or do I need to change the database?

Thanks
Markus
13 years ago
Perhaps you could store it in the Nop_CustomerAttribute table?

Then you can use the classes in the Customer folder in the business logic project to read/write these values.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.