mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
10 lines
135 B
PHP
10 lines
135 B
PHP
<?php
|
|
/**
|
|
* The button module extensions.
|
|
*
|
|
* @package Inpsyde\PayPalCommerce\Button
|
|
*/
|
|
|
|
declare(strict_types=1);
|
|
|
|
return array();
|