[Answer]-Django – Global name 'PayLaneRestClient' is not defined

1👍

Before calling any API methods, make sure that you have properly initiated the PayLane Rest Client as follows:

from client import PayLaneRestClient

👤vatay

Leave a comment