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

getBillingAddress instead getShippingAddress in Payment model #1

Closed
wants to merge 3 commits into from

Commits on Oct 11, 2012

  1. change getShippingAddress to getBillingAddress in Payment model

    for cart with virtual products only shippingAddress not exists
    so Payment.php#orderCreateRequest gave fatal error
    maciekkossuda committed Oct 11, 2012
    Configuration menu
    Copy the full SHA
    25afcaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e79da View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2012

  1. GrandTotal should be Grand Total including tax,

     not subtotal excluding tax.
    Fixed for non existing translation method.
    KamilBalwierz committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    5f2b302 View commit details
    Browse the repository at this point in the history