Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

how add shipping charge in amount #83

Open
thehiddennepali opened this issue May 22, 2019 · 0 comments
Open

how add shipping charge in amount #83

thehiddennepali opened this issue May 22, 2019 · 0 comments

Comments

@thehiddennepali
Copy link

Hi I am just figuring out how to include the shipping charge for the amount as i have line of item and i have fixed delivery charge but need to be from database to the paypal
{ currency_code: 'USD', value: (<?=$total;?> + <?=$delivery_charge;?>).toFixed(2), breakdown: { item_total: { currency_code: 'USD', value: <?=$total;?> }, shipping: { currency_code: 'USD', value: <?=$delivery_charge;?> } } },

i want to use configuration some think like about but i can't figure out how to overwrite the amount

can you please let me know how i can do that or provide any reference or guide

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant