wdc
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
fragment TransactionCancelationRequestedEvent on TransactionCancelationRequested {
|
||||
__typename
|
||||
recipient {
|
||||
...PaymentGatewayRecipient
|
||||
}
|
||||
action {
|
||||
actionType
|
||||
amount
|
||||
}
|
||||
transaction {
|
||||
id
|
||||
pspReference
|
||||
sourceObject: order {
|
||||
channel {
|
||||
id
|
||||
slug
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user