Skip to content

Commit

Permalink
create payment info in init for ASDKChargeResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Makarov Dmitriy Aleksandrovich committed Nov 21, 2019
1 parent eccfadf commit 879154c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ASDKCore/API Objects/Response/Charge/ASDKChargeResponse.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ -(instancetype)initWithDictionary:(NSDictionary *)dictionary
if (!self) {
return nil;
}
_paymentInfo = [[ASDKPaymentInfo alloc] initWithDictionary:_dictionary];
_paymentInfo.rebillId = rebillId;
return self;
}
Expand Down

0 comments on commit 879154c

Please sign in to comment.