mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
fix(connector): [Pix] convert data type of pix fields (#5476)
This commit is contained in:
@ -450,9 +450,9 @@ pub enum BankTransferData {
|
||||
/// Unique key for pix transfer
|
||||
pix_key: Option<Secret<String>>,
|
||||
/// CPF is a Brazilian tax identification number
|
||||
cpf: Option<Secret<i64>>,
|
||||
cpf: Option<Secret<String>>,
|
||||
/// CNPJ is a Brazilian company tax identification number
|
||||
cnpj: Option<Secret<i64>>,
|
||||
cnpj: Option<Secret<String>>,
|
||||
},
|
||||
Pse {},
|
||||
LocalBankTransfer {
|
||||
|
||||
Reference in New Issue
Block a user