We will be off on April 7th (Monday) for public holiday in our country

Commit 03fae317 authored by Hans Nieser's avatar Hans Nieser Committed by cyattilakiss

Fix filtering of Bancontact HPP payment methods (#628)

parent 6fe62cf5
......@@ -43,7 +43,7 @@ define(
var paymentMethod = ko.observable(null);
var messageComponents;
var shippingAddressCountryCode = quote.shippingAddress().countryId;
var unsupportedPaymentMethods = ['scheme', 'boleto', 'bcmc_mobile_QR', 'wechatpay', 'bcmc'];
var unsupportedPaymentMethods = ['scheme', 'boleto', 'bcmc_mobile_QR', 'wechatpay', /^bcmc$/ ];
/**
* Shareble adyen checkout component
* @type {AdyenCheckout}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment