[FEATURE] Inclusion of customer details in payment_intent column #5008
Labels
A-core
Area: Core flows
C-feature
Category: Feature request or enhancement
M-database-changes
Metadata: This PR involves database schema changes
Milestone
Feature Description
This change will insure storage of customer_details in our payment_intent table.
Which will help us to derive the customer_details directly in one db call.
Possible Implementation
if customer_id alone is passed -> Derive customer_details from customer_table and put it in guest_customer_details,
if customer_id is not present -> Put the details in guest_customer_details.
if both are present -> we are ignoring the email, phone etc and deriving them from customer_table and adding to the guest_customer_details field.
Have you spent some time checking if this feature request has been raised before?
Have you read the Contributing Guidelines?
Are you willing to submit a PR?
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: