Future<void> makePayment() async {
dynamic platformVersion;
PaymentItem paymentItems = PaymentItem(label: 'Label', amount: 51.0);
try {
platformVersion = await FlutterApplePay.makePayment(
countryCode: "US",
currencyCode: "USD",
paymentNetworks: [PaymentNetwork.visa, PaymentNetwork.mastercard],
merchantIdentifier: "merchant.stripeApplePayTest",
paymentItems: [paymentItems],
);
print(platformVersion);
} on PlatformException {
platformVersion = 'Failed to get platform version.';
}
}
-
Notifications
You must be signed in to change notification settings - Fork 15
Flutter apple pay
License
LeonidVeremchuk/flutter-apple-pay
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Flutter apple pay
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published