Skip to content
Snippets Groups Projects

Fix the charge/voucher metadata mismatch error handling case

Merged Jean-Paul Calderone requested to merge 77.payment-metadata-handling into master
5 files
+ 256
71
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
0
@@ -115,6 +115,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }:
(hsPkgs."wai-extra" or (buildDepError "wai-extra"))
(hsPkgs."servant-server" or (buildDepError "servant-server"))
(hsPkgs."prometheus-client" or (buildDepError "prometheus-client"))
(hsPkgs."stripe-core" or (buildDepError "stripe-core"))
(hsPkgs."PaymentServer" or (buildDepError "PaymentServer"))
];
};
Loading