Skip to content

Commit

Permalink
Register new more general card payment method.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 14, 2024
1 parent 1c142b6 commit 3b28a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ public function __construct( $args = [] ) {
$this->payment_methods->add( new PaymentMethod( PaymentMethods::BUNQ ) );
$this->payment_methods->add( new PaymentMethod( PaymentMethods::IN3 ) );
$this->payment_methods->add( new PaymentMethod( PaymentMethods::CAPAYABLE ) );
$this->payment_methods->add( new PaymentMethod( PaymentMethods::CARD ) );
$this->payment_methods->add( new PaymentMethod( PaymentMethods::CREDIT_CARD ) );
$this->payment_methods->add( new PaymentMethod( PaymentMethods::DIRECT_DEBIT ) );
$this->payment_methods->add( new PaymentMethod( PaymentMethods::DIRECT_DEBIT_BANCONTACT ) );
Expand Down

0 comments on commit 3b28a44

Please sign in to comment.