Skip to content

Why this package do not accept currency other than usd format? #129

@abdulqayyum686

Description

@abdulqayyum686

<PayPalButton
style={style}
title="Pay with"
// currency={
// currencyObject[store?.compaignReducer?.compaign?.currencyType]
// }
currency={"EUR"}
// amount={store?.compaignReducer?.compaign?.budgetLimit}
amount={10}
onSuccess={(details, data) => {
console.log(details, data);
dispatch(
addCompaign({
mode: "paypal",
})
);
}}........

here is the code it does not accept EUR currency formate
i have currency format dropdown in my project with options USD,EUR, GBP but it accept only USD for payments

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions