Skip to content

Commit

Permalink
Add the Riverty disclaimer.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 28, 2023
1 parent 771eb8c commit 96ec8d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,14 @@ public static function get_gateways() {
'id' => 'pronamic_pay_riverty',
'payment_method' => PaymentMethods::RIVERTY,
'icon' => PaymentMethods::get_icon_url( PaymentMethods::RIVERTY, $icon_size ),
'form_fields' => [
'description' => [
'default' => \__(
'You must be at least 18+ to use this service. If you pay on time, you will avoid additional costs and ensure that you can use Riverty’s services again in the future. By continuing, you accept the Terms and Conditions and confirm that you have read the Privacy Statement and Cookie Statement.',
'pronamic_ideal'
)
],
],
],
[
'id' => 'pronamic_pay_santander',
Expand Down

0 comments on commit 96ec8d9

Please sign in to comment.