mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
🎨 Comments and white space
This commit is contained in:
parent
3f5f587e88
commit
10527e507a
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@ const defaultTransient = Object.freeze( {
|
||||||
|
|
||||||
// Persistent: Values that are loaded from the DB.
|
// Persistent: Values that are loaded from the DB.
|
||||||
const defaultPersistent = Object.freeze( {
|
const defaultPersistent = Object.freeze( {
|
||||||
|
// Payment methods.
|
||||||
'ppcp-gateway': {},
|
'ppcp-gateway': {},
|
||||||
venmo: {},
|
venmo: {},
|
||||||
'pay-later': {},
|
'pay-later': {},
|
||||||
|
@ -37,6 +38,8 @@ const defaultPersistent = Object.freeze( {
|
||||||
'ppcp-multibanco': {},
|
'ppcp-multibanco': {},
|
||||||
'ppcp-pay-upon-invoice-gateway': {},
|
'ppcp-pay-upon-invoice-gateway': {},
|
||||||
'ppcp-oxxo-gateway': {},
|
'ppcp-oxxo-gateway': {},
|
||||||
|
|
||||||
|
// Custom payment method properties.
|
||||||
paypalShowLogo: false,
|
paypalShowLogo: false,
|
||||||
threeDSecure: 'no-3d-secure',
|
threeDSecure: 'no-3d-secure',
|
||||||
fastlaneCardholderName: false,
|
fastlaneCardholderName: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue