function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anandh GopalAnandh Gopal 

Apex Class is not defined as global, How to set it global ?

I am working on Linvio PaymentConnect and I am in a position to Capture a payment in Payment custom object. I want to do this capture process from another custom Object which I have created. I am using apex code(in my custom object) to invoke the apex class(PaymentManagementController), but the apex class is not defined as global. How can I do payment from my new created custom object ?

Thanks in advance