You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReceiptContainerVerifier now expects a container that implements ReceiptContainerInterface interface (instead of concrete ReceiptContainer implementation)
Interfaces ReceiptContainerInterface and ReceiptContainerVerifierInterface introduced, so that anyone who uses this library could mock these classes and test their code
AppStoreResponseComposer class introduced and everything related to serialization of decoded receipt to verifyReceipt-compatible format moved to that class
Introduced support of GMP and BCMath PHP extensions. Library auto-detects if one of them is installed (preference to GMP). It continues to use native implementation if no extension found. Also, you can choose which one to use manually.