Skip to content

Commit

Permalink
Add card label.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 16, 2024
1 parent 52e5d37 commit 5e684b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/PaymentMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ public static function get_payment_methods() {
self::BUNQ => __( 'Bunq', 'pronamic_ideal' ),
self::CAPAYABLE => __( 'Capayable', 'pronamic_ideal' ),
self::IN3 => __( 'In3', 'pronamic_ideal' ),
self::CARD => __( 'Card', 'pronamic_ideal' ),
self::CREDIT_CARD => __( 'Credit Card', 'pronamic_ideal' ),
self::DIRECT_DEBIT => __( 'Direct Debit', 'pronamic_ideal' ),
self::DIRECT_DEBIT_BANCONTACT => sprintf(
Expand Down

0 comments on commit 5e684b6

Please sign in to comment.