From d23e30ea94c46575c39774689a0f9e823f4d7c98 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Tue, 26 Nov 2024 23:35:11 +0100 Subject: [PATCH] Payment docs up --- Model/Payment.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Payment.swift b/Model/Payment.swift index 232caecd..0ffccc1a 100644 --- a/Model/Payment.swift +++ b/Model/Payment.swift @@ -32,7 +32,7 @@ import os /// https://github.com/stripe/stripe-ios/tree/master/Example/AppClipExample /// /// Whereas the Stripe SDK is based on the older -/// PKPaymentAuthorizationController +/// PKPaymentAuthorizationController (before PayWithApplePayButton was available) /// https://developer.apple.com/documentation/passkit_apple_pay_and_wallet/apple_pay#2870963 /// /// The Stripe SDK has been brought up to date (with 2022 WWDC changes)