mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(payment_methods): Add default payment method column in customers table and last used column in payment_methods table (#3790)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -433,6 +433,7 @@ pub async fn get_or_create_customer_details(
|
||||
created_at: common_utils::date_time::now(),
|
||||
modified_at: common_utils::date_time::now(),
|
||||
address_id: None,
|
||||
default_payment_method_id: None,
|
||||
};
|
||||
|
||||
Ok(Some(
|
||||
|
||||
Reference in New Issue
Block a user