Skip to content

Commit ab47779

Browse files
Update plugins/braintree-payment/src/providers/payment-braintree/src/core/braintree-base.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 561422d commit ab47779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/braintree-payment/src/providers/payment-braintree/src/core/braintree-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ class BraintreeBase extends AbstractPaymentProvider<BraintreeOptions> {
822822
}
823823

824824
async createAccountHolder(input: CreateAccountHolderInput): Promise<CreateAccountHolderOutput> {
825-
this.logDebug('createAccountHolder', { customerEmail: input.context.customer?.email });
825+
this.logDebug('createAccountHolder', { customerId: input.context.customer?.id });
826826
const customer = await this.createBraintreeCustomer(input.context.customer);
827827

828828
return {

0 commit comments

Comments
 (0)