Skip to content

Commit

Permalink
Smart Button : Minicart styling issues, ref #1072
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Apr 2, 2018
1 parent 3410fd8 commit 02f2f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/angelleye-in-context-checkout.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jQuery(function ($) {
allowed_funding_methods_single_array = $.parseJSON(angelleye_in_content_param.allowed_funding_methods);
disallowed_funding_methods_single_array = $.parseJSON(angelleye_in_content_param.disallowed_funding_methods);
if (angelleye_in_content_param.is_us_or_uk == "no") {
disallowed_funding_methods_single_array("credit");
disallowed_funding_methods_single_array.push("credit");
}
var get_attributes = function () {
var select = $('.variations_form').find('.variations select'),
Expand Down

0 comments on commit 02f2f9e

Please sign in to comment.