Closed (fixed)
Project:
Ubercart Stripe
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 May 2012 at 16:56 UTC
Updated:
21 Dec 2012 at 21:50 UTC
Jump to comment: Most recent file
I think we still need this ticket to exist. Any time estimates?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | uc_stripe.zip | 19.29 KB | restyler |
Comments
Comment #1
micah commentedI'm about to start using Stripe with Ubercart as well, and I'm using Drupal 7. So I'm interested in the port as well. I'll see what I can do to help.
Comment #2
restyler commentedwe've converted stripe to Drupal 7 for our project.
we didn't test "recurring" functionality, since we use Stripe as Ubercart gateway only - and it seems to work fine!
Please review and test.
Comment #3
restyler commentedComment #4
cweagansI'm taking a look at this and will also be working on the uc_recurring functionality.
Comment #5
cweagansAfter some cursory review, I've gone ahead and committed this as a starting point for the 7.x branch
Comment #6
cweagansFor posterity.
Comment #7
drewmacphee commentedLine322 should be 'amount' => round($amount * 100), // amount in cents!
forgot to round, causes issues with calculated taxes.
Also currency should be an option on the settings page, no?
Thanks!
Comment #8
cweagansGood catches! Would you mind opening new issues for each of those things?