Commit 147b0e2e by HouWeiBin

1,补充

parent 2ebce1d6
......@@ -103,7 +103,7 @@
- (NSOperation *)createBeginOperation
{
return [self.client beginCheckoutWithToken:self.checkoutToken paymentToken:self.token completion:^(BUYCheckout *checkout, NSError *error) {
return [self.client beginCheckoutWithToken:self.checkoutToken paymentToken:self.token completion:^(NSDictionary *dictionary, BUYCheckout *checkout, NSError *error) {
if (!checkout) {
[self finishWithError:error];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment