Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
Make sure to extend from the easy config factory class.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 31, 2016
1 parent 346a6b1 commit 411db7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigFactory.php
Expand Up @@ -9,7 +9,7 @@
* @author Remco Tolsma
* @version 1.0.0
*/
class Pronamic_WP_Pay_Gateways_AbnAmro_IDealEasy_ConfigFactory extends Pronamic_WP_Pay_Gateways_Ogone_OrderStandard_ConfigFactory {
class Pronamic_WP_Pay_Gateways_AbnAmro_IDealEasy_ConfigFactory extends Pronamic_WP_Pay_Gateways_Ogone_OrderStandardEasy_ConfigFactory {
public function __construct() {
parent::__construct( 'Pronamic_WP_Pay_Gateways_AbnAmro_IDealEasy_Config', 'Pronamic_WP_Pay_Gateways_AbnAmro_IDealEasy_TestConfig' );
}
Expand Down

0 comments on commit 411db7f

Please sign in to comment.