From 39131bac5f72f5a5702e0140bc7c8868f86ec82a Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 11 Aug 2021 14:04:23 -0500 Subject: [PATCH] It's never been called customer.id --- lib/transaction.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transaction.rb b/lib/transaction.rb index be5661f403f79603544b2cbba23cbf9fa3929d9e..3080b5f397e32f2b44605eb02c40ee82423ae88f 100644 --- a/lib/transaction.rb +++ b/lib/transaction.rb @@ -34,7 +34,7 @@ class Transaction if payment_method { payment_method_token: payment_method.token } else - { customer_id: customer.id } + { customer_id: customer.customer_id } end ) end