Remove unused code.

This commit is contained in:
Pedro Silva 2023-12-13 10:18:37 +00:00
parent c59f6de143
commit 39040eb8e3
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -193,8 +193,6 @@ class ApplepayButton {
$wrapper.css('--apple-pay-button-height', `${ppcpStyle.height}px`)
$wrapper.css('height', `${ppcpStyle.height}px`)
}
jQuery(wrapper).append(appleContainer); // ToDo: this selector doesnt seem valid.
}
//------------------------