mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
downgrade plugin to php 7.0
This commit is contained in:
parent
5e011b4f95
commit
c5899d915c
61 changed files with 419 additions and 368 deletions
|
@ -21,7 +21,7 @@ use Psr\Container\ContainerInterface;
|
|||
*/
|
||||
class CreditCardGateway extends PayPalGateway {
|
||||
|
||||
public const ID = 'ppcp-credit-card-gateway';
|
||||
const ID = 'ppcp-credit-card-gateway';
|
||||
|
||||
/**
|
||||
* The URL to the module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue