Skip to content

Commit

Permalink
Merge pull request #1 from WalidMoultamiss/patch-1
Browse files Browse the repository at this point in the history
fix: Enable whitespace in BillToName
  • Loading branch information
aitmiloud authored Apr 19, 2024
2 parents a5bc022 + 9ef971b commit 0e8c107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/BaseCmiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default class BaseCmiClient implements CmiClientinterface {
validLang: ['ar', 'fr', 'en'],
},
{ field: 'email', required: true, type: 'stringOrNull', allowEmpty: false, noWhitespace: true, isEmail: true },
{ field: 'BillToName', required: true, type: 'stringOrNull', allowEmpty: false, noWhitespace: true },
{ field: 'BillToName', required: true, type: 'stringOrNull', allowEmpty: false, noWhitespace: false },
{
field: 'hashAlgorithm',
required: true,
Expand Down

0 comments on commit 0e8c107

Please sign in to comment.