Index: branches/fundraising/extensions/DonationInterface/payflowpro_gateway/payflowpro.adapter.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | |
4 | 4 | class PayflowProAdapter extends GatewayAdapter { |
5 | 5 | const GATEWAY_NAME = 'Payflow Pro'; |
6 | | - const IDENTIFIER = 'payflowpro_gateway'; |
| 6 | + const IDENTIFIER = 'payflowpro'; |
7 | 7 | const COMMUNICATION_TYPE = 'namevalue'; |
8 | 8 | const GLOBAL_PREFIX = 'wgPayflowProGateway'; |
9 | 9 | |