Use the Authorize.net gateway class with a different post url, e.g. if you have a gateway that offers an Authorize.net compatibility mode.
apply_filters("pmpro_authorizenet_post_url", string $post_url, string $gateway_environment); |
Parameters
- $post_url
- string
- $gateway_environment
- string
Source
View in Source CodeRelated Articles and Recipes
Point the Authorize.net integration to a different end point. By Kimberly Coleman