Commit 49bdca70 authored by attilak's avatar attilak

Fix code smells

parent 2eacd3e0
......@@ -132,11 +132,6 @@ define(
self.messageComponents = messageComponents;
// Get paymentMethod list with filtered details
var paymentMethods = self.checkoutComponent.paymentMethodsResponse.paymentMethods;
var paymentListObservable = ko.observable([]);
// Iterate through the payment methods and render them
var paymentList = _.reduce(paymentMethods, function (accumulator, paymentMethod) {
if (!self.isPaymentMethodSupported(paymentMethod.type)) {
......
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