sslcommerz / SSLCommerz-Laravel

SSLCOMMERZ is a bangladeshi payment gateway provider. This is Laravel Library for SSLCOMMERZ.
123 stars 98 forks source link

Error in Communication #24

Closed mdfaruk24 closed 3 years ago

mdfaruk24 commented 3 years ago

I have all ready integration complete by documentation, but I have got an error message. "Error in Communication" Class 'App\Library\SslCommerz\SslCommerzNotification' not found https://prnt.sc/tx321e

mdfaruk24 commented 3 years ago

Ok, guys problem solved. just change this "app/Library/sslcommerz" to "app/Library/SslCommerz" its case sensitive.

rkbi commented 3 years ago

Ok, guys problem solved. just change this "app/Library/sslcommerz" to "app/Library/SslCommerz" its case sensitive.

On which file did you need to change? Please let us know. It's already in camelcase as far I can find.