Skip to content

Commit

Permalink
Fix method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdorfman-stripe committed Oct 9, 2017
1 parent 80ec3f8 commit c54c019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Stripe/STPSourceParams.m
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ + (STPSourceParams *)alipayParamsWithAmount:(NSUInteger)amount
return params;
}

+ (STPSourceParams *)alipayParamsWithCurrency:(NSString *)currency
returnURL:(NSString *)returnURL {
+ (STPSourceParams *)alipayReusableParamsWithCurrency:(NSString *)currency
returnURL:(NSString *)returnURL {
STPSourceParams *params = [self new];
params.type = STPSourceTypeAlipay;
params.currency = currency;
Expand Down

0 comments on commit c54c019

Please sign in to comment.