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
Replace
this code $this->setReference('REF-' . ($this->data['reference'] ?? Text::uniqueStr()));
with
this $this->setReference($this->data['reference'] ?? 'REF-' . uniqid());
Hi,
When using the library I get this exception:
Exception: Call to undefined method MatscodePaystackUtilityText::uniqueStr()
/vendor/matscode/paystack-php-sdk/src/Resources/Transaction.php
LINE: 27
Any thoughts?
The text was updated successfully, but these errors were encountered: