Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:wp-pay-gateways/ogone into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 17, 2016
2 parents 062170a + ffa61b5 commit f2b4853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/OrderStandard/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ class Pronamic_WP_Pay_Gateways_Ogone_OrderStandard_Gateway extends Pronamic_WP_P
public function __construct( Pronamic_WP_Pay_Gateways_Ogone_OrderStandard_Config $config ) {
parent::__construct( $config );

$this->supports = array(
'payment_status_request',
);

$this->set_method( Pronamic_WP_Pay_Gateway::METHOD_HTML_FORM );
$this->set_has_feedback( true );
$this->set_amount_minimum( 0.01 );
Expand Down

0 comments on commit f2b4853

Please sign in to comment.