mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
✨ Add Vaulting to onboarding products
This commit is contained in:
parent
5b80e00c54
commit
62dda0da3c
1 changed files with 1 additions and 5 deletions
|
@ -52,9 +52,6 @@ export const determineProducts = ( state ) => {
|
||||||
* The store uses the Express-checkout product.
|
* The store uses the Express-checkout product.
|
||||||
*/
|
*/
|
||||||
derivedProducts.push( 'EXPRESS_CHECKOUT' );
|
derivedProducts.push( 'EXPRESS_CHECKOUT' );
|
||||||
|
|
||||||
// TODO: Add the "BCDC" product/feature
|
|
||||||
// Requirement: "EXPRESS_CHECKOUT with BCDC"
|
|
||||||
} else {
|
} else {
|
||||||
/**
|
/**
|
||||||
* Branch 3: Merchant is business, and can use CC payments.
|
* Branch 3: Merchant is business, and can use CC payments.
|
||||||
|
@ -64,8 +61,7 @@ export const determineProducts = ( state ) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( canUseVaulting ) {
|
if ( canUseVaulting ) {
|
||||||
// TODO: Add the "Vaulting" product/feature
|
derivedProducts.push( 'ADVANCED_VAULTING' );
|
||||||
// Requirement: "... with Vault"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return derivedProducts;
|
return derivedProducts;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue