Results 23 issues of ENGINEER

![Screen Shot 2022-03-18 at 8 37 44 PM](https://user-images.githubusercontent.com/53449197/159004372-fd92e694-26dd-4e59-8bd0-8d8f77544dfd.png) 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?

![Screen Shot 2022-05-11 at 6 56 23 PM](https://user-images.githubusercontent.com/53449197/167833820-6fdc7501-e832-4b7e-915b-01741e642519.png) 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...