We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab47779 commit ef18b54Copy full SHA for ef18b54
1 file changed
plugins/braintree-payment/src/providers/payment-braintree/src/core/braintree-base.ts
@@ -962,7 +962,7 @@ class BraintreeBase extends AbstractPaymentProvider<BraintreeOptions> {
962
963
if (!customerResult.success) {
964
this.logErrorDetail('createBraintreeCustomer', new Error(JSON.stringify(customerResult.errors)), {
965
- email: customer.email,
+ customerId: customer.id,
966
errors: customerResult.errors,
967
});
968
throw new MedusaError(
0 commit comments