Skip to content

Commit

Permalink
Update STPFixtures.m (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidme-stripe authored Feb 23, 2021
1 parent 73306f3 commit e0f8a74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Tests/STPFixtures.m
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ + (PKPayment *)simulatorApplePayPayment {
shipping.name = [[NSPersonNameComponentsFormatter new] personNameComponentsFromString:@"Jane Doe"];
CNMutablePostalAddress *address = [CNMutablePostalAddress new];
address.street = @"510 Townsend St";
address.ISOCountryCode = @"US";
shipping.postalAddress = address;
[payment performSelector:@selector(setShippingContact:) withObject:shipping];
#pragma clang diagnostic pop
Expand Down

0 comments on commit e0f8a74

Please sign in to comment.