Skip to content

Commit

Permalink
Merge pull request #7150 from SalesforceFoundation/feature/242__payaG…
Browse files Browse the repository at this point in the history
…ateway

remove brackets from DEFAULT_NAME_ON_CARD for paya validation
  • Loading branch information
lparrott committed Nov 14, 2022
2 parents ead3d4c + 11dcb16 commit 7e56d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-app/main/default/lwc/geConstants/geConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const CLICKED_DOWN = 'clicked-down';
const DOWN = 'down';
const UP = 'up';

const DEFAULT_NAME_ON_CARD = '[Not Provided]';
const DEFAULT_NAME_ON_CARD = 'Not Provided';

const RECURRING_TYPE_FIXED = 'Fixed';

Expand Down

0 comments on commit 7e56d00

Please sign in to comment.