I am curious to know whether the authorize.net part uses AIM or DPM in the form?
Thanks
I am curious to know whether the authorize.net part uses AIM or DPM in the form?
Thanks
Looking through the plugin files, there are no references to DPM, just aim:
./authorizenet.php:1927: $aim_response = $transaction->authorizeOnly();
./authorizenet.php:1937: $aim_response = $transaction->authorizeAndCapture();
./authorizenet.php:1944: $aim_response = $transaction->authorizeAndCapture();
I just confirmed with one of the developers that Gravity Forms uses AIM for one-time payments and ARB for recurring billing. DPM is not used.
Thank you for verifying that.
You're welcome.