PayPal
PayPal Standard payment method integration
Description Description
Source Source
File: packages/woocommerce-blocks/src/Payments/Integrations/PayPal.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
Methods Methods
- __construct — Constructor
- get_payment_method_data — Returns an array of key=>value pairs of data made available to the payment methods script.
- get_payment_method_script_handles — Returns an array of scripts/handles to be registered for this payment method.
- get_supported_features — Returns an array of supported features.
- initialize — Initializes the payment method type.
- is_active — Returns if this payment method should be active. If false, the scripts will not be enqueued.