1 WDCompletionBlock completionBlock = ^(WDPaymentResponse *_Nullable response, NSError *_Nullable error) {
     3         IPLogError(@"error: %@", error);
     4         UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Error"
     5                                                             message:error.localizedDescription
     6                                                            delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil];
    10     // handle successful response