Skip to content

Commit

Permalink
Register Riverty payment method.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 13, 2022
1 parent 1a94122 commit 0a7c780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function() {
$this->register_payment_method( new PaymentMethod( PaymentMethods::KLARNA_PAY_LATER ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::MAESTRO ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::PAYPAL ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::RIVERTY ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::SOFORT ) );
$this->register_payment_method( new PaymentMethod( PaymentMethods::SPRAYPAY ) );
}
Expand Down
1 change: 1 addition & 0 deletions src/Methods.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class Methods {
PaymentMethods::MISTER_CASH => self::BANCONTACT,
PaymentMethods::MAESTRO => self::MAESTRO,
PaymentMethods::PAYPAL => self::PAYPAL,
PaymentMethods::RIVERTY => self::AFTERPAY,
PaymentMethods::SOFORT => self::SOFORT,
PaymentMethods::SPRAYPAY => self::SPRAYPAY,
];
Expand Down

0 comments on commit 0a7c780

Please sign in to comment.