downgrade plugin to php 7.0

This commit is contained in:
David Remer 2020-09-11 13:38:02 +03:00
parent 5e011b4f95
commit c5899d915c
61 changed files with 419 additions and 368 deletions

View file

@ -25,7 +25,7 @@ use Inpsyde\PayPalCommerce\WcGateway\Settings\Settings;
class CreateOrderEndpoint implements EndpointInterface {
public const ENDPOINT = 'ppc-create-order';
const ENDPOINT = 'ppc-create-order';
/**
* The request data helper.