Skip to content

Commit b782908

Browse files
committed
chore(braintree): release version 0.1.5 with validation error formatting and dependency updates
1 parent 08869e9 commit b782908

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

plugins/braintree-payment/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.1.5
4+
5+
### Fixes
6+
7+
- Format Braintree validation errors with a `BT:` prefix and optional attribute (e.g. `BT: amount: Refund amount is too large. (91517)`).
8+
- Publish `.medusa/server/**/*` so Yarn 4 packages include built plugin files correctly.
9+
10+
### Improvements
11+
12+
- Remove dedicated `[Braintree refund]` JSON path tracing; refund debugging remains available via provider `logging` (`logDebug` / `logErrorDetail`).
13+
- Bump Medusa peer dependencies to `2.15.2` and `braintree` to `^3.38.0`.
14+
- Expand import-provider tests for processor declines and validation errors on void/refund.
15+
316
## 0.1.2
417

518
### Fixes

plugins/braintree-payment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdacurry/medusa-payment-braintree",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Braintree plugin for Medusa",
55
"author": "Lambda Curry (https://lambdacurry.dev)",
66
"license": "MIT",

0 commit comments

Comments
 (0)