Skip to content

Commit

Permalink
Add support for PayPal payment method.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Feb 13, 2023
1 parent 27b7713 commit 27e7508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ function() {
$this->register_payment_method( new PaymentMethod( PaymentMethods::KLARNA_PAY_OVER_TIME ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::MB_WAY ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::MOBILEPAY ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::PAYPAL ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::SOFORT ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::SWISH ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::TWINT ) );
Expand Down

0 comments on commit 27e7508

Please sign in to comment.