Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro.adapter.php |
— | — | @@ -15,6 +15,20 @@ |
16 | 16 | ); |
17 | 17 | } |
18 | 18 | |
| 19 | + /** |
| 20 | + * Define error_map |
| 21 | + * |
| 22 | + * @todo |
| 23 | + * - Add: Error messages |
| 24 | + * - error_map is not used by PayflowProAdapter |
| 25 | + */ |
| 26 | + public function defineErrorMap() { |
| 27 | + |
| 28 | + $this->error_map = array( |
| 29 | + 0 => 'payflowpro_gateway-response-default', |
| 30 | + ); |
| 31 | + } |
| 32 | + |
19 | 33 | function defineVarMap() { |
20 | 34 | $this->var_map = array( |
21 | 35 | 'ACCT' => 'card_num', |