Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Add feature support payment_status_request.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Oct 19, 2016
1 parent 416669f commit 1f0c7fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ class Pronamic_WP_Pay_Gateways_Sisow_Gateway extends Pronamic_WP_Pay_Gateway {
public function __construct( Pronamic_WP_Pay_Gateways_Sisow_Config $config ) {
parent::__construct( $config );

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

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

0 comments on commit 1f0c7fe

Please sign in to comment.