File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
modules/ppcp-settings/src Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,8 @@ public function get(): array {
64
64
'action ' => array (
65
65
'type ' => 'tab ' ,
66
66
'tab ' => 'payment_methods ' ,
67
- 'section ' => 'ppcp-fastlane ' ,
68
- 'modal ' => 'ppcp-fastlane-gateway ' ,
69
- 'highlight ' => 'ppcp-fastlane-gateway ' ,
67
+ 'section ' => 'ppcp-axo-gateway ' ,
68
+ 'highlight ' => 'ppcp-axo-gateway ' ,
70
69
),
71
70
),
72
71
'enable_credit_debit_cards ' => array (
Original file line number Diff line number Diff line change @@ -162,10 +162,10 @@ public function __construct(
162
162
*/
163
163
public function get_eligibility_checks (): array {
164
164
return array (
165
- 'enable_fastlane ' => fn () => ! $ this ->is_fastlane_eligible ,
165
+ 'enable_fastlane ' => fn () => $ this ->is_fastlane_eligible ,
166
166
'enable_credit_debit_cards ' => fn () => $ this ->is_card_payment_eligible ,
167
- 'enable_pay_later_messaging ' => fn () => ! $ this ->is_pay_later_messaging_eligible ,
168
- 'add_pay_later_messaging ' => fn () => $ this ->is_pay_later_messaging_eligible && ! $ this -> is_pay_later_messaging_ui_eligible ,
167
+ 'enable_pay_later_messaging ' => fn () => $ this ->is_pay_later_messaging_eligible ,
168
+ 'add_pay_later_messaging ' => fn () => $ this ->is_pay_later_messaging_eligible ,
169
169
'configure_paypal_subscription ' => fn () => $ this ->is_subscription_eligible ,
170
170
'add_paypal_buttons ' => fn () => $ this ->is_paypal_buttons_eligible ,
171
171
'register_domain_apple_pay ' => fn () => $ this ->is_apple_pay_domain_eligible ,
You can’t perform that action at this time.
0 commit comments