mirror of
https://github.com/jlengrand/adyen-web-demo.git
synced 2026-03-10 08:01:24 +00:00
removed redundant typing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user