Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Most important patch for fixing exchange rates in IPN posts
PayPal uses an unspecified amount of decimals when returning an IPN with an exchange rate - this takes that into account! ALTER TABLE paypal_ipn ALTER COLUMN exchange_rate TYPE numeric(64, 16); Signed-off-by: John Boxall <[email protected]>
- Loading branch information