atInisiatifZakat / whatsapp-qontak-php

Sending WhatsApp message using Qontak
MIT License
3 stars 6 forks source link

Fatal error: Uncaught Error: Call to undefined function Credential() #2

Closed henzan02 closed 1 year ago

henzan02 commented 1 year ago

Halo, ini ada error Fatal error: Uncaught Error: Call to undefined function Credential() Saya menggunakan sample Non framework usage.

nuradiyana commented 1 year ago

Halo, contoh sudah di update, ada kurang use, bisa di coba kembali. trims

SupianIDz commented 1 year ago

kurang new pada inisiasi class Credential

image

harusnya

$credentials = new Credential('username', 'password', 'clientId', 'clientSecret');
nuradiyana commented 1 year ago

Trims @SupianIDz