Skip to content

Commit

Permalink
fix gcl payload
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrocolic committed Sep 17, 2024
1 parent 169ce17 commit fad16bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def create_gocardless_customer
family_name: customer.lastname.presence
}.compact

client.customers.create(customer_params)
client.customers.create(params: customer_params)
rescue GoCardlessPro::Error => e
deliver_error_webhook(e)

Expand Down

0 comments on commit fad16bf

Please sign in to comment.