Skip to content

Commit

Permalink
Add method description for the credit card gateway.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 28, 2023
1 parent 709f139 commit 801598e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ public static function get_gateways() {
'payment_method' => PaymentMethods::CREDIT_CARD,
'icon' => PaymentMethods::get_icon_url( PaymentMethods::CREDIT_CARD, $icon_size ),
'check_active' => false,
'method_description' => \__(
'The most popular payment method in the world. Offers customers a safe and trusted way to pay online. Customers can pay for their order quickly and easily with their credit card, without having to worry about their security. It is possible to charge a payment surcharge for credit card costs.',
'pronamic_ideal'
),
],
[
'id' => 'pronamic_pay_direct_debit',
Expand Down

0 comments on commit 801598e

Please sign in to comment.