You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is enforcement that the reference should be alphanumeric. This causes an issue where you'd like the reference to contain non-alphanumeric characters like ".", "_", "#" etc for some reason.
One common reason is KPLC account numbers have - for extensions. Another reason is for example someone buying a domain like domain.tld and you can't have the "." as it is currently.
I have tried without the validation and it works well with STK push so we shouldn't necessarily have this validation
The text was updated successfully, but these errors were encountered:
le-yo
added a commit
to le-yo/mpesa-1
that referenced
this issue
Jan 24, 2018
There is enforcement that the reference should be alphanumeric. This causes an issue where you'd like the reference to contain non-alphanumeric characters like ".", "_", "#" etc for some reason.
One common reason is KPLC account numbers have - for extensions. Another reason is for example someone buying a domain like domain.tld and you can't have the "." as it is currently.
I have tried without the validation and it works well with STK push so we shouldn't necessarily have this validation
The text was updated successfully, but these errors were encountered: