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

Commit

Permalink
Extend settings from Pronamic_WP_Pay_GatewaySettings instead of Prona…
Browse files Browse the repository at this point in the history
…mic_WP_Pay_Admin_GatewaySettings
  • Loading branch information
rvdsteege committed Mar 11, 2016
1 parent 554309c commit 62de231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings.php
Expand Up @@ -10,7 +10,7 @@
* @version 1.1.0
* @since 1.1.0
*/
class Pronamic_WP_Pay_Gateways_PayDutch_Settings extends Pronamic_WP_Pay_Admin_GatewaySettings {
class Pronamic_WP_Pay_Gateways_PayDutch_Settings extends Pronamic_WP_Pay_GatewaySettings {
public function __construct() {
add_filter( 'pronamic_pay_gateway_sections', array( $this, 'sections' ) );
add_filter( 'pronamic_pay_gateway_fields', array( $this, 'fields' ) );
Expand Down

0 comments on commit 62de231

Please sign in to comment.