mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 20:12:19 +00:00
fix(paypal): charge "immediately" for on subscription setup
This commit is contained in:
parent
6ef838cf1a
commit
e1ff9610d0
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ exports.createBillingAgreement = function(req,res,next){
|
||||||
var billingAgreementAttributes = {
|
var billingAgreementAttributes = {
|
||||||
"name": billingPlanTitle,
|
"name": billingPlanTitle,
|
||||||
"description": billingPlanTitle,
|
"description": billingPlanTitle,
|
||||||
"start_date": moment().add({minutes:1}).format(),
|
"start_date": moment().add({seconds:5}).format(),
|
||||||
"plan": {
|
"plan": {
|
||||||
"id": billingPlanID
|
"id": billingPlanID
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue