Skip to content

Commit

Permalink
feat(payment): INT-1902 Update payment method id
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Lopez authored and Victor Parra committed Nov 22, 2019
1 parent debbb55 commit 648bea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/payment/paymentMethod/AdyenV2PaymentMethod.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AdyenV2PaymentMethod: FunctionComponent<AdyenPaymentMethodProps> = ({
const [threeDSecureContent, setThreeDSecureContent] = useState<HTMLElement>();
const containerId = `${method.id}-adyen-component-field`;
const threeDS2ContainerId = `${containerId}-3ds`;
const component = method.method as AdyenMethodType;
const component = method.id as AdyenMethodType;
const adyenOptions: AdyenOptions = {
[AdyenMethodType.scheme]: {
hasHolderName: true,
Expand Down

0 comments on commit 648bea4

Please sign in to comment.