mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Merge branch 'trunk' into pcp-917-preview
# Conflicts: # modules/ppcp-wc-gateway/resources/js/gateway-settings.js # modules/ppcp-wc-gateway/services.php # modules/ppcp-wc-gateway/src/Assets/SettingsPageAssets.php # modules/ppcp-wc-gateway/src/WCGatewayModule.php # tests/PHPUnit/WcGateway/Assets/SettingsPagesAssetsTest.php
This commit is contained in:
commit
469c3ce9c3
9 changed files with 136 additions and 39 deletions
|
@ -141,10 +141,6 @@ import Renderer from '../../../ppcp-button/resources/js/modules/Renderer/Rendere
|
|||
|
||||
vaultingCheckboxes.forEach(node => node.addEventListener('change', togglePayLater));
|
||||
|
||||
if(PayPalCommerceGatewaySettings.is_subscriptions_plugin_active !== '1') {
|
||||
document.getElementById('field-subscription_behavior_when_vault_fails').style.display = 'none';
|
||||
}
|
||||
|
||||
let oldScriptSettings = getPaypalScriptSettings();
|
||||
|
||||
form.on('change', ':input', debounce(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue