mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Fix phpcs
This commit is contained in:
parent
06c000b42b
commit
fbe13cb7dd
5 changed files with 13 additions and 10 deletions
|
@ -8,6 +8,9 @@ use WooCommerce\PayPalCommerce\ApiClient\Exception\PayPalApiException;
|
|||
use WooCommerce\PayPalCommerce\Button\Endpoint\EndpointInterface;
|
||||
use WooCommerce\PayPalCommerce\Button\Endpoint\RequestData;
|
||||
|
||||
/**
|
||||
* Handles the request for the PayPal Axo script attributes.
|
||||
*/
|
||||
class AxoScriptAttributes implements EndpointInterface {
|
||||
|
||||
const ENDPOINT = 'ppc-axo-script-attributes';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue