File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
- # sequence-api v0.4.0 6aa48894cfc5520348ee50b7cf3061dce1f326d2
1
+ # sequence-api v0.4.0 1903426523ab00db8143b3757b145f81e2685540
2
2
# --
3
3
# Code generated by [email protected] with openapi generator; DO NOT EDIT
4
4
#
@@ -2528,7 +2528,7 @@ components:
2528
2528
items :
2529
2529
$ref : ' #/components/schemas/FortePayItem'
2530
2530
seller :
2531
- $ref : ' #/components/schemas/FortePayWallet '
2531
+ $ref : ' #/components/schemas/FortePaySeller '
2532
2532
transactionType :
2533
2533
type : string
2534
2534
FortePayBuyer :
@@ -2544,6 +2544,13 @@ components:
2544
2544
type : string
2545
2545
id :
2546
2546
type : string
2547
+ FortePaySeller :
2548
+ type : object
2549
+ required :
2550
+ - wallet
2551
+ properties :
2552
+ wallet :
2553
+ $ref : ' #/components/schemas/FortePayWallet'
2547
2554
FortePayWallet :
2548
2555
type : object
2549
2556
required :
@@ -2558,7 +2565,6 @@ components:
2558
2565
type : object
2559
2566
required :
2560
2567
- amount
2561
- - description
2562
2568
- id
2563
2569
- imageUrl
2564
2570
- listingData
@@ -2568,8 +2574,6 @@ components:
2568
2574
properties :
2569
2575
amount :
2570
2576
type : string
2571
- description :
2572
- type : string
2573
2577
id :
2574
2578
type : string
2575
2579
imageUrl :
@@ -2673,6 +2677,16 @@ components:
2673
2677
description : ' []string'
2674
2678
items :
2675
2679
type : string
2680
+ FortePaymentStatus :
2681
+ type : object
2682
+ required :
2683
+ - paymentIntentId
2684
+ - status
2685
+ properties :
2686
+ paymentIntentId :
2687
+ type : string
2688
+ status :
2689
+ type : string
2676
2690
API_IsValidSignature_Request :
2677
2691
type : object
2678
2692
properties :
You can’t perform that action at this time.
0 commit comments