Skip to content

Commit

Permalink
Merge pull request #164 from mraerino/fix/stripe-charge-params
Browse files Browse the repository at this point in the history
Fix stripe charge params due to api change
  • Loading branch information
bcomnes authored Jan 22, 2019
2 parents c190035 + 4ffefc9 commit 05d72d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions payments/stripe/stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func prepareShippingAddress(addr models.Address) *stripe.ShippingDetailsParams {
PostalCode: &addr.Zip,
Country: &addr.Country,
},
Name: &addr.Name,
}
}

Expand Down

0 comments on commit 05d72d0

Please sign in to comment.