mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Always include the BILLING_AGREEMENT
with subscriptions
This commit is contained in:
parent
228375e15b
commit
b09fb7a64a
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ class PartnerReferralsData {
|
|||
);
|
||||
|
||||
if ( true === $use_subscriptions ) {
|
||||
$capabilities[] = 'PAYPAL_WALLET_VAULTING_ADVANCED';
|
||||
$capabilities[] = 'PAYPAL_WALLET_VAULTING_ADVANCED';
|
||||
$first_party_features[] = 'BILLING_AGREEMENT';
|
||||
}
|
||||
|
||||
// Backwards compatibility. Keep those features in the legacy UI (null-value).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue