Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 812b7d4

Browse files
committed
Adds missing comma
1 parent 4aeb6ff commit 812b7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def create_payment_intent(amount, source_id, payment_method_id, customer_id = ni
231231
:return_url => return_url,
232232
:confirm => confirm,
233233
:confirmation_method => confirm ? "manual" : "automatic",
234-
:use_stripe_sdk => confirm ? true : nil
234+
:use_stripe_sdk => confirm ? true : nil,
235235
:capture_method => ENV['CAPTURE_METHOD'] == "manual" ? "manual" : "automatic",
236236
:metadata => {
237237
:order_id => '5278735C-1F40-407D-933A-286E463E72D8',

0 commit comments

Comments
 (0)