Hello!
I'm currently using Payment Form, using the PayPal Pro plugin, to accept payment from the United States (USD), and it's been working great. I need to expand the payment options to include payment from Australia (AUS). Because of how Paypal pro works, I have a separate Paypal account to accept the AUS payments, meaning a new API username, password, and signature. I was hoping to get some insight on the best way I could do this - I was thinking of duplicating the PayPal Pro plugin (renaming os_paypal_pro os_paypal_pro_aus everywhere) to handle the separate AUS payments, and when a user checks out it would be called something like "PayPal Pro Australia". Looks like I'd need to update the currency code to AUS, and I'm guessing update the API endpoints to the Australian PayPal ones as well. Do you think this would work OK, and is there anything I might be overlooking?
Thank You!