google-pay / flutter-plugin

Apache License 2.0
145 stars 129 forks source link

Make the payment item label required #269

Closed JlUgia closed 1 month ago

JlUgia commented 3 months ago

The label property in the PaymentItem class is now required. The label is a mandatory property for Apple Pay. For the time being, this property is ignored on Google Pay.

Related #265.