Updated part of the payment
This commit is contained in:
@@ -28,7 +28,7 @@ interface Customer {
|
||||
extras: IntentionExtras;
|
||||
}
|
||||
|
||||
type IntentionExtras = {[key: string]: string | number};
|
||||
type IntentionExtras = { [key: string]: string | number | undefined };
|
||||
|
||||
export interface IntentionResult {
|
||||
payment_keys: PaymentKeysItem[];
|
||||
|
||||
Reference in New Issue
Block a user