Ejemplo n.º 1
0
    private void membershipGrantReturned(QAMembershipGrantOperation operation, HttpResponse httpResponse)
    {
        PurchaseResponse purchaseResponse = operation.PurchaseResponse;

        Service.Get <EventDispatcher>().DispatchEvent(new IAPServiceEvents.PurchaseReturned(purchaseResponse));
        refreshSFSRights(purchaseResponse.rights);
    }
Ejemplo n.º 2
0
 private void membershipGrantError(QAMembershipGrantOperation operation, HttpResponse httpResponse)
 {
     Service.Get <EventDispatcher>().DispatchEvent(default(IAPServiceErrors.MembershipGrantError));
 }