Skip to content

Commit

Permalink
Merge pull request #176 from buckaroo-it/BP-3602-Add-payment-method-B…
Browse files Browse the repository at this point in the history
…lik-PrestaShop

update checkout
  • Loading branch information
gentiprenaj authored Jul 9, 2024
2 parents 20910ab + 89fc5fd commit 16343f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/checkout/checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ abstract class Checkout
public const CHECKOUT_TYPE_MBWAY = 'mbway';
public const CHECKOUT_TYPE_MULTIBANCO = 'multibanco';
public const CHECKOUT_TYPE_KNAKEN = 'knaken';
public const CHECKOUT_TYPE_BLIK = 'blik';

public static $payment_method_type = [
self::CHECKOUT_TYPE_PAYPAL => 'PayPal',
Expand Down Expand Up @@ -90,6 +91,7 @@ abstract class Checkout
self::CHECKOUT_TYPE_MBWAY => 'Mbway',
self::CHECKOUT_TYPE_MULTIBANCO => 'Multibanco',
self::CHECKOUT_TYPE_KNAKEN => 'Knaken',
self::CHECKOUT_TYPE_BLIK => 'Blik'
];

protected $payment_request;
Expand Down

0 comments on commit 16343f5

Please sign in to comment.