Details
Description
Pagseguro now generates 100 character API keys. The module restricts it to 32 characters.
'rule' => ['betweenLength', 32, 32],
This should be updated to support 32 or 100 character API keys, or the restriction should be removed.
Pagseguro now generates 100 character API keys. The module restricts it to 32 characters.
'rule' => ['betweenLength', 32, 32],
This should be updated to support 32 or 100 character API keys, or the restriction should be removed.
Where are the docs that describe this?