@autobusal/providers 1.43.5 → 1.43.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/settings.ts +4 -3
package/package.json
CHANGED
package/types/settings.ts
CHANGED
|
@@ -542,6 +542,10 @@ export interface LabelPayments {
|
|
|
542
542
|
nexi: GatewayCredentials<{
|
|
543
543
|
api_key: string
|
|
544
544
|
}> & {
|
|
545
|
+
// see the note on raiffeisen.currency above
|
|
546
|
+
currency: string
|
|
547
|
+
}
|
|
548
|
+
|
|
545
549
|
/*
|
|
546
550
|
* Claude - 2026-09-07: the Magus Pay Hub. A site id and secret per mode
|
|
547
551
|
* (issued by the hub's site:create); `url` is optional and points a
|
|
@@ -555,9 +559,6 @@ export interface LabelPayments {
|
|
|
555
559
|
surcharge?: number
|
|
556
560
|
currency?: string
|
|
557
561
|
}
|
|
558
|
-
// see the note on raiffeisen.currency above
|
|
559
|
-
currency: string
|
|
560
|
-
}
|
|
561
562
|
}
|
|
562
563
|
|
|
563
564
|
export interface UploadData {
|