ENGINEER
ENGINEER
 How can it be showed like above image? Is it possible using this CompaceCalendarView?
Whenever month is changed, always first day is selected. For example, I selected 5th Mar. But after month is scrolled, and back to return Mar, It is selected 1st Mar....
How to use this at Objective c project? ExpandableDelegate can't be find protocol at objective c
error: cannot access AlertDialog .build().show(); ^ class file for android.support.v7.app.AlertDialog not found
PaymentType class has 7 payment types. Document is for only CreditCardType. Other payment types are not supported? If it is supported, I'd like to know API documentation and sample codes....
I want to make EMV payment through PHP sdk. Document is based on CreditCardType. I wish to use CreditCardTrackType instead of CreditCardType. How can I use it as well?
I tried to use php sdk without composer like this way require '/sdk-php-master/autoload.php'; use net\authorize\api\contract\v1 as AnetAPI; use net\authorize\api\controller as AnetController; But when I use $merchantAuthentication = new AnetAPI\MerchantAuthenticationType(); I...
how do I create the Sandbox API key for this commerce code testing?
 How to resolve it?
I have used this module in my react native project. In android, I could edit photo. But I can't edit photo in only iOS. /Users/admin/Library/Developer/CoreSimulator/Devices/3976BEF4-5473-4261-80CD-E2033ACCFFB3/data/Containers/Data/Application/7A1FB6BE-887D-4497-9AAC-D63A6DB4C3EB/Documents/photo.jpg This is just photoPath what...