feat(core): add merchant order reference id (#5197)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
SamraatBansal
2024-07-04 18:15:05 +05:30
committed by GitHub
parent 755d968c95
commit f4665d2f4a
22 changed files with 135 additions and 1 deletions

View File

@ -937,6 +937,7 @@ impl Default for PaymentAuthorizeType {
customer_acceptance: None,
charges: None,
integrity_object: None,
merchant_order_reference_id: None,
};
Self(data)
}