Skip to content

Commit 00a7e36

Browse files
committed
add comment
1 parent cb1ec70 commit 00a7e36

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/Checkout/Shipping Address Element/ShippingAddressElement.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ extension ShippingAddressElement: AddressViewControllerDelegate {
3030
public func addressViewControllerDidFinish(
3131
_ addressViewController: AddressViewController,
3232
with address: AddressViewController.AddressDetails?
33-
) {}
33+
) {
34+
// TODO(gbirch): populate when implementing presentation
35+
}
3436
}

0 commit comments

Comments
 (0)