Commit c0c84b89 authored by Rik ter Beek's avatar Rik ter Beek

included ko dependency again because it is needed

parent ddd0d39b
......@@ -23,13 +23,14 @@
define(
[
'jquery',
'ko',
'Magento_Payment/js/view/payment/cc-form',
'Magento_Customer/js/model/customer',
'Magento_Payment/js/model/credit-card-validation/credit-card-data',
'Magento_Checkout/js/model/quote',
'Adyen_Payment/js/model/installments'
],
function ($, Component, customer, creditCardData, quote, installments) {
function ($, ko, Component, customer, creditCardData, quote, installments) {
'use strict';
var cvcLength = ko.observable(4);
......
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