Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
nadirhamid authored and alvinthen committed Sep 12, 2018
1 parent dfe09e4 commit b98e5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNPaypalWrapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ - (NSDictionary *)constantsToExport
[self.payment setShortDescription:description];

self.configuration = [[PayPalConfiguration alloc] init];
[self.configuration setAcceptCreditCards:false];
[self.configuration setAcceptCreditCards:true];
[self.configuration setPayPalShippingAddressOption:PayPalShippingAddressOptionPayPal];

PayPalPaymentViewController *vc = [[PayPalPaymentViewController alloc] initWithPayment:self.payment
Expand Down

0 comments on commit b98e5c8

Please sign in to comment.