lemonsqueezy.ts icon indicating copy to clipboard operation
lemonsqueezy.ts copied to clipboard

Change checkout custom data type to key value pairs

Open JulianBerger opened this issue 2 years ago • 1 comments

The custom data needs to be key value pairs as lemon squeezy shows in their docs: https://docs.lemonsqueezy.com/help/checkout/passing-custom-data


{
  "meta": {
    "event_name": "order_created",
    "custom_data": {
      "user_id": "123"
    }
  },
  ...
}

JulianBerger avatar Jun 23 '23 10:06 JulianBerger

👍 This is needed

JoshZA avatar Oct 21 '23 22:10 JoshZA

Closing as this has already been fixed as part of #20

NuroDev avatar Nov 04 '24 16:11 NuroDev