mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
💡 Document DI service names
This commit is contained in:
parent
532543f490
commit
60bdf6dea1
2 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,8 @@ use WooCommerce\PayPalCommerce\WcGateway\Exception\NotFoundException;
|
|||
|
||||
/**
|
||||
* Class CompatibilityChecker
|
||||
*
|
||||
* DI service: 'axo.helpers.compatibility-checker'
|
||||
*/
|
||||
class CompatibilityChecker {
|
||||
/**
|
||||
|
|
|
@ -23,7 +23,7 @@ use WooCommerce\PayPalCommerce\Axo\Helper\PropertiesDictionary;
|
|||
* This class should not implement business logic, but only provide a convenient
|
||||
* way to access gateway settings by wrapping the Settings instance.
|
||||
*
|
||||
* DI container: 'wcgateway.configuration.dcc'
|
||||
* DI service: 'wcgateway.configuration.dcc'
|
||||
*/
|
||||
class DCCGatewayConfiguration {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue