Change Apple Pay and Google Pay default button labels to plain

This commit is contained in:
George Burduli 2024-07-31 11:53:13 +04:00
parent a152027772
commit 000cc8ed9e
No known key found for this signature in database
GPG key ID: 572A97DFDA3D2E5C
2 changed files with 2 additions and 2 deletions

View file

@ -269,7 +269,7 @@ return array(
'classes' => array( 'ppcp-field-indent' ),
'class' => array(),
'input_class' => array( 'wc-enhanced-select' ),
'default' => 'pay',
'default' => 'plain',
'options' => PropertiesDictionary::button_types(),
'screens' => array( State::STATE_ONBOARDED ),
'gateway' => 'dcc',