Skip to content

Commit

Permalink
fix imports and add new id field
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Sep 21, 2023
1 parent 39e1e91 commit 9411a26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ def_id!(IssuingTransactionId, "ipi_");
def_id!(OrderId, "or_");
def_id!(OrderReturnId, "orret_");
def_id!(MandateId, "mandate_");
def_id!(PaymentMethodConfigurationId: String);
def_id!(PaymentIntentId, "pi_");
def_id!(PaymentLinkId, "plink_");
def_id!(PaymentMethodId, "pm_" | "card_" | "src_" | "ba_");
Expand Down
1 change: 1 addition & 0 deletions src/resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ pub use {
payment_method_details_card_wallet_apple_pay::*,
payment_method_details_card_wallet_google_pay::*,
payment_method_options_customer_balance_eu_bank_account::*,
payment_method_config_biz_payment_method_configuration_details::*,
payout::*,
platform_tax_fee::*,
price::*,
Expand Down
1 change: 1 addition & 0 deletions src/resources/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pub mod core {
pub mod mandate;
pub mod payment_intent;
pub mod payment_intent_next_action_cashapp_handle_redirect_or_display_qr_code;
pub mod payment_method_config_biz_payment_method_configuration_details;
pub mod payment_method_details_card_checks;
pub mod payment_method_details_card_wallet_apple_pay;
pub mod payment_method_details_card_wallet_google_pay;
Expand Down

0 comments on commit 9411a26

Please sign in to comment.