Skip to content

Commit

Permalink
Enable support for price changes, fixes #19.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 14, 2024
1 parent 56f65b2 commit 39c7cd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Gateways/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ public function init() {

if ( null !== $payment_method && $payment_method->supports( 'recurring' ) ) {
$this->supports = [
/**
* Price changes.
*
* @link https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/issues/19
*/
'price-changes',
'recurring',
/**
* Renewal date changes.
Expand Down

0 comments on commit 39c7cd0

Please sign in to comment.