flutter-plugin
flutter-plugin copied to clipboard
Make the payment item label required
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.