🔥 Remove dev-comments

This commit is contained in:
Philipp Stracker 2025-02-14 12:31:05 +01:00
parent 67e7703e1f
commit 3fb710f174
No known key found for this signature in database

View file

@ -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();