Skip to content

Commit

Permalink
chore: correct interface use
Browse files Browse the repository at this point in the history
  • Loading branch information
descorp committed Oct 4, 2024
1 parent 24847cf commit a45da34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrappers/getWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function getWrapper(
throw new Error(UNSUPPORTED_PAYMENT_METHOD_ERROR + typeName);
}

let nativeComponent: ActionHandlingComponentWrapper & NativeModule;
let nativeComponent: AdyenActionComponent & NativeModule;
if (ADDRESS_COMPONENTS.includes(typeName)) {
nativeComponent = new DropInComponentWrapper({
nativeModule: AdyenDropIn,
Expand Down

0 comments on commit a45da34

Please sign in to comment.