square / in-app-payments-flutter-plugin

Flutter Plugin for Square In-App Payments SDK
https://developer.squareup.com/docs
Apache License 2.0
340 stars 121 forks source link

Adds support to shipping contact fields on iOS #241

Closed ggirotto closed 6 months ago

ggirotto commented 6 months ago

Summary

Apple Pay supports the possibility of requesting the user shipping contact details, such as address, phone number, email, etc. This is useful for applications that want to support anonymous checkouts and use this information to associate the order with the given user when it creates an account using the same information provided in the checkout.

Changelog

v1.8.0 <DATE>
Add support to request customer shipping information on iOS.

Test Plan

Updated the example project using email and phone number as examples.

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.