Skip to content

Commit

Permalink
Added tooltip on merchant account id setting
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalrdesai committed Dec 28, 2023
1 parent 3ee59a4 commit 33fa221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class.plugify-gform-braintree.php
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ public function feed_settings_fields() {
'choices' => $this->merchant_account_choices(),
'required' => false,
'default_value' => '',
'tooltip' => ''
'tooltip' => esc_html__('By default the payment will be processed by your primary Braintree merchant account. If you have multiple merchant accounts configured, you can specify which one this form should pay to here.', 'angelleye-gravity-forms-braintree'),
]
],
];
Expand Down

0 comments on commit 33fa221

Please sign in to comment.