Merge pull request #343 from woocommerce/PCP-305-enable-save-card-for-guest-users

Disable PayPal gateways if subscription product in cart and customer not logged in
This commit is contained in:
Emili Castells 2021-11-04 15:58:52 +01:00 committed by GitHub
commit 984019cb2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 24 deletions

View file

@ -31,7 +31,6 @@ use WooCommerce\PayPalCommerce\WcGateway\Settings\Settings;
*/
class CreateOrderEndpoint implements EndpointInterface {
const ENDPOINT = 'ppc-create-order';
/**