Skip to content

Commit

Permalink
Updated to 'Pronamic_WP_Pay_GatewaySettings' class.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 2, 2015
1 parent 2aee176 commit 1a7d9fb
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 53 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Ogone driver for the WordPress payment processing library.**

[![Build Status](https://travis-ci.org/wp-pay-gateways/ogone.svg?branch=develop)](https://travis-ci.org/wp-pay-gateways/ogone)
[![Coverage Status](https://coveralls.io/repos/wp-pay-gateways/ogone/badge.png?branch=develop)](https://coveralls.io/r/wp-pay-gateways/ogone?branch=develop)
[![Coverage Status](https://coveralls.io/repos/wp-pay-gateways/ogone/badge.svg?branch=master&service=github)](https://coveralls.io/github/wp-pay-gateways/ogone?branch=master)
[![Latest Stable Version](https://poser.pugx.org/wp-pay-gateways/ogone/v/stable.svg)](https://packagist.org/packages/wp-pay-gateways/ogone)
[![Total Downloads](https://poser.pugx.org/wp-pay-gateways/ogone/downloads.svg)](https://packagist.org/packages/wp-pay-gateways/ogone)
[![Latest Unstable Version](https://poser.pugx.org/wp-pay-gateways/ogone/v/unstable.svg)](https://packagist.org/packages/wp-pay-gateways/ogone)
Expand Down
89 changes: 38 additions & 51 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/GatewaySettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @version 1.3.0
* @since 1.3.0
*/
class Pronamic_WP_Pay_Gateways_Ogone_GatewaySettings extends Pronamic_WP_Pay_Admin_GatewaySettings {
class Pronamic_WP_Pay_Gateways_Ogone_GatewaySettings 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 1a7d9fb

Please sign in to comment.