Send region

This commit is contained in:
Prospector
2025-06-03 10:57:37 -07:00
parent 85e65aeffe
commit 63b15ded60
3 changed files with 15 additions and 2 deletions

View File

@@ -71,8 +71,9 @@ export type CreatePaymentIntentRequest = PaymentRequestType & {
metadata?: {
type: 'pyro'
server_name?: string
server_region?: string
source: {
loader: string
loader?: string
game_version?: string
loader_version?: string
}