From 427fcf40cb104ef6dd888fb2cd035175bd05b3df Mon Sep 17 00:00:00 2001 From: CJ Avilla Date: Fri, 14 Jun 2019 12:02:06 -0700 Subject: [PATCH] Add support for submit_type to Checkout/Session --- lib/Checkout/Session.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Checkout/Session.php b/lib/Checkout/Session.php index 968d58cf6..a6b3278ac 100644 --- a/lib/Checkout/Session.php +++ b/lib/Checkout/Session.php @@ -15,6 +15,7 @@ * @property bool $livemode * @property string $payment_intent * @property string[] $payment_method_types + * @property string $submit_type * @property string $subscription * @property string $success_url *