removed redundant typing

This commit is contained in:
Michael Ossig
2022-03-15 19:20:23 -04:00
parent a4ffbabf92
commit a6f2bee19a

View File

@@ -1,13 +1,5 @@
import { PaymentAmount, PaymentMethodsResponseInterface } from '@adyen/adyen-web/dist/types/types';
export interface PaymentMethodsRequest {
merchantAccount: string;
amount: PaymentAmount;
channel: string;
countryCode: string;
shopperLocale: string;
}
export type InitializationRequest = {
merchantAccount: string;
amount: PaymentAmount;