mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
🔥 Remove dev-comments
This commit is contained in:
parent
67e7703e1f
commit
3fb710f174
1 changed files with 12 additions and 23 deletions
|
@ -187,17 +187,6 @@ class SettingsDataManager {
|
|||
* @return void
|
||||
*/
|
||||
protected function toggle_payment_gateways( ConfigurationFlagsDTO $flags ) : void {
|
||||
/*
|
||||
TODO: Implement those conditions:
|
||||
|
||||
| Payment Method | Country | Seller Type | Subscriptions | Cards | Notes |
|
||||
|----------------|---------|-------------|---------------|-------|-------------------------------|
|
||||
| ACDC | US | Business | *any* | ✅ | Greyed out for Casual Sellers |
|
||||
| BCDC | US | *any* | *any* | ✅ | |
|
||||
| Apple Pay | US | Business | *any* | ✅ | Based on feature eligibility |
|
||||
| Google Pay | US | Business | *any* | ✅ | Based on feature eligibility |
|
||||
| All APMs | US | Business | *any* | ✅ | Based on feature eligibility |
|
||||
*/
|
||||
// First, disable all payment methods.
|
||||
$methods_paypal = $this->methods_definition->group_paypal_methods();
|
||||
$methods_cards = $this->methods_definition->group_card_methods();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue