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 801598e commit d45053b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ public static function get_gateways() {
'icon' => PaymentMethods::get_icon_url( PaymentMethods::BUNQ, $icon_size ),
],
[
'id' => 'pronamic_pay_credit_card',
'payment_method' => PaymentMethods::CREDIT_CARD,
'icon' => PaymentMethods::get_icon_url( PaymentMethods::CREDIT_CARD, $icon_size ),
'check_active' => false,
'id' => 'pronamic_pay_credit_card',
'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'
Expand Down

0 comments on commit d45053b

Please sign in to comment.