Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: statebox/purescript-studio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: afa8602b53876dd151969fefc42bcaad79758aba
Choose a base ref
..
head repository: statebox/purescript-studio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9728892d740320190f3933bded0056706583a70
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 console/src/Stripe.purs
3 changes: 1 addition & 2 deletions console/src/Stripe.purs
Original file line number Diff line number Diff line change
@@ -249,8 +249,7 @@ type Year = Int

--------------------------------------------------------------------------------

-- | Stripe populates this with things like `"customer"`, `"object"`,
-- | `"list"` and so on.
-- | Stripe populates this with things like `"customer"`, `"object"`, `"list"` and so on.
type ObjectTag = String

type ArrayWrapperRow a r =