Skip to content

Commit

Permalink
fix: added paypal logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhiagrawal001 committed Dec 18, 2023
1 parent 74d04d9 commit ab47d9a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
9 changes: 9 additions & 0 deletions public/hyperswitch/assets/PayPalFullLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -434,14 +434,10 @@ let make = (
Js.Nullable.null->Js.Promise.resolve
}

<div className="w-full h-full flex flex-col gap-8 justify-between">
<div className="w-full h-full flex flex-col justify-between">
<PageLoaderWrapper screenState>
<Form
initialValues
validate={validateMandatoryFieldForPaypal}
formClass="flex flex-col gap-8"
onSubmit={handleOnSubmit}>
<div className="flex flex-col gap-8">
<Form initialValues validate={validateMandatoryFieldForPaypal} onSubmit={handleOnSubmit}>
<div className="">
<ConnectorAccountDetailsHelper.ConnectorHeaderWrapper
connector
headerButton={<FormRenderer.SubmitButton
Expand All @@ -450,7 +446,7 @@ let make = (
disabledParamter={configuartionType === NotSelected ? true : false}
/>}
setShowModal>
<div className="mx-12">
<div className="flex flex-col gap-2 p-2 md:p-10">
{switch setupAccountStatus {
| Account_not_found =>
<div className="flex flex-col gap-4">
Expand Down Expand Up @@ -495,7 +491,7 @@ let make = (
/>
</div>
</Form>
<div className="border-t-2 flex py-2 px-6 gap-4 items-center">
<div className="bg-jp-gray-light_gray_bg flex py-4 px-10 gap-2">
<img src="/assets/PayPalFullLogo.svg" />
<p className=p2RedularTextClass>
{"| Hyperswitch is PayPal's trusted partner, your credentials are secure & never stored with us."->React.string}
Expand Down

0 comments on commit ab47d9a

Please sign in to comment.