You've already forked AstralRinth
forked from didirus/AstralRinth
Fix Mural payout status syncing (#4853)
* Fix Mural payout status syncing * Make Mural payout code more resilient * prepare sqlx * fix test
This commit is contained in:
@@ -150,7 +150,7 @@ pub struct TremendousForexResponse {
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, utoipa::ToSchema)]
|
||||
pub struct MuralPayDetails {
|
||||
pub payout_details: MuralPayoutRequest,
|
||||
pub recipient_info: muralpay::PayoutRecipientInfo,
|
||||
pub recipient_info: muralpay::CreatePayoutRecipientInfo,
|
||||
}
|
||||
|
||||
impl PayoutMethodType {
|
||||
|
||||
Reference in New Issue
Block a user