Add 3DS meta key

This commit is contained in:
Narek Zakarian 2024-01-23 19:01:28 +04:00
parent 36ab073c41
commit 498efd72ad
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@ class PayPalGateway extends \WC_Payment_Gateway {
const FEES_META_KEY = '_ppcp_paypal_fees';
const REFUND_FEES_META_KEY = '_ppcp_paypal_refund_fees';
const REFUNDS_META_KEY = '_ppcp_refunds';
const THREE_D_AUTH_RESULT_META_KEY = '_ppcp_paypal_3DS_auth_result';
/**
* The Settings Renderer.