mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
docs: Update naming conventions and added examples (#709)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
This commit is contained in:
@ -135,8 +135,8 @@ pub struct CardDetails {
|
||||
pub fingerprint: Option<masking::Secret<String>>,
|
||||
}
|
||||
|
||||
impl From<api::ListCustomerPaymentMethodsResponse> for CustomerPaymentMethodListResponse {
|
||||
fn from(item: api::ListCustomerPaymentMethodsResponse) -> Self {
|
||||
impl From<api::CustomerPaymentMethodsListResponse> for CustomerPaymentMethodListResponse {
|
||||
fn from(item: api::CustomerPaymentMethodsListResponse) -> Self {
|
||||
let customer_payment_methods = item.customer_payment_methods;
|
||||
let data = customer_payment_methods
|
||||
.into_iter()
|
||||
|
||||
Reference in New Issue
Block a user