Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for price/option drop-down on Buy Now button #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support for price/option drop-down on Buy Now button #13

wants to merge 1 commit into from

Commits on Dec 19, 2011

  1. Added support for Buy Now button with product/price options. See:

    https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_buynow_buttons#id08A2G0Y06X4
    
        fields = {'item_name': 'name',
                  'item_options': (('10.00', 'Ten dollars'),
                                   ('20.00', 'Twenty dollars')),
                  ...
                 }
    mikery committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    e047c90 View commit details
    Browse the repository at this point in the history