Skip to content

Commit

Permalink
fix typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed Mar 8, 2021
1 parent 0ea89da commit 1640f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-give-moneris-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function register_settings( $settings ) {
),
array(
'name' => __( 'CVD Validation', 'give-moneris' ),
'desc' => __( 'The Card Validation Digits (CVD) value refers to the numbers appearing on the back of the credit card rather than the numbers imprinted on the front1. It is an optional fraud prevention tool that enables merchants to verify data provided by the cardholder at transaction time. This data is submitted along with the transaction to the issuing bank, which provides a response indicating whether the data is a match.', 'give-moneris' ),
'desc' => __( 'The Card Validation Digits (CVD) value refers to the numbers appearing on the back of the credit card rather than the numbers imprinted on the front. It is an optional fraud prevention tool that enables merchants to verify data provided by the cardholder at transaction time. This data is submitted along with the transaction to the issuing bank, which provides a response indicating whether the data is a match.', 'give-moneris' ),
'id' => 'give_moneris_cvd_validation',
'type' => 'radio_inline',
'options' => [
Expand Down

0 comments on commit 1640f82

Please sign in to comment.