Dear Konakarts,
I'm developing a new payment module for EnterPayment (www.enterpayment.de). I have read the instructions and managed to copy and setup the new modules.
However, EnterPayment requires distinct first name and last name to be passed on in the request. Now, I've seen that the modules Authorizenet does a split of the BillingName using the space as a terminator. This can be a solution but can also lead to wrong results when there are more spaces within the name.
The same is for State and Country.
My question is: is it possible to extend PaymentDetails to include FirstName and LastName as well as State and Country ?
Another possible approach could be to get the order.BillingAddrId, retrieve the Addr and composing the required string to pass on to EnterPayment. However, I could not find an api to retrieve an Addr and passing an id.
I'm developing a new payment module for EnterPayment (www.enterpayment.de). I have read the instructions and managed to copy and setup the new modules.
However, EnterPayment requires distinct first name and last name to be passed on in the request. Now, I've seen that the modules Authorizenet does a split of the BillingName using the space as a terminator. This can be a solution but can also lead to wrong results when there are more spaces within the name.
The same is for State and Country.
My question is: is it possible to extend PaymentDetails to include FirstName and LastName as well as State and Country ?
Another possible approach could be to get the order.BillingAddrId, retrieve the Addr and composing the required string to pass on to EnterPayment. However, I could not find an api to retrieve an Addr and passing an id.