mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Add 3DS meta key
This commit is contained in:
parent
36ab073c41
commit
498efd72ad
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue