mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +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.
|
||||
*/
|
||||
derivedProducts.push( 'EXPRESS_CHECKOUT' );
|
||||
|
||||
// TODO: Add the "BCDC" product/feature
|
||||
// Requirement: "EXPRESS_CHECKOUT with BCDC"
|
||||
} else {
|
||||
/**
|
||||
* Branch 3: Merchant is business, and can use CC payments.
|
||||
|
@ -64,8 +61,7 @@ export const determineProducts = ( state ) => {
|
|||
}
|
||||
|
||||
if ( canUseVaulting ) {
|
||||
// TODO: Add the "Vaulting" product/feature
|
||||
// Requirement: "... with Vault"
|
||||
derivedProducts.push( 'ADVANCED_VAULTING' );
|
||||
}
|
||||
|
||||
return derivedProducts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue