fix(paypal): move from classic paypal APIs to paypal REST SDK

This commit is contained in:
Tyler Renelle
2014-11-14 17:47:51 -07:00
parent 64fd6c02f7
commit 25a5bf92a6
5 changed files with 236 additions and 137 deletions
+1 -1
View File
@@ -606,7 +606,7 @@ describe "API", ->
user = _user
done()
it.skip "Handles unsubscription", (done) ->
it "Handles unsubscription", (done) ->
cron = ->
user.lastCron = moment().subtract("d", 1)
user.fns.cron()