It's never been called customer.id
1 files changed, 1 insertions(+), 1 deletions(-) M lib/transaction.rb
M lib/transaction.rb => lib/transaction.rb +1 -1
@@ 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