Skip to content

Commit

Permalink
phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 28, 2023
1 parent bae4dac commit 709f139
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,15 +443,15 @@ public static function get_gateways() {
'icon' => PaymentMethods::get_icon_url( PaymentMethods::PRZELEWY24, $icon_size ),
],
[
'id' => 'pronamic_pay_riverty',
'payment_method' => PaymentMethods::RIVERTY,
'icon' => PaymentMethods::get_icon_url( PaymentMethods::RIVERTY, $icon_size ),
'form_fields' => [
'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'
)
),
],
],
'method_description' => \__(
Expand Down

0 comments on commit 709f139

Please sign in to comment.